Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dstand.h85 #define EADAPT (ELAST+1) /* bad adaptor */
86 #define ECTLR (ELAST+2) /* bad controller */
87 #define EUNIT (ELAST+3) /* bad unit */
88 #define ESLICE (ELAST+4) /* bad slice */
89 #define EPART (ELAST+5) /* bad partition */
90 #define ERDLAB (ELAST+6) /* can't read disk label */
91 #define EUNLAB (ELAST+7) /* unlabeled disk */
92 #define EOFFSET (ELAST+8) /* relative seek not supported */
93 #define ESALAST (ELAST+8) /* */
H A Dbzipfs.c44 #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