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

/osnet-11/usr/src/grub/grub2/grub-core/tests/lib/
H A Dtest.c25 /* The next failure. */
37 /* The test failure message. */
50 grub_test_failure_t failure; local
52 failure = (grub_test_failure_t) grub_malloc (sizeof (*failure));
53 if (!failure)
56 failure->file = grub_strdup (file ? : "<unknown_file>");
57 failure->funp = grub_strdup (funp ? : "<unknown_function>");
58 failure->line = line;
59 failure
139 grub_test_failure_t failure; local
[all...]
/osnet-11/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
/osnet-11/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...]
/osnet-11/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;
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c649 * Treat failure to find the XML file silently, since, well, it's
1345 * top of the routine, since we've had a failure.
2141 * failure, but also don't add it to the zone's XML config as fixed
3540 * Z_OK on success. Any other return value indicates failure.
6538 * there was a memory allocation failure or there was an invalid
7005 * doesn't touch this buffer on failure.
7375 * Every ENOMEM failure causes do_callback to increment
8491 * cannot unlock it and must return failure. If the owner is
8538 char *failure = gettext("audit failure local
[all...]

Completed in 92 milliseconds