Searched refs:fileport_notify (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/osfmk/kern/
H A Dipc_misc.h35 void fileport_notify(mach_msg_header_t *);
H A Dipc_misc.c111 * fileport_notify
120 fileport_notify(mach_msg_header_t *msg) function
127 panic("Invalid port passed to fileport_notify()\n");
134 panic("Inactive port passed to fileport_notify()\n");
136 panic("Port of type other than IKOT_FILEPORT passed to fileport_notify()\n");
H A Dipc_kobject.c571 fileport_notify(request_header);

Completed in 21 milliseconds