Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/skywalk/nexus/kpipe/
H A Dnx_kpipe_loopback.c327 kern_packet_idx_t pidx; in kplo_sync_tx() local
382 pidx = kern_packet_get_object_index(ph); in kplo_sync_tx()
383 VERIFY(pidx < kplo_tx_pp_info.kpm_packets); in kplo_sync_tx()
/xnu-8020.140.41/bsd/net/
H A Dpf_table.c2362 pfr_pool_get(struct pfr_ktable *kt, int *pidx, struct pf_addr *counter, in pfr_pool_get() argument
2387 if (pidx != NULL) { in pfr_pool_get()
2388 idx = *pidx; in pfr_pool_get()
2424 *pidx = idx; in pfr_pool_get()
2443 *pidx = idx; in pfr_pool_get()
/xnu-8020.140.41/tools/lldbmacros/
H A Dipc.py1049 for pidx in range(dsc.ool_ports.count):
1051 p_list += list(CollectPortsForAnalysis(dispdata[pidx], dsc_disp))