Searched refs:not_header (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dnotify.h102 mach_msg_header_t not_header; member in struct:__anon15278
109 mach_msg_header_t not_header; member in struct:__anon15279
116 mach_msg_header_t not_header; member in struct:__anon15280
123 mach_msg_header_t not_header; member in struct:__anon15281
130 mach_msg_header_t not_header; member in struct:__anon15282
135 mach_msg_header_t not_header; member in struct:__anon15283
/macosx-10.10.1/configd-699.1.5/configd.tproj/
H A Dnotify_server.c47 if ((Request->not_header.msgh_id > MACH_NOTIFY_LAST) ||
48 (Request->not_header.msgh_id < MACH_NOTIFY_FIRST)) {
54 switch (Request->not_header.msgh_id) {
56 __MACH_PORT_DEBUG(TRUE, "*** notify_server MACH_NOTIFY_NO_SENDERS", Request->not_header.msgh_local_port);
57 cleanupSession(Request->not_header.msgh_local_port);
68 Request->not_header.msgh_local_port,
69 Request->not_header.msgh_id);
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Daudit_sessionport.c163 ipc_port_t port = notification->not_header.msgh_remote_port;
H A Dipc_misc.c123 ipc_port_t port = notification->not_header.msgh_remote_port;
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DIOMIGMachPort.c433 if ((Request->not_header.msgh_id > MACH_NOTIFY_LAST) ||
434 (Request->not_header.msgh_id < MACH_NOTIFY_FIRST)) {
440 switch (Request->not_header.msgh_id) {
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dscnc_mach_server.c904 if ((notify->not_header.msgh_id > MACH_NOTIFY_LAST) ||
905 (notify->not_header.msgh_id < MACH_NOTIFY_FIRST)) {
908 switch (notify->not_header.msgh_id) {
910 mach_port_t session = notify->not_header.msgh_local_port;
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/helper/
H A DSCHelper_server.c1827 if ((Request->not_header.msgh_id > MACH_NOTIFY_LAST) ||
1828 (Request->not_header.msgh_id < MACH_NOTIFY_FIRST)) {
1834 switch (Request->not_header.msgh_id) {
1838 __MACH_PORT_DEBUG(TRUE, "*** notify_server MACH_NOTIFY_NO_SENDERS", Request->not_header.msgh_local_port);
1841 session = __SCHelperSessionFindWithPort(Request->not_header.msgh_local_port);
1849 __MACH_PORT_DEBUG(TRUE, "*** notify_server after invalidate", Request->not_header.msgh_local_port);
1853 Request->not_header.msgh_local_port,
1867 Request->not_header.msgh_local_port,
1868 Request->not_header.msgh_id);
/macosx-10.10.1/eap8021x-198/EAPOLController.bproj/
H A Dserver.c423 if (notify->not_header.msgh_id > MACH_NOTIFY_LAST
424 || notify->not_header.msgh_id < MACH_NOTIFY_FIRST) {
/macosx-10.10.1/eap8021x-198/eapolcfg_auth.tproj/
H A Deapolcfg_auth.c397 if (notify->not_header.msgh_id > MACH_NOTIFY_LAST
398 || notify->not_header.msgh_id < MACH_NOTIFY_FIRST) {
/macosx-10.10.1/xnu-2782.1.97/osfmk/device/
H A Diokit_rpc.c413 port = (ipc_port_t) notification->not_header.msgh_remote_port;
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCDNotifierInformViaCallback.c67 mach_msg_id_t msgid = buf->not_header.msgh_id;
H A DSCNetworkConnection.c539 mach_msg_id_t msgid = buf->not_header.msgh_id;
/macosx-10.10.1/xnu-2782.1.97/osfmk/ipc/
H A Dipc_voucher.c476 ipc_port_t port = notification->not_header.msgh_remote_port;
702 ipc_port_t port = notification->not_header.msgh_remote_port;

Completed in 248 milliseconds