Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/ipc/
H A Dmach_port.c419 return KERN_INVALID_NAME; in mach_port_type()
825 return KERN_INVALID_NAME; in mach_port_get_refs()
911 return KERN_INVALID_NAME; in mach_port_mod_refs()
1004 ((KERN_INVALID_NAME == kr) ? in mach_port_peek()
2681 return KERN_INVALID_NAME; in mach_port_destruct()
2727 return KERN_INVALID_NAME; in mach_port_guard()
2734 ((KERN_INVALID_NAME == kr) ? in mach_port_guard()
2779 return KERN_INVALID_NAME; in mach_port_unguard()
2785 ((KERN_INVALID_NAME == kr) ? in mach_port_unguard()
2830 return KERN_INVALID_NAME; in mach_port_guard_with_flags()
[all …]
H A Dipc_right.c133 return KERN_INVALID_NAME; in ipc_right_lookup_read()
169 kr = KERN_INVALID_NAME; in ipc_right_lookup_read()
190 kr = KERN_INVALID_NAME; in ipc_right_lookup_read()
246 kr = KERN_INVALID_NAME; in ipc_right_lookup_read()
253 kr = KERN_INVALID_NAME; in ipc_right_lookup_read()
302 return KERN_INVALID_NAME; in ipc_right_lookup_write()
345 return KERN_INVALID_NAME; in ipc_right_lookup_two_write()
350 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.c349 return KERN_INVALID_NAME; in ipc_object_translate_port_pset()
359 return KERN_INVALID_NAME; in ipc_object_translate_port_pset()
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-11417.101.15/osfmk/mach/
H A Dkern_return.h143 #define KERN_INVALID_NAME 15 macro
/xnu-11417.101.15/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-11417.101.15/libsyscall/mach/
H A Dmach_right.c126 case KERN_INVALID_NAME: in mach_right_send_retain()
/xnu-11417.101.15/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-11417.101.15/bsd/kern/
H A Dsys_coalition.c143 case KERN_INVALID_NAME: in coalition_request_terminate_syscall()
/xnu-11417.101.15/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.c1468 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.c6586 return KERN_INVALID_NAME; in task_dyld_process_info_notify_deregister()
H A Dzalloc.c10805 return KERN_INVALID_NAME; in zone_leaks()
/xnu-11417.101.15/doc/mach_ipc/
H A Dguard_exceptions.md299 These correspond to cases leading to the `KERN_INVALID_NAME` error code of most
/xnu-11417.101.15/iokit/Kernel/
H A DIOKitDebug.cpp1566 } else if (KERN_INVALID_NAME != kr) { in IOTrackingDebug()
H A DIOUserServer.cpp3167 return KERN_INVALID_NAME; in uext_server()