Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/ipc/
H A Dipc_service_port.c59 kdp_ipc_fill_splabel(struct ipc_service_port_label *ispl, in kdp_ipc_fill_splabel() argument
62 #pragma unused(ispl, spl, namep) in kdp_ipc_fill_splabel()
66 *namep = ispl->ispl_service_name; in kdp_ipc_fill_splabel()
67 spl->portlabel_domain = ispl->ispl_domain; in kdp_ipc_fill_splabel()
/xnu-8796.121.2/osfmk/kern/
H A Dkern_stackshot.c1120 stackshot_plh_hash(struct ipc_service_port_label *ispl) in stackshot_plh_hash() argument
1122 uintptr_t ptr = (uintptr_t)ispl; in stackshot_plh_hash()
1125 …((((x) * STACKSHOT_PLH_SHIFT) < (sizeof(ispl) * CHAR_BIT)) ? ((ptr) >> ((x) * STACKSHOT_PLH_SHIFT)… in stackshot_plh_hash()
1160 stackshot_plh_lookup(struct ipc_service_port_label *ispl, enum stackshot_plh_lookup_type type) in stackshot_plh_lookup() argument
1165 if (ispl == NULL) { in stackshot_plh_lookup()
1182 int16_t hash = stackshot_plh_hash(ispl); in stackshot_plh_lookup()
1192 if (plh->plh_array[cur] == ispl) { in stackshot_plh_lookup()
1209 plh->plh_array[cur] = ispl; in stackshot_plh_lookup()
1239 struct ipc_service_port_label *ispl = arr[idx]; in kdp_stackshot_plh_record() local
1248 if (_stackshot_validate_kva((vm_offset_t)ispl, ispl_size)) { in kdp_stackshot_plh_record()
[all …]
H A Dblock_hint.h82 extern void kdp_ipc_fill_splabel(struct ipc_service_port_label *ispl, struct portlabel_info *spl, c…