Searched defs:not_found (Results 1 - 6 of 6) sorted by relevance

/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/libc/port/gen/
H A Dgettxt.c55 ((char *)((s) != NULL && *(s) != '\0' ? (s) : not_found))
61 static const char *not_found = "Message not found!!\n"; variable
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);
/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/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/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 77 milliseconds