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

/illumos-gate/usr/src/man/man3pam/
H A DMakefile45 pam_get_item.3pam \
52 pam_get_item.3pam := LINKSRC = pam_set_item.3pam
/illumos-gate/usr/src/lib/libpam/
H A Dpam_framework.c167 * pam_get_item.
386 * retrieved via a call to pam_get_item()
538 * pam_get_item - read the value of a parameter specified in
543 pam_get_item(const pam_handle_t *pamh, int item_type, void **item) function
549 pam_trace(PAM_DEBUG_ITEM, "pam_get_item(%p:%s)",
561 __pam_log(LOG_AUTH | LOG_NOTICE, "pam_get_item(%s) called from "
572 pam_trace(PAM_DEBUG_ITEM, "pam_get_item(%p:%s)=%p",
578 pam_trace(PAM_DEBUG_ITEM, "pam_get_item(%p:%s)=%s",
590 "pam_get_item(%p:%s)=%s", (void *)pamh,
596 "pam_get_item(
[all...]

Completed in 46 milliseconds