Searched defs:failure (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam_frame.c157 int failure; local
200 &failure) != DDI_SUCCESS) {
/illumos-gate/usr/src/common/net/wanboot/
H A Dbootlog.c301 bootlog_severity_t severity, int failure)
355 if (failure == 0) {
300 sendmessage(bl_transport_t transport, char *message, const char *ident, bootlog_severity_t severity, int failure) argument
/illumos-gate/usr/src/uts/sun4u/io/
H A Dgptwocfg.c330 int failure = 0; local
454 failure = 1;
461 if (!failure) {
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c118 failure(const char *file, const char *func) function
248 * value, and this function returns (1). On failure, the contents
304 * On failure, returns False (0) and *v is undefined.
514 * Return True (1) for success. On failure, an error is written
584 failure(file, MSG_ORIG(MSG_ELF_GETARSYM));
636 failure(file, MSG_ORIG(MSG_ELF_RAND));
640 failure(file, MSG_ORIG(MSG_ELF_BEGIN));
643 failure(file,
693 failure(file, MSG_ORIG(MSG_ELF_GETARHDR));
960 failure(fil
[all...]
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_io.c796 int success = 0, failure = 0; local
813 failure = kctx->auk_info.ai_namask.as_failure & estate;
815 if ((success | failure) == NULL)
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dsc_gptwocfg.c1091 int failure = 0; local
1124 failure = 1;
1129 if (!failure) {
/illumos-gate/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_commd_server.c1057 try_master = 2; /* return failure after two retries */
1126 /* In case of failure do the sendreply now */
1389 * Some commd failure in the middle of sending the msg
1453 /* some failure happened */
1769 * a failure occurs or
2910 int failure = 0; local
2968 failure++;
2979 failure++;
2984 /* If one or more sets are not entirely drained, failure is non-zero */
2985 if (failure !
[all...]
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c395 int failure = 0; local
472 failure = 1;
475 if (failure)
1378 int failure = 0; local
1410 failure = 1;
1412 if (failure)
1461 failure = 1;
1465 if (failure)
1486 int failure = 0; local
1526 failure
[all...]
/illumos-gate/usr/src/cmd/sh/
H A Ddefs.h228 * only s2 is gettext'd with failure().
230 #define failure(s1, s2) failure_real(s1, s2, 0) macro
/illumos-gate/usr/src/cmd/lms/
H A DProtocol.cpp1053 bool failure = false; local
1104 failure = true;
1108 if (failure != true) {
1135 if (failure == true) {
/illumos-gate/usr/src/uts/common/os/
H A Dmsg.c1197 int failure; local
1206 failure = (copyin(STRUCT_FADDR(umsgp, mtext),
1213 if (failure) {
H A Ddevcfg.c348 * This requires memory allocation, so check for failure.
773 * - return failure
1064 /* On failure ensure that DEVI_REBIND is cleared */
1468 * run dacf routines as part of detach failure recovery.
2635 * return failure if not found.
2700 * There is no failure mode, since the nexus may or may not have child
3993 * device. Returns NODEV on failure.
5692 * Simply return failure and block the offline
5713 int failure; local
5719 failure
[all...]
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_dr.c122 sysc_cfga_stat_t *sysc_stat, uint_t failure,
126 sysc_cfga_stat_t *sysc_stat, uint_t failure,
711 sysc_cfga_stat_t *sysc_stat, uint_t failure,
741 sysc_cfga_stat_t *sysc_stat, uint_t failure,
746 if (failure) {
772 * from cfgadm -f -c disconnect after a power supply failure
710 sysc_policy_empty_condition(struct sysctrl_soft_state *softsp, sysc_cfga_stat_t *sysc_stat, uint_t failure, uint_t ps_mutex_is_held) argument
740 sysc_policy_disconnected_condition(struct sysctrl_soft_state *softsp, sysc_cfga_stat_t *sysc_stat, uint_t failure, uint_t ps_mutex_is_held) argument
/illumos-gate/usr/src/uts/sun4u/daktari/io/
H A Dhpc3130_dak.c1811 boolean_t failure = B_FALSE; local
1826 (failure != B_TRUE)) {
1837 failure = B_TRUE;
1848 failure = B_TRUE;
1853 if (failure == B_TRUE) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c721 "Socket creation failure for instance %s, proto %s: %s"),
1079 boolean_t failure = B_FALSE; local
1107 failure = B_TRUE;
1120 failure = B_TRUE;
1131 failure = B_TRUE;
1156 failure = B_TRUE;
1157 } else if (!failure) {
1160 * so reset the failure count.
1179 if (failure)
2295 /* non-failure metho
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c1071 errexit("fsck: memory allocation failure: %s",
1371 report_io_prob(caddr_t what, diskaddr_t bno, size_t expected, ssize_t failure) argument
1373 if (failure < 0)
1376 else if (failure == 0)
1381 what, (int)bno, (unsigned)failure, (unsigned)expected);
/illumos-gate/usr/src/uts/common/io/
H A Dfdc.c896 /* give it back on failure */
1005 * Return value ignored - fdcmotort deals with failure.
1011 * Return value ignored - fdcmotort deals with failure.
1031 * Return value ignored - fdcmotort deals with failure.
1607 * This function returns DDI_SUCCESS on success, or DDI_FAILURE on failure.
2219 * Return value ignored - fdcmotort deals with failure.
2253 * Return value ignored - fdcmotort deals with failure.
2447 char *failure; local
2559 failure = "crc error";
2561 failure
[all...]
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba.c2934 ulong_t *success, ulong_t *total_failure, ulong_t *failure,
2945 *failure = hcdi->hcdi_hotplug_failure;
2933 usba_get_hotplug_stats(dev_info_t *dip, ulong_t *total_success, ulong_t *success, ulong_t *total_failure, ulong_t *failure, uchar_t *device_count) argument
/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c1373 HBA_STATUS failure = HBA_STATUS_OK;
1459 failure = status;
1479 status = failure;
1368 HBA_STATUS failure = HBA_STATUS_OK; local
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c1108 * causes an ASSERT failure in "sf_cr_free()"
1355 int failure = FALSE; local
1363 failure = TRUE;
1371 failure = TRUE;
1377 if (failure) {
1380 return (failure);
1422 int failure = FALSE; local
1481 failure = TRUE;
1484 if (failure ||
1487 if (!failure) {
[all...]
H A Dfas.c2068 int failure = 1; local
2116 failure = 0;
2118 if (failure || (cmdlen > sizeof (cmd->cmd_cdb)) ||
2121 if (failure == 0) {
2126 failure = fas_pkt_alloc_extern(fas, cmd,
2129 if (failure) {
2271 int failure = 0; local
2276 failure++;
2284 failure++;
2292 failure
[all...]
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c254 char *failure; /* Code to execute on parser failure */ member in struct:lemon
255 int failureln; /* Line number for start of failure code */
1366 lem.error = lem.overflow = lem.failure = lem.accept = lem.tokendest =
2133 psp->declargslot = &(psp->gp->failure);
3534 tplt_print(out,lemp,lemp->failure,lemp->failureln,&lineno);
3815 if( array.tbl==0 ) return 0; /* Fail due to malloc failure */
3978 if( array.tbl==0 ) return 0; /* Fail due to malloc failure */
4184 if( array.tbl==0 ) return 0; /* Fail due to malloc failure */
4329 if( array.tbl==0 ) return 0; /* Fail due to malloc failure */
[all...]
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c1684 HBA_STATUS failure = HBA_STATUS_OK; local
1773 failure = status;
1798 status = failure;
4384 HBA_STATUS failure = HBA_STATUS_OK; local
4460 failure = status;
4486 status = failure;
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c3171 * vdc_send initiates the reset on failure.
3334 * rconflict - check for reservation conflict in case of failure
6643 int failure = 0; local
6656 failure++;
6660 return (failure);
6669 failure++;
6671 return (failure);
6843 * the access to the disk to ensure that the I/O failure was not due to a
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c1974 char *failure; local
2003 failure = "basic construction of FMRI failed";
2014 failure = "alloc of an hc-pair failed";
2021 failure = "construction of an hc-pair failed";
2033 failure = "addition of hc-pair array to FMRI failed";
2039 out(O_DIE, "%s", failure);
2056 char *failure; local
2074 failure = "basic construction of FMRI failed";
2085 failure = "alloc of an hc-pair failed";
2092 failure
[all...]

Completed in 239 milliseconds

12