Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mem.c1676 for (bank = banks; bank; bank = bank->bd_next) { in sbdp_check_seg_with_banks()
1731 for (bankp = bdp->banks; bankp; bankp = bankp->bd_next) in sbdp_isinterleaved()
1796 bank->bd_next = *banks; in sbdp_add_nodes_banks()
1827 new->bd_next = NULL; in sbdp_fill_bank_info()
1891 nbkp = bkp->bd_next; in sbdp_fini_bd_banks()
1892 bkp->bd_next = NULL; in sbdp_fini_bd_banks()
1909 for (bp = bdp->banks, i = 0; bp; bp = bp->bd_next, i++) { in sbdp_print_bd_banks()
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsbdp_priv.h138 struct sbdp_bank *bd_next; /* in the board */ member
/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpfdesc.h116 LIST_ENTRY(bpf_d) bd_next; /* List attaced to bif_if */