Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/ipc/
H A Dipc_hash.h80 extern boolean_t ipc_hash_lookup(
H A Dipc_hash.c102 ipc_hash_lookup( in ipc_hash_lookup() function
H A Dipc_right.c403 if (ipc_hash_lookup(space, ip_to_object(port), namep, entryp)) { in ipc_right_reverse()
/xnu-10002.81.5/osfmk/kern/
H A Dtask.c4078ipc_hash_lookup(space, ip_to_object(task->itk_resume), &resume_port_name, &resume_port_entry) == T… in task_resume()