Searched refs:reg_struct (Results 1 – 1 of 1) sorted by relevance
639 _RFIS reg_struct; in os390_regfileint() local645 reg_struct.__rfis_cmd = _RFIS_REG; in os390_regfileint()646 reg_struct.__rfis_qid = ep->msg_queue; in os390_regfileint()647 reg_struct.__rfis_type = 1; in os390_regfileint()650 rc = __w_pioctl(path, _IOCC_REGFILEINT, sizeof(reg_struct), ®_struct); in os390_regfileint()654 memcpy(handle->rfis_rftok, reg_struct.__rfis_rftok, in os390_regfileint()689 _RFIS reg_struct; in uv__fs_event_stop() local698 reg_struct.__rfis_cmd = _RFIS_UNREG; in uv__fs_event_stop()699 reg_struct.__rfis_qid = ep->msg_queue; in uv__fs_event_stop()700 reg_struct.__rfis_type = 1; in uv__fs_event_stop()[all …]
Completed in 6 milliseconds