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

/illumos-gate/usr/src/uts/common/sys/
H A Dvtoc.h105 #define VT_ENOTSUP (-5) /* VTOC op. not supported */ macro
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dslice.c47 #ifndef VT_ENOTSUP
48 #define VT_ENOTSUP (-5) macro
423 } else if (status == VT_ENOTSUP && efi_alloc_and_read(fd, &efip) >= 0) {
636 } else if (status == VT_ENOTSUP && efi_alloc_and_read(fd, &efip) >= 0) {
769 } else if (status == VT_ENOTSUP &&
873 } else if (status == VT_ENOTSUP && efi_alloc_and_read(fd, &efip) >= 0) {

Completed in 59 milliseconds