Searched defs:FAIL (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/libeti/form/common/
H A Ddriver.c117 static REQUEST FAIL = { (PTF_int) 0, (PTF_int) 0 }; variable
215 return (FAIL);
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dsysfiles.h51 #define FAIL -1 macro
H A Duucp.h212 #define FAIL -1 macro
462 cleanup(FAIL); \
/illumos-gate/usr/src/cmd/bnu/
H A Dsysfiles.h39 #define FAIL -1 macro
H A Duucp.h317 #define FAIL -1 macro
624 cleanup(FAIL);};
/illumos-gate/usr/src/cmd/busstat/
H A Dbusstat.h107 #define FAIL -1 macro
/illumos-gate/usr/src/cmd/tip/
H A Duucplock.c18 #define FAIL -1 macro
25 finish(FAIL); \
31 finish(FAIL); \
78 * return codes: 0 | FAIL
97 return (FAIL);
101 return (FAIL);
115 * FAIL -> lock file still active
137 return (FAIL);
141 return (FAIL);
266 * return codes: 0 | FAIL
[all...]
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.h152 #define FAIL 1 macro
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c54 #define FAIL 1 macro
157 exit(FAIL);
172 exit(FAIL);
178 exit(FAIL);
184 exit(FAIL);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c63 #define FAIL 1 macro
159 exit(FAIL);
173 exit(FAIL);
178 exit(FAIL);
184 exit(FAIL);
/illumos-gate/usr/src/cmd/mdb/common/modules/sd/
H A Dsd.c42 #define FAIL WALK_ERR macro
449 return (FAIL);
506 return (FAIL);
557 return (FAIL);
586 return (FAIL);
684 return (FAIL);
/illumos-gate/usr/src/cmd/acct/
H A Dacctdef.h59 #define FAIL -1 macro
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetgrent.c201 #define FAIL -1 macro
206 return (FAIL);
219 return (FAIL);
226 return (FAIL);
231 return (FAIL);
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h416 #define FAIL 0 macro
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c60 #define FAIL ((func_t)-1) macro
229 return (FAIL);
270 return (FAIL);
281 return (FAIL);
296 return ((elf64_go2 == FAIL_READELF64) ? FAIL :
299 return ((elf64_go2 == FAIL_READELF64) ? FAIL :
308 return (FAIL);
311 return (FAIL);
621 if ((entrypt = iload32(dlname, thdr, dhdr, &av)) == FAIL)
710 return (FAIL);
[all...]
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c152 #define FAIL -1 macro
265 * it sets the retval and returns FAIL (-1).
270 if (flag == FAIL)
702 return (FAIL);
716 return (FAIL);
736 return (FAIL);
741 return (FAIL);
746 return (FAIL);
765 return (FAIL);
774 return (FAIL);
[all...]
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c1559 #define FAIL(_msg) errmsg = _msg; goto fail macro
1578 * Can't use FAIL --- oa_name is not a valid
1594 FAIL(MSG_ERR_OPT_MODPRE);
1598 FAIL(MSG_ERR_OPT_MODLEN);
1609 FAIL(MSG_ERR_OPT_EXCMASKN0);
1615 FAIL(MSG_ERR_OPT_IDMASKPOW2);
1621 FAIL(MSG_ERR_OPT_IDMASKUNIQ);
1634 FAIL(MSG_ERR_ARG_MODPRE);
1638 FAIL(MSG_ERR_ARG_MODLEN);
1646 FAIL(MSG_ERR_ARG_MASKNOT
[all...]
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h255 #define FAIL -1 macro
566 cleanup(FAIL);};

Completed in 1521 milliseconds