Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dblock_hint.h89 struct ipc_service_port_label **isplp);
91 struct ipc_service_port_label **isplp);
99 …fo(struct turnstile *ts, thread_turnstileinfo_v2_t *tsinfo, struct ipc_service_port_label **isplp);
H A Dturnstile.c3293 …_chain(struct turnstile *ts, uint64_t *flags, uint8_t *hops, struct ipc_service_port_label **isplp) in kdp_turnstile_traverse_inheritor_chain() argument
3314 *isplp = ptrauth_strip(port->ip_object.iol_service, in kdp_turnstile_traverse_inheritor_chain()
3322 *isplp = ptrauth_strip(port->ip_object.iol_service, in kdp_turnstile_traverse_inheritor_chain()
3334 uint64_t ret = kdp_turnstile_traverse_inheritor_chain(ts->ts_inheritor, flags, hops, isplp); in kdp_turnstile_traverse_inheritor_chain()
3407 …nfo(struct turnstile *ts, thread_turnstileinfo_v2_t *tsinfo, struct ipc_service_port_label **isplp) in kdp_turnstile_fill_tsinfo() argument
3424 final_inheritor = kdp_turnstile_traverse_inheritor_chain(ts, &flags, &hops, isplp); in kdp_turnstile_fill_tsinfo()
/xnu-12377.81.4/osfmk/ipc/
H A Dipc_port.c3241 struct ipc_service_port_label **isplp) in kdp_mqueue_send_find_owner() argument
3293 *isplp = ip_label_peek_kdp(port).iol_service; in kdp_mqueue_send_find_owner()
3316 struct ipc_service_port_label **isplp) in kdp_mqueue_recv_find_owner() argument
3356 *isplp = ip_label_peek_kdp(port).iol_service; in kdp_mqueue_recv_find_owner()