Searched defs:bad (Results 26 - 29 of 29) sorted by relevance

12

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c1071 cmn_err(CE_WARN, "dhcp: bad IP address (%s)",
1735 printf("revarpinput: bad header type %d\n",
1743 printf("revarpinput: bad data len %d, expect %d\n",
1753 printf("revarpinput: bad type %x\n",
1761 printf("revarpinput: bad op %x\n",
2398 #define bad(val) (val == NULL || !isdigit(*val)) macro
2568 if (bad(val)) {
2577 if (bad(val)) {
2586 if (bad(val)) {
2595 if (bad(va
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c691 struct case_list *bad; local
870 bad = MALLOC(sizeof (struct case_list));
871 bad->next = NULL;
874 bad->next = Undiagablecaselist;
875 Undiagablecaselist = bad;
876 bad->fmcase = inprogress;
879 fmd_case_uuid(hdl, bad->fmcase));
881 if (fmd_case_solved(hdl, bad->fmcase)) {
890 fmd_case_add_suspect(hdl, bad->fmcase, defect);
891 fmd_case_solve(hdl, bad
[all...]
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c84 int flt_ec_lcnt; /* number of bad E$ lines */
168 * This table is used to determine which bit(s) is(are) bad when an ECC
172 * 00-63 The number of the bad bit, when only one bit is bad.
173 * 64 ECC bit C0 is bad.
174 * 65 ECC bit C1 is bad.
175 * 66 ECC bit C2 is bad.
176 * 67 ECC bit C3 is bad.
177 * 68 ECC bit C4 is bad.
178 * 69 ECC bit C5 is bad
3109 ushort_t bad; local
[all...]
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c527 (void) fprintf(stderr, "ztest: bad numeric value: %s\n", buf);
2347 * or create a pool with a bad vdev spec.
2358 * Attempt to create using a bad file.
2366 * Attempt to create using a bad mirror.
4799 uint64_t bad = 0x1990c0ffeedecade; local
5016 offset + sizeof (bad) > psize - VDEV_LABEL_END_SIZE)
5026 if (pwrite(fd, &bad, sizeof (bad), offset) != sizeof (bad))
5027 fatal(1, "can't inject bad wor
[all...]

Completed in 92 milliseconds

12