Home
last modified time | relevance | path

Searched refs:ELAST (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dstand.h86 #define EADAPT (ELAST+1) /* bad adaptor */
87 #define ECTLR (ELAST+2) /* bad controller */
88 #define EUNIT (ELAST+3) /* bad unit */
89 #define ESLICE (ELAST+4) /* bad slice */
90 #define EPART (ELAST+5) /* bad partition */
91 #define ERDLAB (ELAST+6) /* can't read disk label */
92 #define EUNLAB (ELAST+7) /* unlabeled disk */
93 #define EOFFSET (ELAST+8) /* relative seek not supported */
94 #define ESALAST (ELAST+8) /* */
/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h184 #define ELAST 96 /* Must be equal largest errno */ macro