Searched refs:request_header (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/osfmk/kern/
H A Dipc_kobject.c151 mach_msg_header_t *request_header,
536 mach_msg_header_t *request_header,
539 ipc_port_t port = (ipc_port_t) request_header->msgh_remote_port;
542 switch (request_header->msgh_id) {
558 request_header->msgh_remote_port,
561 request_header)->not_count);
567 audit_session_nosenders(request_header);
572 fileport_notify(request_header);
594 return iokit_notify(request_header);
599 return task_suspension_notify(request_header);
535 ipc_kobject_notify( mach_msg_header_t *request_header, mach_msg_header_t *reply_header) argument
[all...]
H A Dtask.c1796 task_suspension_notify(mach_msg_header_t *request_header) argument
1798 ipc_port_t port = (ipc_port_t) request_header->msgh_remote_port;
1805 switch (request_header->msgh_id) {
1815 not_count = ((mach_no_senders_notification_t *)request_header)->not_count;

Completed in 94 milliseconds