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

/osnet-11/usr/src/lib/libpam/
H A Dpam_impl.h217 int include_depth; member in struct:pam_handle
H A Dpam_framework.c149 if (pamh->pam_conf_name[pamh->include_depth] == NULL)
151 return (pamh->pam_conf_name[pamh->include_depth]);
1068 modulep = pamh->pam_conf_info[pamh->include_depth][type];
1075 "[%d:%s]:run_stack:%s(%p, %x): %s", pamh->include_depth,
1082 pamh->pam_conf_modulep[pamh->include_depth] =
1086 pamh->include_depth, (void *)modulep->next);
1087 if (pamh->include_depth++ >= PAM_MAX_INCLUDE) {
1092 "allowed", pamh->include_depth,
1105 pamh->include_depth, modulep->module_path,
1111 [pamh->include_depth][typ
2341 get_pam_conf_entry(struct pam_fh *pam_fh, pam_handle_t *pamh, pamtab_t **pam, char *service, boolean_t skip_service, int include_depth) argument
[all...]

Completed in 25 milliseconds