Home
last modified time | relevance | path

Searched refs:fpid (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.1.13/osfmk/kern/
H A Dmach_filter.h40 mach_msg_id_t msgid, mach_msg_filter_id *fpid);
51 void *connection_port_sblabel, uint64_t *fpid);
/xnu-10002.1.13/tests/
H A Dmach_service_port.c54 uint64_t fpid = 0; variable
79 kr = mach_port_is_connection_for_service(mach_task_self(), connection_port, service_port, &fpid);
81 T_LOG("mach_port_is_connection_for_service kr = %d, fpid = %llu", kr, fpid);