Searched refs:pfound (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Dgetopt.c647 const struct option *pfound = NULL;
665 pfound = p;
670 else if (pfound == NULL)
673 pfound = p;
692 if (pfound != NULL)
700 if (pfound->has_arg)
710 argv[0], pfound->name);
715 argv[0], argv[optind - 1][0], pfound->name);
719 optopt = pfound->val;
723 else if (pfound
643 const struct option *pfound = NULL; local
800 const struct option *pfound = NULL; local
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_health.c557 int pfound = 0; local
576 pfound = 1;
581 if (pfound && sfound)
586 ip->isprimary = pfound;
/illumos-gate/usr/src/uts/common/os/
H A Dpolicy.c489 int pfound = -1; local
522 if (pfound != -1) {
528 pfound = priv;
531 ASSERT(pfound != -1);
533 priv_policy_errmsg(cr, pfound, msg);
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c3102 boolean_t pfound = B_FALSE; local
3113 pfound = B_TRUE;
3120 if (!pfound)

Completed in 89 milliseconds