Searched defs:zs_next (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_zfetch.c154 zstream_t *zs_next; local
163 zs != NULL; zs = zs_next) {
164 zs_next = list_next(&zf->zf_stream, zs);
/illumos-gate/usr/src/uts/sun/sys/
H A Dzsdev.h193 * The zs_flags, zs_wreg and zs_next fields can be altered by interrupt
219 * The zs_wreg, zs_next and zs_flags fields
224 struct zscom *zs_next; /* next in the circularly linked list */ member in struct:zscom

Completed in 45 milliseconds