Searched refs:ELAST (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dstand.h81 #define EADAPT (ELAST+1) /* bad adaptor */
82 #define ECTLR (ELAST+2) /* bad controller */
83 #define EUNIT (ELAST+3) /* bad unit */
84 #define ESLICE (ELAST+4) /* bad slice */
85 #define EPART (ELAST+5) /* bad partition */
86 #define ERDLAB (ELAST+6) /* can't read disk label */
87 #define EUNLAB (ELAST+7) /* unlabeled disk */
88 #define EOFFSET (ELAST+8) /* relative seek not supported */
89 #define ESALAST (ELAST+8) /* */
H A Dbzipfs.c45 #define EOFFSET (ELAST+8) /* relative seek not supported */
/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h184 #define ELAST 96 /* Must be equal largest errno */ macro

Completed in 63 milliseconds