Searched defs:bf_next (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/fs/
H A Dbootfsops.c48 struct bfile *bf_next; member in struct:bfile
177 fp->bf_next = head;
200 for (fp = head; fp != NULL; fp = fp->bf_next) {
310 head = head->bf_next;
/illumos-gate/usr/src/uts/sun4/sys/
H A Dasync.h119 struct bus_func_desc *bf_next; /* pointer to next registered desc */ member in struct:bus_func_desc
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c360 struct ath_buf *bf_next, *bf_last = bf->bf_lastbf; local
401 bf_next = bf->bf_next;
433 if (bf_next == NULL) {
462 if (bf->bf_next == NULL &&
490 bf = bf_next;
698 bf->bf_next = NULL;
707 bf_prev->bf_next = bf;
1077 bf = bf->bf_next;
H A Darn_core.h319 (_bf)->bf_next = NULL; \
382 struct ath_buf *bf_next; /* next subframe in the aggregate */ member in struct:ath_buf
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_mddb.h750 struct mddb_bf *bf_next; member in struct:mddb_bf

Completed in 71 milliseconds