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

/illumos-gate/usr/src/lib/libpam/
H A Dpam_impl.h110 #define PAM_MAX_ITEMS 64 /* Max number of items */ macro
211 struct pam_item ps_item[PAM_MAX_ITEMS]; /* array of PAM items */
H A Dpam_framework.c52 static char *pam_inames [PAM_MAX_ITEMS] = {
114 item_type >= PAM_MAX_ITEMS ||
413 if (item_type <= 0 || item_type >= PAM_MAX_ITEMS)
556 if (item_type <= 0 || item_type >= PAM_MAX_ITEMS)
2519 for (i = 0; i < PAM_MAX_ITEMS; i++) {

Completed in 391 milliseconds