Searched refs:not_found (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgtxt.c56 static const char *not_found = "Message not found!!\n"; variable
265 return (not_found);
267 return ((dflt && *dflt) ? dflt : not_found);
277 return (not_found);
309 return (not_found);
314 return ((dflt && *dflt) ? dflt : not_found);
331 return (not_found);
341 return (not_found);
347 return ((dflt && *dflt) ? dflt : not_found);
H A Dgettxt.c55 ((char *)((s) != NULL && *(s) != '\0' ? (s) : not_found))
61 static const char *not_found = "Message not found!!\n"; variable
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrchr.s40 jz not_found
47 jz not_found
54 jz not_found
115 jz not_found
119 jz not_found
124 jz not_found
128 jz not_found
132 not_found: label
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_db_balance.c173 int not_found; local
221 not_found = 1;
223 not_found = 0;
229 if (not_found)
242 not_found = strcmp(cmp_name_1, cmp_name_2);
247 if (not_found)
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_ib.c640 goto not_found;
665 goto not_found;
685 not_found:
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_ib.c721 goto not_found;
733 goto not_found;
756 not_found:
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_ib.c764 goto not_found;
790 goto not_found;
808 not_found:
/illumos-gate/usr/src/lib/libscf/common/
H A Dnotify_params.c1588 int not_found = 1; local
1640 not_found = 0;
1657 if (not_found) {
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_reiserfs.c448 goto not_found;
459 not_found:
/illumos-gate/usr/src/uts/common/io/
H A Dbusra.c1497 goto not_found;
1657 not_found:
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c2715 int not_found; local
2729 not_found = mirror_other_sources(un, smi, ci,
2731 if (not_found)
2755 not_found = find_another_logical(un, sm, block, size,
2757 if (not_found)

Completed in 94 milliseconds