Searched refs:fail (Results 376 - 400 of 452) sorted by relevance

<<111213141516171819

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_fmt.c667 fail("format %c is defined using illegal size\n", fmt);
672 fail("format %c is using illegal fp size\n",
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c405 /* teardown and fail */
1062 * From this point on, we can't fail.
1225 * iport. If so, we fail detach.
1970 * we'd ever fail here, as the inbound queue monitoring code above
3144 goto fail;
3149 goto fail;
3154 goto fail;
3159 goto fail;
3163 fail:
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_lib4u.c123 goto fail;
133 goto fail;
146 fail:
1336 goto fail;
1345 fail:
H A Dpx_hlib.c3080 goto fail;
3087 goto fail;
3096 goto fail;
3258 fail:
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c1388 goto fail;
1396 goto fail;
1402 goto fail;
1409 goto fail;
1425 fail:
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c742 goto fail;
756 goto fail;
761 fail:
1653 goto fail;
1660 goto fail;
1696 fail:
2390 * We can fail due to a timeout or signal or
3876 goto fail;
3892 goto fail;
3910 goto fail;
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c3580 ** previous fcntl will fail with "Invalid argument" errors.
5596 goto fail;
5600 goto fail;
5608 goto fail;
5628 goto fail;
5634 goto fail;
5642 goto fail;
5648 fail:
6151 ** implementations (TurboLinux?) may (temporarily) fail
H A Ddaemon.c501 ** force accept() to fail on affected systems.
1080 goto fail;
1095 fail:
1120 goto fail;
1207 goto fail;
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dpath.c1145 * On apollo's execve will fail with eacces when
1266 goto fail;
1270 goto fail;
1282 fail:
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c593 fail(1, "kstat_open(): can't open /dev/kstat");
684 fail(1, "kstat_open(): can't open /dev/kstat");
2741 fail(0, "No compatible interfaces");
2774 fail(0, "-I: %s no such "
3054 fail(0, "No compatible interfaces");
3087 fail(0, "-I: %s no such "
3373 fail(0, "dhcp_do_ipc: out of memory");
3378 fail(0, "dhcp_do_ipc: %s", dhcp_ipc_strerror(error));
3389 fail(0, "dhcp_do_ipc: %s", dhcp_ipc_strerror(error));
3476 fail(
6149 fail(int do_perror, char *message, ...) function
[all...]
/illumos-gate/usr/src/uts/common/io/rtls/
H A Drtls.c402 cmn_err(CE_WARN, "pci_config_setup fail.");
460 cmn_err(CE_WARN, "ddi_regs_map_setup fail.");
468 cmn_err(CE_WARN, "DMA buffer allocation fail.");
469 goto fail;
477 goto fail;
496 cmn_err(CE_WARN, "ddi_add_intr fail.");
512 cmn_err(CE_WARN, "mac_alloc fail.");
555 fail:
983 "%s: send fail--CHIP ERROR!",
1000 "%s: send fail
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/
H A Dkeyspan_pipe.c869 goto fail;
875 goto fail;
880 fail:
H A Dkeyspan_dsd.c320 USB_DPRINTF_L2(DPRINT_ATTACH, ksp->ks_lh, "fail attach dev ");
484 goto fail;
497 goto fail;
505 goto fail;
536 fail:
803 * if we are about to raise power and asked to lower power, fail
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c255 * "fail" not operational because a fault has been detected,
259 * "fail-xxx" not operational because a fault has been detected,
273 * check for the value "fail", in the beginning of the string, noting
284 static const char *fail = "fail"; local
285 int fail_len = (int)strlen(fail);
288 * Get the proplen ... if it's smaller than "fail",
290 * the value can't begin with the char string "fail".
320 * If the value begins with the char string "fail",
325 if (strncmp(bufp, fail, fail_le
[all...]
/illumos-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c802 * If we fail to restore the instruction we need to kill
1391 * or we fail to register this new provider with the DTrace
2209 int i, fail = 0; local
2224 * shop. If we fail to detach, we'll need to re-register as a
2225 * meta-provider. We can fail to unregister as a meta-provider
2255 * that corresponds to that pid, fail to detach.
2275 fail = 1;
2286 if (fail) {
/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c1035 int fail = 1; local
1040 fail = crgetuid(cr) != crgetuid(p->p_cred);
1045 return (!fail);
2468 * whole lot of sense to make reset block or fail. We already
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Doptions.sh237 pipefail pipe-fail pipe_fail \
327 then err_exit "[[ -o ?$opt ]] should fail"
330 then err_exit "[[ -o ?no$opt ]] should fail"
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh152 2 fail
158 2 fail
384 If all attempts fail then log a warning and
388 fail : Proceed as for 'use_cached' but if all attempts
389 fail return a YPERR_YPERR error to the client.
420 fail : Return YPERR_YPERR error to the client.
1400 2) _RET_ERR_ACT="fail"
1428 2) _STOR_ERR_ACT="fail"
1970 # if nisLDAPstoreErrorAction="fail", then no point in asking
1973 [ "$nisLDAPstoreErrorAction" = "fail" ]
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c265 return ("fail,contents"); /* UMEM_LOGGING setting */
831 * If any additions fail, returns -1, else 0 on success.
859 * Handle the case were we either fail to create a bound fd or we fail
2087 goto fail;
2109 goto fail;
2119 goto fail;
2163 fail:
2705 * If wrappers checks fail, pretend the method was exec'd and
3213 * conrate offline state if these fail
[all...]
/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c2685 int err, i, fail = 0; local
2753 fail = 0;
2757 fail = 1;
2762 if (fail) {
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregnexec.c1348 f = rex->re.string.fail;
1910 register size_t* fail = e->re.bm.fail; local
1960 if ((index += fail[n + 1]) >= len)
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c314 printf("fail at line %d\n", __LINE__); \
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c3277 * it's invalid, we fail before modifying the repository.
8255 * report how far we got if we fail.
9294 * created as empty on import, so fail if it's missing.
13853 goto fail;
13858 goto fail;
13864 goto fail;
13874 goto fail;
13886 goto fail;
13890 goto fail;
13906 goto fail;
[all...]
/illumos-gate/usr/src/common/atomic/sparcv9/
H A Datomic.s871 bnz,a,pn %ncc, 2f ! if so, then fail out
894 bnz,a,pn %ncc, 2f ! if so, then fail out
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.c332 /* following case for partial installs that may fail */
701 goto fail;
726 fail:
2240 goto fail;
2300 goto fail;
2374 fail:
3422 * so just free the statuses and fail
4373 goto fail;
4427 goto fail;
4511 fail
[all...]

Completed in 198 milliseconds

<<111213141516171819