Searched defs:FAILURE (Results 1 - 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/
H A Dkssladm.h42 #define FAILURE 1 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
H A Dksslcfg.h43 #define FAILURE 1 macro
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dinetboot.c48 #define FAILURE -1 macro
135 if ((fd = openfile(fn)) == FAILURE) {
150 if (fd == FAILURE) {
H A Dboot_plat.c45 #define FAILURE -1 macro
184 if ((fd = openfile(bootfile)) == FAILURE) {
/illumos-gate/usr/src/uts/sun4v/io/n2piupc/
H A Dn2piupc.h43 #define FAILURE -1 macro
/illumos-gate/usr/src/lib/libbsm/common/
H A Dgetauditflags.c41 #define FAILURE 0x2 /* '-' failure mask */ macro
173 prefix = (SUCCESS | FAILURE);
191 prefix ^= FAILURE;
200 prefix ^= FAILURE;
237 if ((prefix & (INVERSE | FAILURE)) == FAILURE) {
239 } else if ((prefix & (INVERSE | FAILURE)) ==
240 (INVERSE | FAILURE)) {
/illumos-gate/usr/src/cmd/streams/strcmd/
H A Dstrconf.c65 #define FAILURE 1 macro
193 * returns: SUCCESS or FAILURE
206 return (FAILURE);
214 return (FAILURE);
H A Dstrchg.c75 #define FAILURE 1 macro
287 if (push_module(modp) == FAILURE) {
366 FAILURE) {
472 * returns SUCCESS or FAILURE
481 return (FAILURE);
516 if (push_module(Oldlist.sl_modlist[i].l_name) == FAILURE) {
528 * returns: SUCCESS or FAILURE
541 return (FAILURE);
549 return (FAILURE);
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_send.c51 #define FAILURE -1 macro
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_error.c98 #define FAILURE -1 macro
275 value = FAILURE;
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim.h92 #define FAILURE -1 macro
/illumos-gate/usr/src/cmd/format/
H A Dbadsec.h39 #define FAILURE 1 macro
H A Dix_altsctr.c54 #define FAILURE 1 macro
290 int mystatus = FAILURE;
298 if (status == FAILURE) {
309 if (status == FAILURE) {
334 if (status == FAILURE) {
365 (char *)ap->ap_mapp, 0, NULL) == FAILURE) {
374 (char *)ap->ap_entp, 0, NULL) == FAILURE) {
808 * return (FAILURE);
/illumos-gate/usr/src/cmd/addbadsec/
H A Dbadsec.h38 #define FAILURE 0 macro
H A Dix_altsctr.c53 #define FAILURE 0 macro
294 ap->ap_tbl_secsiz, CMD_READ) == FAILURE) {
296 return(FAILURE);
302 return(FAILURE);
309 (char *)ap->ap_mapp, ap->ap_map_secsiz, CMD_READ) == FAILURE) {
311 return(FAILURE);
328 return(FAILURE);
336 CMD_READ) ==FAILURE){
338 return(FAILURE);
356 ap->ap_tbl_secsiz, CMD_WRITE) == FAILURE) {
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetauditflags.c44 #define FAILURE 2 macro
100 for (mask_num = COMMON; mask_num <= FAILURE; mask_num++) {
153 lists[FAILURE].on[lists[FAILURE].count++] = i;
155 except_list[FAILURE]++;
156 if (lists[FAILURE].off == -1)
157 lists[FAILURE].off = i;
181 for (i=COMMON;i<=FAILURE && (list == -1);i++) {
197 for (i=SUCCESS;i<=FAILURE;i++) {
205 for (i=SUCCESS,j=0;i<=FAILURE;
[all...]
/illumos-gate/usr/src/cmd/write/
H A Dwrite.c57 #define FAILURE -1 macro
464 if ((child = fork()) == (pid_t)FAILURE)
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool_ui.h37 #define FAILURE -1 /* General failure. */ macro
/illumos-gate/usr/src/cmd/modload/
H A Daddrem.h38 #define FAILURE -1 macro
/illumos-gate/usr/src/cmd/ttymon/
H A Dttymon.h33 #define FAILURE -1 /* initialize device failed */ macro
/illumos-gate/usr/src/uts/sun4v/io/iospc/
H A Diospc.h41 #define FAILURE -1 macro
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dcryptoutil.h42 #define FAILURE 1 macro
/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c50 #define FAILURE (unsigned)(-1) macro
364 getvalue(tok1, nc_semantics)) == FAILURE) ||
366 ((netconfigp->nc_flag = getflag(tok2)) == FAILURE) ||
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_ioctl.h31 #define FAILURE -1 macro
/illumos-gate/usr/src/cmd/mail/
H A Dmail.h105 #define FAILURE 0 macro
455 extern char *SURRcmdstr; /* save in case of FAILURE */

Completed in 81 milliseconds

12