Home
last modified time | relevance | path

Searched refs:KERN_INVALID_NAME (Results 1 – 21 of 21) sorted by relevance

/xnu-11215.61.5/osfmk/ipc/
H A Dmach_port.c419 return KERN_INVALID_NAME; in mach_port_type()
823 return KERN_INVALID_NAME; in mach_port_get_refs()
909 return KERN_INVALID_NAME; in mach_port_mod_refs()
1002 ((KERN_INVALID_NAME == kr) ? in mach_port_peek()
2884 return KERN_INVALID_NAME; in mach_port_destruct()
2930 return KERN_INVALID_NAME; in mach_port_guard()
2937 ((KERN_INVALID_NAME == kr) ? in mach_port_guard()
2987 return KERN_INVALID_NAME; in mach_port_unguard()
2993 ((KERN_INVALID_NAME == kr) ? in mach_port_unguard()
3038 return KERN_INVALID_NAME; in mach_port_guard_with_flags()
[all …]
H A Dipc_right.c132 return KERN_INVALID_NAME; in ipc_right_lookup_read()
168 kr = KERN_INVALID_NAME; in ipc_right_lookup_read()
188 kr = KERN_INVALID_NAME; in ipc_right_lookup_read()
244 kr = KERN_INVALID_NAME; in ipc_right_lookup_read()
251 kr = KERN_INVALID_NAME; in ipc_right_lookup_read()
300 return KERN_INVALID_NAME; in ipc_right_lookup_write()
343 return KERN_INVALID_NAME; in ipc_right_lookup_two_write()
348 return KERN_INVALID_NAME; in ipc_right_lookup_two_write()
H A Dipc_service_port.c182 return KERN_INVALID_NAME; in ipc_service_port_derive_sblabel()
H A Dipc_object.c358 return KERN_INVALID_NAME; in ipc_object_translate_two()
368 return KERN_INVALID_NAME; in ipc_object_translate_two()
H A Dmach_debug.c590 return KERN_INVALID_NAME; in mach_port_special_reply_port_reset_link()
H A Dipc_eventlink.c1046 return KERN_INVALID_NAME; in port_name_to_eventlink()
/xnu-11215.61.5/osfmk/mach/
H A Dkern_return.h143 #define KERN_INVALID_NAME 15 macro
/xnu-11215.61.5/tests/
H A Dvoucher_entry_18826844.c111 T_ASSERT_MACH_ERROR(KERN_INVALID_NAME, kr, "voucher should now be invalid name");
H A Dmach_service_port.c270 if (kr == KERN_INVALID_RIGHT || kr == KERN_INVALID_NAME) {
/xnu-11215.61.5/libsyscall/mach/
H A Dmach_right.c126 case KERN_INVALID_NAME: in mach_right_send_retain()
/xnu-11215.61.5/tests/ipc/
H A Dipc_read_inspect.c185 if (kr == KERN_INVALID_RIGHT || kr == KERN_INVALID_NAME) { in test_task_threads()
249 if (kr == KERN_INVALID_RIGHT || kr == KERN_INVALID_NAME) { in test_processor_set_tasks()
/xnu-11215.61.5/bsd/kern/
H A Dsys_coalition.c143 case KERN_INVALID_NAME: in coalition_request_terminate_syscall()
/xnu-11215.61.5/osfmk/kern/
H A Dsync_sema.c1170 return KERN_INVALID_NAME; in port_name_to_semaphore()
H A Dwork_interval.c572 return KERN_INVALID_NAME; in port_name_to_work_interval()
H A Dbsd_kern.c1463 case KERN_INVALID_NAME: in mach_to_bsd_errno()
H A Dexclaves_resource.c711 return KERN_INVALID_NAME; in exclaves_resource_from_port_name()
H A Dcoalition.c2177 return KERN_INVALID_NAME; in coalition_request_terminate_internal()
H A Dtask.c6533 return KERN_INVALID_NAME; in task_dyld_process_info_notify_deregister()
H A Dzalloc.c10699 return KERN_INVALID_NAME; in zone_leaks()
/xnu-11215.61.5/iokit/Kernel/
H A DIOKitDebug.cpp1564 } else if (KERN_INVALID_NAME != kr) { in IOTrackingDebug()
H A DIOUserServer.cpp3189 return KERN_INVALID_NAME; in uext_server()