Home
last modified time | relevance | path

Searched refs:ith_knote (Results 1 – 9 of 9) sorted by relevance

/xnu-11215/osfmk/ipc/
H A Dipc_pset.c1059 self->ith_knote = kn; in filt_machportprocess()
1070 self->ith_knote = ITH_KNOTE_NULL; in filt_machportprocess()
1086 self->ith_knote = ITH_KNOTE_NULL; in filt_machportprocess()
1172 self->ith_knote = ITH_KNOTE_NULL; in filt_machportprocess()
H A Dmach_kernelrpc.c463 current_thread()->ith_knote = ITH_KNOTE_NULL; in _kernelrpc_mach_port_request_notification_trap()
H A Dmach_msg.c798 self->ith_knote = ITH_KNOTE_NULL; /* not part of ith_receive */ in mach_msg_trap_receive()
H A Dipc_object.c992 struct knote *kn = current_thread()->ith_knote; in ipc_object_copyout()
H A Dipc_kmsg.c3496 struct knote *kn = current_thread()->ith_knote; in ipc_kmsg_copyout_header()
4096 struct knote *kn = current_thread()->ith_knote; in ipc_kmsg_copyout_guarded_port_descriptor()
4390 current_thread()->ith_knote = ITH_KNOTE_PSEUDO; in ipc_kmsg_copyout_pseudo()
4455 current_thread()->ith_knote = ITH_KNOTE_NULL; in ipc_kmsg_copyout_pseudo()
H A Dipc_right.c2913 current_thread()->ith_knote, IPC_PORT_ADJUST_SR_LINK_WORKLOOP, FALSE); in ipc_right_copyout()
2994 struct knote *kn = current_thread()->ith_knote; in ipc_right_copyout()
/xnu-11215/osfmk/device/
H A Diokit_rpc.c345 current_thread()->ith_knote = ITH_KNOTE_NULL; in iokit_make_send_right()
/xnu-11215/osfmk/kern/
H A Dipc_mig.c461 self->ith_knote = ITH_KNOTE_NULL; /* not part of ith_receive */ in kernel_mach_msg_rpc_common()
H A Dthread.h1012 struct knote *ith_knote; /* knote fired for rcv */ member