Searched refs:EX_UNAVAILABLE (Results 1 - 25 of 73) sorted by relevance

123

/freebsd-current/contrib/sendmail/src/
H A Dsysexits.c58 return EX_UNAVAILABLE;
79 return EX_UNAVAILABLE;
94 return EX_UNAVAILABLE;
125 return EX_UNAVAILABLE;
133 return EX_UNAVAILABLE;
138 return EX_UNAVAILABLE;
/freebsd-current/include/
H A Dsysexits.h62 * EX_UNAVAILABLE -- A service is unavailable. This can occur
102 #define EX_UNAVAILABLE 69 /* service unavailable */ macro
/freebsd-current/lib/libulog/
H A Dulog_login_pseudo.c63 exit(EX_UNAVAILABLE);
66 exit(EX_UNAVAILABLE);
/freebsd-current/contrib/sendmail/include/sm/
H A Dsysexits.h46 ** EX_UNAVAILABLE -- A service is unavailable. This can occur
94 # define EX_UNAVAILABLE 69 /* service unavailable */ macro
/freebsd-current/contrib/openbsm/test/bsm/
H A Dgenerate.c103 err(EX_UNAVAILABLE, "au_close_token");
122 err(EX_UNAVAILABLE, "au_open");
124 err(EX_UNAVAILABLE, "au_write");
127 err(EX_UNAVAILABLE, "au_close_buffer");
142 err(EX_UNAVAILABLE, "au_to_file");
153 err(EX_UNAVAILABLE, "au_to_file");
170 err(EX_UNAVAILABLE, "au_to_trailer");
187 err(EX_UNAVAILABLE, "au_to_header32");
208 err(EX_UNAVAILABLE, "au_to_data");
220 err(EX_UNAVAILABLE, "au_to_dat
[all...]
/freebsd-current/contrib/sendmail/smrsh/
H A Dsmrsh.c132 exit(EX_UNAVAILABLE);
197 exit(EX_UNAVAILABLE);
215 exit(EX_UNAVAILABLE);
242 exit(EX_UNAVAILABLE);
304 exit(EX_UNAVAILABLE);
323 exit(EX_UNAVAILABLE);
341 exit(EX_UNAVAILABLE);
355 exit(EX_UNAVAILABLE);
399 exit(EX_UNAVAILABLE);
409 exit(EX_UNAVAILABLE);
[all...]
/freebsd-current/usr.bin/getconf/tests/
H A Dgetconf_test.sh41 EX_UNAVAILABLE=69
108 atf_check -e not-empty -s exit:$EX_UNAVAILABLE \
/freebsd-current/sbin/veriexec/
H A Dveriexec.c204 err(EX_UNAVAILABLE, "cannot open veriexec");
207 err(EX_UNAVAILABLE,
269 err(EX_UNAVAILABLE, "Cannot open veriexec");
271 err(EX_UNAVAILABLE, "Cannot %s veriexec", optarg);
293 err(EX_UNAVAILABLE, "Cannot open veriexec");
/freebsd-current/sbin/ipfw/
H A Daltq.c58 err(EX_UNAVAILABLE,
62 err(EX_UNAVAILABLE, "enabling altq");
65 err(EX_UNAVAILABLE, "disabling altq");
/freebsd-current/contrib/sendmail/libsm/
H A Dstrexit.c104 case EX_UNAVAILABLE:
/freebsd-current/tools/tools/net80211/mlme_assoc/
H A Dmlme_assoc.c180 errx(EX_UNAVAILABLE, "socket");
184 errx(EX_UNAVAILABLE, "if_up");
189 errx(EX_UNAVAILABLE, "try_mlme_assoc");
194 errx(EX_UNAVAILABLE, "mlme_assoc_scan_results");
/freebsd-current/sbin/nvmecontrol/
H A Dsanitize.c158 errx(EX_UNAVAILABLE, "controller does not support Block Erase");
160 errx(EX_UNAVAILABLE, "controller does not support Overwrite");
162 errx(EX_UNAVAILABLE, "controller does not support Crypto Erase");
169 errx(EX_UNAVAILABLE, "can't sanitize one of namespaces, specify controller");
H A Dselftest.c70 errx(EX_UNAVAILABLE, "device self-test in progress");
103 errx(EX_UNAVAILABLE, "controller does not support self-test");
H A Dformat.c163 errx(EX_UNAVAILABLE, "controller does not support format");
166 errx(EX_UNAVAILABLE, "controller does not support cryptographic erase");
171 errx(EX_UNAVAILABLE, "controller does not support per-NS format");
174 errx(EX_UNAVAILABLE, "controller does not support per-NS erase");
H A Dtelemetry.c128 errx(EX_UNAVAILABLE, "Drive does not support telemetry");
130 errx(EX_UNAVAILABLE, "Cannot operate on namespace");
H A Dfirmware.c284 errx(EX_UNAVAILABLE,
290 errx(EX_UNAVAILABLE, "slot %d is marked as read only", opt.slot);
295 errx(EX_UNAVAILABLE,
301 errx(EX_UNAVAILABLE,
H A Dns.c420 errx(EX_UNAVAILABLE, "controller does not support namespace management");
465 errx(EX_UNAVAILABLE, "controller does not support namespace management");
510 errx(EX_UNAVAILABLE, "controller does not support namespace management");
571 errx(EX_UNAVAILABLE, "controller does not support namespace management");
660 errx(EX_UNAVAILABLE, "controller does not support namespace management");
725 errx(EX_UNAVAILABLE, "controller does not support namespace management");
795 errx(EX_UNAVAILABLE, "controller does not support namespace management");
872 errx(EX_UNAVAILABLE, "controller does not support namespace management");
925 errx(EX_UNAVAILABLE, "controller does not support namespace management");
949 errx(EX_UNAVAILABLE, "namespac
[all...]
H A Ddevlist.c150 exit(EX_UNAVAILABLE);
/freebsd-current/usr.bin/lockf/tests/
H A Dlockf_test.sh30 : ${EX_UNAVAILABLE:=69}
178 atf_check -s exit:"${EX_UNAVAILABLE}" lockf -sn "testlock" sleep 30
/freebsd-current/usr.sbin/pmc/
H A Dpmc.c113 err(EX_UNAVAILABLE,
/freebsd-current/sbin/ddb/
H A Dddb.c63 err(EX_UNAVAILABLE, "fopen: %s", filename);
/freebsd-current/usr.sbin/watch/
H A Dwatch.c220 fatal(EX_UNAVAILABLE, "cannot attach to tty");
345 fatal(EX_UNAVAILABLE, "malloc failed");
420 fatal(EX_UNAVAILABLE, "malloc failed");
427 fatal(EX_UNAVAILABLE, "malloc failed");
/freebsd-current/usr.sbin/fdformat/
H A Dfdformat.c99 errx(EX_UNAVAILABLE, "out of memory");
209 errx(EX_UNAVAILABLE, "out of memory");
290 return (EX_UNAVAILABLE);
/freebsd-current/contrib/sendmail/mail.local/
H A Dmail.local.c1037 exitval = EX_UNAVAILABLE;
1047 exitval = EX_UNAVAILABLE;
1096 exitval = EX_UNAVAILABLE;
1103 exitval = EX_UNAVAILABLE;
1110 exitval = EX_UNAVAILABLE;
1277 ** EX_UNAVAILABLE, unless there were internal problems, since
1297 ExitVal = EX_UNAVAILABLE;
1509 r = EX_UNAVAILABLE;
1783 ExitVal = EX_UNAVAILABLE;
1861 ExitVal = EX_UNAVAILABLE;
[all...]
/freebsd-current/tools/tools/ioat/
H A Dioatcontrol.c97 exit(EX_UNAVAILABLE);
237 return (EX_UNAVAILABLE);

Completed in 243 milliseconds

123