Searched defs:check_policy (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetexecattr.c56 check_match(nss_XbyY_args_t *argp, int check_policy) argument
72 if ((check_policy && policy &&
93 check_match_strbuf(nss_XbyY_args_t *argp, char *strbuf, int check_policy) argument
119 rc = check_match(argp, check_policy);
130 int check_policy)
151 strbuf, check_policy);
154 check_matched = check_match(argp, check_policy);
194 int check_policy = 1; /* always check policy for yp_all */ local
238 res = _exec_nis_parse(inval, invallen, argp, check_policy);
267 int check_policy local
127 _exec_nis_parse(const char *instr, int instr_len, nss_XbyY_args_t *argp, int check_policy) argument
[all...]
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpolicy.c1337 * from the data in the KMF_POLICY_RECORD structure. If "check_policy"
1342 boolean_t check_policy)
1352 if (check_policy == B_TRUE) {
1341 kmf_add_policy_to_db(KMF_POLICY_RECORD *policy, char *dbfilename, boolean_t check_policy) argument

Completed in 47 milliseconds