Lines Matching refs:reg_struct
639 _RFIS reg_struct; in os390_regfileint() local
645 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()
648 memcpy(reg_struct.__rfis_utok, &handle, sizeof(handle)); 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() local
698 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()
701 memcpy(reg_struct.__rfis_rftok, handle->rfis_rftok, in uv__fs_event_stop()
709 rc = __w_pioctl("/", _IOCC_REGFILEINT, sizeof(reg_struct), ®_struct); in uv__fs_event_stop()