Lines Matching refs:reg_struct
632 _RFIS reg_struct; in os390_regfileint() local
638 reg_struct.__rfis_cmd = _RFIS_REG; in os390_regfileint()
639 reg_struct.__rfis_qid = ep->msg_queue; in os390_regfileint()
640 reg_struct.__rfis_type = 1; in os390_regfileint()
641 memcpy(reg_struct.__rfis_utok, &handle, sizeof(handle)); in os390_regfileint()
643 rc = __w_pioctl(path, _IOCC_REGFILEINT, sizeof(reg_struct), ®_struct); in os390_regfileint()
647 memcpy(handle->rfis_rftok, reg_struct.__rfis_rftok, in os390_regfileint()
682 _RFIS reg_struct; in uv__fs_event_stop() local
691 reg_struct.__rfis_cmd = _RFIS_UNREG; in uv__fs_event_stop()
692 reg_struct.__rfis_qid = ep->msg_queue; in uv__fs_event_stop()
693 reg_struct.__rfis_type = 1; in uv__fs_event_stop()
694 memcpy(reg_struct.__rfis_rftok, handle->rfis_rftok, in uv__fs_event_stop()
702 rc = __w_pioctl("/", _IOCC_REGFILEINT, sizeof(reg_struct), ®_struct); in uv__fs_event_stop()