Home
last modified time | relevance | path

Searched refs:EPART (Results 1 – 5 of 5) sorted by relevance

/titanic_51/usr/src/lib/libast/common/sfio/
H A Dsfstrtod.c33 #define EPART 2 /* doing exponent part */ macro
143 { if(mode == EPART)
145 mode = EPART;
/titanic_51/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfstrtod.c33 #define EPART 2 /* doing exponent part */ macro
143 { if(mode == EPART)
145 mode = EPART;
/titanic_51/usr/src/boot/lib/libstand/
H A Dstrerror.c68 {EPART, "bad partition"},
H A Dstand.h85 #define EPART (ELAST+5) /* bad partition */ macro
/titanic_51/usr/src/boot/sys/boot/common/
H A Ddisk.c416 return (EPART); in disk_parsedev()