Home
last modified time | relevance | path

Searched refs:mach_thread_special_port_for_id (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.61.2/libsyscall/mach/mach/
H A Dport_descriptions.h73 int mach_thread_special_port_for_id(const char *id);
/xnu-8792.61.2/tests/
H A Dport_descriptions.c224 expect_special_port_id(mach_thread_special_port_for_id, \
233 int invalid_tsp = mach_thread_special_port_for_id("BOGUS_SPECIAL_PORT_NAME");
/xnu-8792.61.2/libsyscall/mach/
H A Dport_descriptions.c205 mach_thread_special_port_for_id(const char *id) in mach_thread_special_port_for_id() function