Home
last modified time | relevance | path

Searched refs:KERN_NAME_EXISTS (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.1.9/osfmk/mach/
H A Dkern_return.h134 #define KERN_NAME_EXISTS 13 macro
/xnu-12377.1.9/osfmk/ipc/
H A Dipc_object.c458 kr = KERN_NAME_EXISTS; in ipc_object_alloc_entry_with_name()
1051 return KERN_NAME_EXISTS; in ipc_object_copyout_name()
H A Dipc_eventlink.c399 return KERN_NAME_EXISTS; in mach_eventlink_associate()
/xnu-12377.1.9/tests/
H A Dmach_eventlink.c353 T_EXPECT_MACH_ERROR(kr, KERN_NAME_EXISTS, "mach_eventlink_associate for associated "
357 T_EXPECT_MACH_ERROR(kr, KERN_NAME_EXISTS, "mach_eventlink_associate for associated "
/xnu-12377.1.9/osfmk/kern/
H A Dbsd_kern.c1517 case KERN_NAME_EXISTS: in mach_to_bsd_errno()
H A Dexclaves.c509 return KERN_NAME_EXISTS; in _exclaves_ctl_trap()
H A Dipc_tt.c4899 return KERN_NAME_EXISTS; in task_register_hardened_exception_handler()