Searched refs:ispl (Results 1 – 3 of 3) sorted by relevance
59 kdp_ipc_fill_splabel(struct ipc_service_port_label *ispl, in kdp_ipc_fill_splabel() argument62 #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()
1119 stackshot_plh_hash(struct ipc_service_port_label *ispl) in stackshot_plh_hash() argument1121 uintptr_t ptr = (uintptr_t)ispl; in stackshot_plh_hash()1124 …((((x) * STACKSHOT_PLH_SHIFT) < (sizeof(ispl) * CHAR_BIT)) ? ((ptr) >> ((x) * STACKSHOT_PLH_SHIFT)… in stackshot_plh_hash()1159 stackshot_plh_lookup(struct ipc_service_port_label *ispl, enum stackshot_plh_lookup_type type) in stackshot_plh_lookup() argument1164 if (ispl == NULL) { in stackshot_plh_lookup()1181 int16_t hash = stackshot_plh_hash(ispl); in stackshot_plh_lookup()1191 if (plh->plh_array[cur] == ispl) { in stackshot_plh_lookup()1208 plh->plh_array[cur] = ispl; in stackshot_plh_lookup()1238 struct ipc_service_port_label *ispl = arr[idx]; in kdp_stackshot_plh_record() local1247 if (_stackshot_validate_kva((vm_offset_t)ispl, ispl_size)) { in kdp_stackshot_plh_record()[all …]
82 extern void kdp_ipc_fill_splabel(struct ipc_service_port_label *ispl, struct portlabel_info *spl, c…