Lines Matching refs:valid

210 	 * cached state and go to userland.  Before then if the valid bit is
241 static int kauth_identity_find_nam(char *name, int valid, struct kauth_identity *kir);
524 KAUTH_DEBUG("RESOLVER - completed request has no valid queue");
827 * valid; we only attempt to get the buffer address if we have request
948 printf("kauth_resolver: memberd is not setting valid result codes (assuming always successful)\n");
1228 /* a valid ki_name field overwrites the previous name field */
1282 * ever bit-tested for valid lookup information we are willing
1290 * XXX: This codes performance could be improved for multiple valid
1697 * valid KI_VALID_PWNAM or KI_VALID_GRNAM
1707 kauth_identity_find_nam(char *name, int valid, struct kauth_identity *kir)
1713 if ((kip->ki_valid & valid) && !strcmp(name, kip->ki_name)) {
2529 /* found a valid cached entry, check expiry */
2559 KAUTH_DEBUG("CACHE - entry valid, unexpired");
2578 KAUTH_DEBUG("CACHE - found matching entry with valid 0x%08x", ki.ki_valid);
2692 /* Let the resolver know these were the previous valid groups */
2694 KAUTH_DEBUG("GROUPS: Sending previously valid GROUPS");
2696 KAUTH_DEBUG("GROUPS: no valid groups to send");
2717 * If we came from a name, we know the extend_data is valid.
2727 * Check to see if we have a valid cache entry
2881 /* need a valid response if we are to cache anything */
3832 * Note: gmuid is different in that a KAUTH_UID_NONE is a valid
3986 * groupcount The count of valid groups which
3993 * Note: gmuid is different in that a KAUTH_UID_NONE is a valid
5745 * MUST be valid. In the future, this will not be the case.