Home
last modified time | relevance | path

Searched refs:pfound (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Dgetopt.c643 const struct option *pfound = NULL; local
661 pfound = p;
666 else if (pfound == NULL)
669 pfound = p;
688 if (pfound != NULL)
696 if (pfound->has_arg)
706 argv[0], pfound->name);
711 argv[0], argv[optind - 1][0], pfound->name);
715 optopt = pfound->val;
719 else if (pfound->has_arg == 1)
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dpolicy.c505 int pfound = -1; in secpolicy_require_set() local
538 if (pfound != -1) { in secpolicy_require_set()
544 pfound = priv; in secpolicy_require_set()
547 ASSERT(pfound != -1); in secpolicy_require_set()
549 priv_policy_errmsg(cr, pfound, msg); in secpolicy_require_set()
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c2912 boolean_t pfound = B_FALSE; in protocol_validator() local
2929 pfound = B_TRUE; in protocol_validator()
2936 if (!pfound) in protocol_validator()