Home
last modified time | relevance | path

Searched refs:uattr (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libproject/common/
H A Dgetprojent.c202 userattr_t *uattr; in _getdefaultproj() local
218 if ((uattr = getusernam(user)) != NULL) { in _getdefaultproj()
219 if ((attrproj = kva_match(uattr->attr, "project")) != NULL) { in _getdefaultproj()
224 free_userattr(uattr); in _getdefaultproj()
228 free_userattr(uattr); in _getdefaultproj()
267 userattr_t *uattr; in _inproj() local
292 if ((uattr = getusernam(user)) != NULL) { in _inproj()
293 if ((attrproj = kva_match(uattr->attr, "project")) != NULL) { in _inproj()
295 free_userattr(uattr); in _inproj()
300 free_userattr(uattr); in _inproj()
/titanic_41/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c71 userattr_t *uattr; in get_max_failed() local
77 if ((uattr = getusernam(user)) != NULL) in get_max_failed()
78 val = kva_match(uattr->attr, USERATTR_LOCK_AFTER_RETRIES_KW); in get_max_failed()
92 if (uattr != NULL) in get_max_failed()
93 free_userattr(uattr); in get_max_failed()