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

/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid.c649 for (cbuf = cs->cs_buflist; cbuf; cbuf = cbuf->cbuf_next) {
693 cbuf = cbuf->cbuf_next;
829 for (cbuf = cs->cs_buflist; cbuf; cbuf = cbuf->cbuf_next) {
1266 cbuf1 = cbuf->cbuf_next;
1687 for (cbuf = cs->cs_buflist; cbuf; cbuf = cbuf->cbuf_next)
1703 for (cbuf = cs->cs_buflist; cbuf; cbuf = cbuf->cbuf_next) {
2201 cbufp = &cbuf->cbuf_next;
2502 for (cbuf = cs->cs_buflist; cbuf; cbuf = cbuf->cbuf_next) {
2520 if (cbuf->cbuf_next == NULL) {
2550 if (cbuf->cbuf_next
[all...]
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_raid.h496 struct md_raidcbuf *cbuf_next; /* 0x10 */ member in struct:md_raidcbuf

Completed in 64 milliseconds