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

/illumos-gate/usr/src/lib/libpam/
H A Dpam_framework.c1582 struct account_module *accountp; local
1661 accountp = pam_entry->function_ptr;
1664 accountp && accountp->pam_sm_acct_mgmt) {
1674 accountp = calloc(1, sizeof (struct account_module));
1675 if (accountp == NULL)
1686 free(accountp);
1691 &accountp->pam_sm_acct_mgmt) != PAM_SUCCESS) {
1696 free(accountp);
1699 pam_entry->function_ptr = accountp;
[all...]

Completed in 64 milliseconds