Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kern/
H A Dkern_stackshot.c1034 struct ipc_service_port_label **plh_array; /* _size allocated, _count used */ member
1073 return SIZE_EST(size * sizeof(*plh->plh_array)) + in stackshot_plh_est_size()
1101 plh.plh_array = kcdata_endalloc(data, size * sizeof(*plh.plh_array)); in stackshot_plh_setup()
1105 …if (plh.plh_array == NULL || plh.plh_chains == NULL || plh.plh_gen == NULL || plh.plh_hash == NULL… in stackshot_plh_setup()
1110 plh.plh_array[x] = NULL; in stackshot_plh_setup()
1193 if (plh->plh_array[cur] == ispl) { in stackshot_plh_lookup()
1210 plh->plh_array[cur] = ispl; in stackshot_plh_lookup()
1236 struct ipc_service_port_label **arr = plh->plh_array; in kdp_stackshot_plh_record()