Home
last modified time | relevance | path

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

/dflybsd-src/stand/lib/
H A Dstand.h80 #define EADAPT (ELAST+1) /* bad adaptor */
81 #define ECTLR (ELAST+2) /* bad controller */
82 #define EUNIT (ELAST+3) /* bad unit */
83 #define ESLICE (ELAST+4) /* bad slice */
84 #define EPART (ELAST+5) /* bad partition */
85 #define ERDLAB (ELAST+6) /* can't read disk label */
86 #define EUNLAB (ELAST+7) /* unlabeled disk */
87 #define EOFFSET (ELAST+8) /* relative seek not supported */
88 #define ESALAST (ELAST+8) /* */
/dflybsd-src/sys/sys/
H A Derrno.h206 #define ELAST 99 /* Must be equal largest errno */ macro
/dflybsd-src/sys/vfs/nfs/
H A Dnfs_subs.c190 static u_char nfsrv_v2errmap[ELAST] = {
1498 if (err <= ELAST) in nfsrv_errmap()