Home
last modified time | relevance | path

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

/xnu-8019.80.24/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-8019.80.24/bsd/net/
H A Dpf_table.c2361 pfr_pool_get(struct pfr_ktable *kt, int *pidx, struct pf_addr *counter, in pfr_pool_get() argument
2386 if (pidx != NULL) { in pfr_pool_get()
2387 idx = *pidx; in pfr_pool_get()
2423 *pidx = idx; in pfr_pool_get()
2442 *pidx = idx; in pfr_pool_get()
/xnu-8019.80.24/tools/lldbmacros/
H A Dipc.py1086 for pidx in range(dsc.ool_ports.count):
1088 p_list += list(CollectPortsForAnalysis(dispdata[pidx], dsc_disp))