Searched defs:found (Results 226 - 250 of 531) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c503 int num_active_paths, found = 0; local
558 found = 0;
566 found = 1;
571 if (found == 0) {
577 /* found vhci_path we are looking for */
579 found = 0;
614 found = 1;
630 if (found == 1) {
779 * issue the inquiry to the first valid lun found
/illumos-gate/usr/src/cmd/nlsadmin/
H A Dnlsadmin.c669 int found = FALSE; local
689 found = TRUE;
710 if (netspec && !found) {
736 int found = FALSE; local
763 found = TRUE;
800 if (svc && !found) {
/illumos-gate/usr/src/cmd/psrset/
H A Dpsrset.c576 int i, fd, found; local
613 found = 0;
620 found++;
630 if (found == 0) {
632 "No matching LWPs found\n"),
/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/cmd-inet/usr.lib/ncaconfd/
H A Dncaconfd.c261 * FOUND_NCA: found NCA! So skip this one for plumbing. But we
703 * number of default router found.
717 boolean_t found; local
730 found = B_FALSE;
770 * We found the interface to go to
802 found = B_TRUE;
812 found = B_TRUE;
818 if (!found) {
848 * number of ethernet address found.
856 boolean_t found; local
951 int found = 0; local
981 int found = 0; local
[all...]
/illumos-gate/usr/src/cmd/consadm/
H A Dconsadm.c371 boolean_t found = B_FALSE; local
401 found = B_TRUE;
407 if (found == B_FALSE)
/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/lvm/util/
H A Dmetaclust.c781 int i, found = 0; local
785 found = 1;
789 if (!found) {
/illumos-gate/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c132 int found = 0; local
148 return (found);
165 found++;
171 return (found);
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c393 uint32_t found = 0; local
455 found = 0;
467 if (found == 0) {
479 found = 1;
485 if (found == 1) {
728 uint32_t indx, found = 0; local
772 found++;
778 mdb_printf("number of outstanding command srb's is: %d\n", found);
945 int found = 0; local
975 found
[all...]
/illumos-gate/usr/src/cmd/fruadm/
H A Dfruadm.c549 int found = 0; local
571 found = 1;
575 if (found == 0) {
658 /* look for the field in either of the segment if found update it */
689 /* field not found add the the record in one of the segment */
961 gettext("\"%s\" not found\n"),
/illumos-gate/usr/src/cmd/avs/nsctl/
H A Dnskernd.c325 int setno, found = 0; local
375 for (setno = 1; !found; setno++) {
384 found = 1;
396 if (found) {
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrsyncd.c256 /* spawn a new thread for each new host found */
273 gettext("%s: new host found (%s) starting "
500 gettext("%s: no sets requiring autosync found for %s"),
732 /* get ndr_ii entries until a match is found */
784 int found; local
810 found = 0;
811 /* get ndr_ii entries until a match is found */
847 found = 1;
852 if (!found) {
858 found
1018 int found = 0; local
1168 int found; local
1373 int found; local
[all...]
/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/cmd-crypto/cryptoadm/
H A Dadm_kef_util.c374 boolean_t found = B_FALSE; local
381 while (!found && entrylist) {
383 found = B_TRUE;
390 if (!found) {
584 boolean_t found; local
601 * - if found, delete it from the disabled list
606 found = B_FALSE;
608 while (!found && pcur) {
610 found = B_TRUE;
617 if (found) {
[all...]
H A Dadm_uef.c761 cryptoerror(LOG_STDERR, gettext("%s not found"), libname);
790 boolean_t found; local
864 found = B_FALSE;
886 found = B_TRUE;
891 if (found) {
1100 boolean_t found = B_FALSE; local
1108 found = B_TRUE;
1114 return (found);
1133 boolean_t found; local
1194 found
1523 boolean_t found; local
[all...]
H A Dcryptoadm.c282 * provider= is found in argv[], otherwise a cryptoadm_provider_t is returned.
283 * If provider= is found but has no argument, then a cryptoadm_provider_t
290 boolean_t found = B_FALSE; local
295 while (!found && ++c < argc) {
299 found = B_TRUE;
314 found = B_TRUE;
317 if (!found)
469 boolean_t found = B_FALSE; local
475 while (!found && ++c < argc) {
478 found
1554 boolean_t found = B_FALSE; local
[all...]
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dpktool.c632 "subcommands can be found by adding"));
708 int i, found = -1; local
761 found = -1;
764 if (found < 0) {
765 found = i;
770 /* Stop here if no valid verb found. */
771 if (found < 0) {
778 rv = (*cmds[found].action)(pk_argc, pk_argv);
783 usage(found);
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dconditions.c243 char target[MAXHOSTNAMELEN], found[MAXHOSTNAMELEN]; local
254 found[i] = tolower(found_domain[i]);
255 found[len_f] = '\0';
259 return (found_domain != NULL && strcmp(found, target) == 0);
261 return (found_domain == NULL || strcmp(found, target) != 0);
263 return (found_domain != NULL && strstr(found, target) != NULL);
265 return (found_domain == NULL || strstr(found, target) == NULL);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c359 * - if it has not been found, bail
536 int found; local
558 found = 0;
584 found = 1;
599 if (found)
646 if (!found) {
675 * Pretend we found it as an alternate, so everything
678 if (!found) {
970 * asblk could be dirty because we found a mismatch between
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c128 int found = B_FALSE; local
138 found = B_TRUE;
143 return (found);
471 int found = 0; local
474 s->str && !found;
478 found = 1;
481 if (!found) {
738 int found; local
745 found = 0;
751 found
[all...]
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c203 * If we find that current image location is not found, no worries
277 /* we've found one, at least */
878 logmsg(MSG_WARN, gettext("hermon: No GUIDs found for "
1412 int i, found = 0; local
1433 found = 1;
1437 if (!found) {
1447 logmsg(MSG_INFO, "magic_pattern found at addr %x\n", addr);
1452 logmsg(MSG_INFO, "no chunk size found for type %x. "
1458 logmsg(MSG_INFO, "no fw size found for type %x. \n", type);
1464 logmsg(MSG_INFO, "no magic_pattern found fo
[all...]
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c494 int found = 0; local
503 found++;
532 if (!found) {
/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c264 "tabs: %s: terminfo file not found\n"), terminal);
400 char state, found; local
417 found = state = 0;
458 found = 1;
465 if (found && scan != 0) {
653 /* getnum: scan and convert number, return zero if none found */
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_fuid.c295 * If domain isn't found and addok is set, it is added to AVL trees and
434 boolean_t found = B_FALSE; local
443 * If one isn't found then create an entry.
450 found = B_TRUE;
455 if (!found) {
547 * found in the zfs_fuid_info_t that the replay code has
695 * and if still not found then POSIX groups are checked
739 * Not found in ksidlist, check posix groups

Completed in 134 milliseconds

1234567891011>>