Searched refs:ispl (Results 1 – 3 of 3) sorted by relevance
60 kdp_ipc_fill_splabel(struct ipc_service_port_label *ispl, in kdp_ipc_fill_splabel() argument63 #pragma unused(ispl, spl, namep) in kdp_ipc_fill_splabel()67 *namep = ispl->ispl_service_name; in kdp_ipc_fill_splabel()68 spl->portlabel_domain = ispl->ispl_domain; in kdp_ipc_fill_splabel()69 if (ipc_service_port_label_is_throttled(ispl)) { in kdp_ipc_fill_splabel()
82 extern void kdp_ipc_fill_splabel(struct ipc_service_port_label *ispl, struct portlabel_info *spl, c…
1565 stackshot_plh_hash(struct ipc_service_port_label *ispl) in stackshot_plh_hash() argument1567 uintptr_t ptr = (uintptr_t)ispl; in stackshot_plh_hash()1570 …((((x) * STACKSHOT_PLH_SHIFT) < (sizeof(ispl) * CHAR_BIT)) ? ((ptr) >> ((x) * STACKSHOT_PLH_SHIFT)… in stackshot_plh_hash()1605 stackshot_plh_lookup(struct ipc_service_port_label *ispl, enum stackshot_plh_lookup_type type) in stackshot_plh_lookup() argument1610 if (ispl == NULL) { in stackshot_plh_lookup()1627 int16_t hash = stackshot_plh_hash(ispl); in stackshot_plh_lookup()1637 if (plh->plh_array[cur] == ispl) { in stackshot_plh_lookup()1654 plh->plh_array[cur] = ispl; in stackshot_plh_lookup()1684 struct ipc_service_port_label *ispl = arr[idx]; in kdp_stackshot_plh_record() local1693 if (_stackshot_validate_kva((vm_offset_t)ispl, ispl_size)) { in kdp_stackshot_plh_record()[all …]