Searched refs:ipc_port_make_send (Results 1 - 14 of 14) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_clock.c153 port = ipc_port_make_send(clock->cl_service);
171 port = ipc_port_make_send(clock->cl_control);
H A Dipc_sync.c111 port = ipc_port_make_send(semaphore->port);
142 port = ipc_port_make_send(lock_set->port);
H A Dipc_host.c111 ipc_port_make_send(port));
119 ipc_port_make_send(port));
127 ipc_port_make_send(port));
445 port = ipc_port_make_send(port);
466 port = ipc_port_make_send(port);
488 port = ipc_port_make_send(port);
H A Daudit_sessionport.c78 sendport = ipc_port_make_send(port);
H A Dipc_misc.c69 sendport = ipc_port_make_send(fileport);
H A Dipc_tt.c145 task->itk_sself = ipc_port_make_send(kport);
373 task->itk_sself = ipc_port_make_send(new_kport);
423 thread->ith_sself = ipc_port_make_send(kport);
521 thread->ith_sself = ipc_port_make_send(new_kport);
847 port = ipc_port_make_send(task->itk_nself);
1372 port = ipc_port_make_send(task->itk_self);
1399 port = ipc_port_make_send(task_name->itk_nself);
1427 port = ipc_port_make_send(thread->ith_self);
H A Dipc_mig.c710 ((port = ipc_port_make_send(port)) == IP_NULL)) {
/darwin-on-arm/xnu/osfmk/device/
H A Ddevice_init.c98 ipc_port_make_send(master_device_port));
H A Diokit_rpc.c270 sendPort = ipc_port_make_send( port);
292 sendPort = ipc_port_make_send( port);
370 sendPort = ipc_port_make_send( port);
/darwin-on-arm/xnu/osfmk/UserNotification/
H A DKUNCUserNotifications.c362 reply_port = ipc_port_make_send(reply->self_port);
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_port.h438 extern ipc_port_t ipc_port_make_send(
H A Dipc_port.c1069 * Routine: ipc_port_make_send
1075 ipc_port_make_send( function
/darwin-on-arm/xnu/osfmk/vm/
H A Dmemory_object.c2065 ipc_port_make_send(dmm);
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddp_backing_store.c591 ipc_port_make_send(port);

Completed in 46 milliseconds