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

/xnu-2422.115.4/bsd/net/
H A Dbpf.c2386 struct bpf_if *bp_temp; local
2399 for (bp_temp = bpf_iflist; bp_temp && (bp_temp->bif_ifp != ifp ||
2400 bp_temp->bif_dlt != dlt); bp_temp = bp_temp->bif_next) {
2401 if (bp_temp->bif_ifp == ifp && bp_first == NULL)
2402 bp_first = bp_temp;
2405 if (bp_temp !
[all...]
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c2437 buf_t bp_temp; local
2467 for (bp_temp = bp_head; bp_temp && bp != bp_temp->b_shadow; bp_temp = bp_temp->b_shadow);
2469 if (bp_temp == NULL)
2472 bp_temp->b_shadow = bp_temp->b_shadow->b_shadow;
2484 for (bp_temp
[all...]

Completed in 34 milliseconds