Home
last modified time | relevance | path

Searched refs:sendPort (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/osfmk/device/
H A Diokit_rpc.c244 ipc_port_t sendPort; in iokit_make_port_of_type() local
253 sendPort = ipc_kobject_make_send( port, kobj, type ); in iokit_make_port_of_type()
256 sendPort = IP_NULL; in iokit_make_port_of_type()
261 return sendPort; in iokit_make_port_of_type()
324 ipc_port_t sendPort; in iokit_make_send_right() local
334 sendPort = ipc_kobject_make_send( port, kobj, type ); in iokit_make_send_right()
337 sendPort = IP_NULL; in iokit_make_send_right()
340 if (IP_VALID( sendPort )) { in iokit_make_send_right()
346 kr = ipc_object_copyout( task->itk_space, ip_to_object(sendPort), in iokit_make_send_right()
351 } else if (sendPort == IP_NULL) { in iokit_make_send_right()
[all …]
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp2893 ipc_port_t sendPort; in objectInstantiate() local
3028 sendPort = NULL; in objectInstantiate()
3064 sendPort = NULL; in objectInstantiate()
3532 ipc_port_t sendPort; in rpc() local
3536 sendPort = NULL; in rpc()
3566 sendPort = ipc_port_copy_send_mqueue(port); in rpc()
3569 if (!sendPort) { in rpc()
3579 mach->msgh.msgh_remote_port = sendPort; in rpc()
3594 ipc_port_release_send(sendPort); in rpc()
3692 ipc_port_t sendPort = NULL; in copySendRightForObject() local
[all …]