Searched refs:found (Results 251 - 275 of 698) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c75 * nodes found so far.
1174 topo_mod_dprintf(mod, "found attached disk");
1441 * the parent controller is found.
1482 boolean_t found = B_FALSE, ses_found = B_FALSE; local
1510 found = B_TRUE;
1514 if (found)
1518 if (!found) {
1686 if (found) {
1743 boolean_t found; local
1773 found
1825 boolean_t found; local
2109 boolean_t found; local
[all...]
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c558 int found = 0; local
597 while ((opp->oprom_size != 0) && (!found)) {
605 found = 1;
610 if (found) {
703 int found = 0; local
742 while ((opp->oprom_size != 0) && (!found)) {
750 found = 1;
755 if (found) {
888 int found = 0; local
947 found
1771 int found = 0; local
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtemplate.c460 parselist[i].found = template_attribute_find(
463 if (parselist[i].found && parselist[i].ptr != NULL)
545 CK_BBOOL found; local
547 found = template_attribute_find(tmpl, CKA_CLASS, &attr);
548 if (mode == MODE_CREATE && found == FALSE)
852 CK_BBOOL found; local
863 found = TRUE;
875 return (found);
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetnameinfo.c135 goto found;
139 found:
H A Dlcl_ho.c236 goto found;
240 goto found;
243 found:
311 goto found;
314 found:
/illumos-gate/usr/src/lib/libmapmalloc/common/
H A Dtextmem.c123 goto found;
126 found:
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_module.c112 goto found;
116 * If this is the first match we've found, or if this symbol is
117 * closer to the specified address than the last one we found,
133 found:
135 * Once we've found something, copy the final name into the caller's
/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_register.c69 * one after the maximum that we found).
80 goto found;
110 found: /* Log the registry. */
/illumos-gate/usr/src/cmd/audio/audioctl/
H A Daudioctl.c949 int found; local
981 for (i = 0, found = 0; i < d->cmax; i++) {
988 found = 1;
992 if (!found) {
1093 int found; local
1147 for (i = 0, found = 0; i < d->cmax; i++) {
1153 found = 1;
1157 if (!found) {
/illumos-gate/usr/src/cmd/avs/sv/
H A Dsvadm.c1017 * For each volume found from the kernel, print out
1119 "%s was not found in the config storage"),
1160 gettext("%s was not found in the config storage"), path);
1177 int found, setnumber, i; local
1198 found = 0;
1211 found = 1;
1216 if (!found) {
1270 int found; local
1319 found = 0;
1330 found
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dmalloc.c172 goto found;
175 found:
/illumos-gate/usr/src/cmd/spell/
H A Dmalloc.c102 goto found;
132 found:
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c109 #define ERR_ONEVOL "other packages found - package must fit on a single " \
181 int c, n, found; local
524 found = 0;
526 found++;
529 if (!found) {
793 int i, found; local
821 found = 0;
824 found++;
828 if (!found) {
/illumos-gate/usr/src/uts/common/io/
H A Dpci_cap.c87 goto found;
111 found:
203 * the first HT cap found
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmisc.cc200 Boolean found; local
201 np = hashtab.insert(mbs_name, found);
202 if (found) {
965 Name_set::insert(const char *key, Boolean &found) argument
976 found = false;
986 found = false;
993 found = true;
998 found = false;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_reiserfs.c28 * from the original reiser fs code, as found in the linux kernel.
193 struct key ih_key; /* Everything in the tree is found by searching for it based on its key.*/
417 goto found;
435 goto found;
445 goto found;
450 found:
757 goto found;
796 found:
1184 goto found;
1203 found
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc.c542 int enclosed, found; local
553 enclosed = found = 0;
560 if (0 == found)
566 found = 1;
569 return found &&
574 return found && !enclosed;
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc124 "Node not found",
136 "Data could not be found",
239 /* if not found add to hash */
1159 int found = 0; local
1164 found = 1;
1169 if (!found) {
1219 int found = 0; local
1239 found = 1;
1248 if (!found) {
1297 int found local
1367 int found = 0; local
1598 int found = 0; local
[all...]
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c280 * if an exact match is found for
524 "found hardlink, inode = %u, target = [%s]",
1528 boolean_t found; local
1532 found = FALSE;
1536 found = TRUE;
1537 NDMP_LOG(LOG_DEBUG, "exact_find> found[%s]", cp);
1542 return (found);
1596 boolean_t found; local
1603 found = FALSE;
1650 found
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c733 boolean_t found = B_FALSE; local
808 while ((token != EOF) && !found) {
814 found = usb_cmp_rec(&cfgrec, user_rec);
815 DPRINTF("add_entry: token=%x, found=%x\n", token, found);
820 if (found) {
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_known_wlan.c419 * found a gap. We can halt the walk now.
761 int i, found = -1; local
781 found = i;
786 /* Given BSSID was not found in the array */
787 if (found == -1) {
814 for (i = 0; i < found; i++)
816 for (i = found + 1; i < nelem; i++)
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnsparse.c825 int found, tmpfound; local
829 found = (*p == key);
830 if (found) {
837 found = tmpfound;
844 if (!found)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dmain.c725 struct cmd *c, *found; local
730 found = NULL;
736 found = (found == NULL) ? c : AMBIGCMD;
738 return (found);
745 * accepted as delimiters. Returns NULL if delimiting ':' is not found.
/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.c634 * the offset within that symbol. If no matching symbol is found, then NULL is
648 int found; local
670 found = 0;
679 (!found || sym->se_sym.st_value > osym->se_sym.st_value)) {
681 found = 1;
697 if (!found) {
/illumos-gate/usr/src/cmd/setfacl/
H A Dsetfacl.c411 int found = 0; local
451 found++;
458 if (!found) /* Add it to the end: no need to change cntp */
466 found++;
477 if (!found)
554 gettext(" -- error found at entry index %d\n"), which);
560 gettext(" -- error found at entry index %d\n"), which);
566 gettext(" -- error found at entry index %d\n"), which);
572 gettext(" -- error found at entry index %d\n"), which);
578 gettext(" -- error found a
[all...]

Completed in 292 milliseconds

<<11121314151617181920>>