Searched refs:bp_temp (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dbpf.c2256 struct bpf_if *bp_temp; local
2269 for (bp_temp = bpf_iflist; bp_temp && (bp_temp->bif_ifp != ifp ||
2270 bp_temp->bif_dlt != dlt); bp_temp = bp_temp->bif_next) {
2271 if (bp_temp->bif_ifp == ifp && bp_first == NULL)
2272 bp_first = bp_temp;
2275 if (bp_temp !
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c2413 buf_t bp_temp; local
2443 for (bp_temp = bp_head; bp_temp && bp != bp_temp->b_shadow; bp_temp = bp_temp->b_shadow);
2445 if (bp_temp == NULL)
2448 bp_temp->b_shadow = bp_temp->b_shadow->b_shadow;
2460 for (bp_temp
[all...]

Completed in 62 milliseconds