Home
last modified time | relevance | path

Searched refs:ipc_kobject_alloc_labeled_port (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.121.2/osfmk/kern/
H A Dipc_kobject.h254 extern ipc_port_t ipc_kobject_alloc_labeled_port(
H A Dipc_kobject.c836 ipc_kobject_alloc_labeled_port( in ipc_kobject_alloc_labeled_port() function
892 return ipc_kobject_alloc_labeled_port(target, in ipc_kobject_alloc_subst_once()
998 port = ipc_kobject_alloc_labeled_port(kobject, type, label, in ipc_kobject_make_send_lazy_alloc_labeled_port()
H A Dipc_tt.c782 kport = ipc_kobject_alloc_labeled_port((ipc_kobject_t)thread, in ipc_thread_init()
/xnu-8796.121.2/osfmk/device/
H A Diokit_rpc.c316 return ipc_kobject_alloc_labeled_port((ipc_kobject_t) obj, type, label, options); in iokit_alloc_object_port()