Searched refs:kzioseg (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_kmem.h53 extern struct seg kzioseg; /* Segment for zio mappings */
H A Dseg_kmem.c107 struct seg kzioseg; /* Segment for zio mappings */ variable in typeref:struct:seg
657 } else if (seg == &kzioseg) {
659 * We don't want to dump pages attached to kzioseg since they
661 * kzioseg return instead of writing it to the dump device.
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c2048 * before, so we have to attach the kzioseg after kvm is
2055 &kzioseg);
2056 (void) segkmem_zio_create(&kzioseg);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c2796 &kzioseg);
2797 (void) segkmem_zio_create(&kzioseg);

Completed in 89 milliseconds