Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/ipc/
H A Dmach_port.c421 return KERN_INVALID_NAME; in mach_port_type()
810 return KERN_INVALID_NAME; in mach_port_get_refs()
896 return KERN_INVALID_NAME; in mach_port_mod_refs()
989 ((KERN_INVALID_NAME == kr) ? in mach_port_peek()
2852 return KERN_INVALID_NAME; in mach_port_destruct()
2898 return KERN_INVALID_NAME; in mach_port_guard()
2905 ((KERN_INVALID_NAME == kr) ? in mach_port_guard()
2955 return KERN_INVALID_NAME; in mach_port_unguard()
2961 ((KERN_INVALID_NAME == kr) ? in mach_port_unguard()
3006 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.c558 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-10063.121.3/osfmk/mach/
H A Dkern_return.h143 #define KERN_INVALID_NAME 15 macro
/xnu-10063.121.3/tests/
H A Dvoucher_entry_18826844.c84 T_ASSERT_MACH_ERROR(KERN_INVALID_NAME, kr, "voucher should now be invalid name");
H A Dipc_read_inspect.c184 if (kr == KERN_INVALID_RIGHT || kr == KERN_INVALID_NAME) { in test_task_threads()
248 if (kr == KERN_INVALID_RIGHT || kr == KERN_INVALID_NAME) { in test_processor_set_tasks()
H A Dmach_service_port.c269 if (kr == KERN_INVALID_RIGHT || kr == KERN_INVALID_NAME) {
/xnu-10063.121.3/libsyscall/mach/
H A Dmach_right.c119 case KERN_INVALID_NAME: in mach_right_send_retain()
/xnu-10063.121.3/bsd/kern/
H A Dsys_coalition.c109 case KERN_INVALID_NAME: in coalition_request_terminate_syscall()
/xnu-10063.121.3/osfmk/kern/
H A Dsync_sema.c1170 return KERN_INVALID_NAME; in port_name_to_semaphore()
H A Dwork_interval.c566 return KERN_INVALID_NAME; in port_name_to_work_interval()
H A Dbsd_kern.c1413 case KERN_INVALID_NAME: in mach_to_bsd_errno()
H A Dexclaves_resource.c727 return KERN_INVALID_NAME; in exclaves_resource_from_port_name()
H A Dcoalition.c1982 return KERN_INVALID_NAME; in coalition_request_terminate_internal()
H A Dtask.c6483 return KERN_INVALID_NAME; in task_dyld_process_info_notify_deregister()
H A Dzalloc.c10621 return KERN_INVALID_NAME; in zone_leaks()
/xnu-10063.121.3/iokit/Kernel/
H A DIOKitDebug.cpp1534 } else if (KERN_INVALID_NAME != kr) { in IOTrackingDebug()
H A DIOUserServer.cpp3156 return KERN_INVALID_NAME; in uext_server()