Searched refs:include_depth (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libpam/
H A Dpam_framework.c143 if (pamh->pam_conf_name[pamh->include_depth] == NULL)
145 return (pamh->pam_conf_name[pamh->include_depth]);
1023 pamh->pam_conf_info[pamh->include_depth][type]) == NULL) {
1032 "[%d:%s]:run_stack:%s(%p, %x): %s", pamh->include_depth,
1039 pamh->pam_conf_modulep[pamh->include_depth] =
1043 pamh->include_depth, (void *)modulep->next);
1044 if (pamh->include_depth++ >= PAM_MAX_INCLUDE) {
1048 "allowed", pamh->include_depth,
1059 "conf %s", pamh->include_depth,
1065 [pamh->include_depth][typ
[all...]
H A Dpam_impl.h212 int include_depth; member in struct:pam_handle

Completed in 60 milliseconds