Home
last modified time | relevance | path

Searched refs:ITH_KNOTE_NULL (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/osfmk/ipc/
H A Dipc_pset.c1070 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_kmsg.c3497 if (kn == ITH_KNOTE_NULL || kn == ITH_KNOTE_PSEUDO) { in ipc_kmsg_copyout_header()
4455 current_thread()->ith_knote = ITH_KNOTE_NULL; in ipc_kmsg_copyout_pseudo()
/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.h1071 #define ITH_KNOTE_NULL ((void *)NULL) macro
1079 (((kn) != ITH_KNOTE_NULL && (kn) != ITH_KNOTE_PSEUDO) && \