Searched refs:not_count (Results 1 - 6 of 6) sorted by relevance

/xnu-2782.1.97/osfmk/mach/
H A Dnotify.h125 mach_msg_type_number_t not_count; member in struct:__anon1137
/xnu-2782.1.97/osfmk/kern/
H A Daudit_sessionport.c149 * We check the port's mscount against the notification's not_count
177 if (port->ip_mscount > notification->not_count) {
H A Dipc_kobject.c560 request_header)->not_count);
H A Dtask.c2110 mach_msg_type_number_t not_count; local
2125 not_count = ((mach_no_senders_notification_t *)request_header)->not_count;
2129 if (port->ip_mscount == not_count) {
/xnu-2782.1.97/osfmk/device/
H A Diokit_rpc.c431 mach_port_mscount_t mscount = notification->not_count;
/xnu-2782.1.97/osfmk/ipc/
H A Dipc_voucher.c710 if (port->ip_mscount == notification->not_count) {

Completed in 50 milliseconds