Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetexecattr.c360 nss_status_t nss_stat = NSS_UNAVAIL; in _exec_process_val() local
370 return (nss_stat); in _exec_process_val()
377 nss_stat = NSS_SUCCESS; in _exec_process_val()
380 nss_stat = NSS_UNAVAIL; in _exec_process_val()
386 nss_stat = NSS_NOTFOUND; in _exec_process_val()
389 nss_stat = NSS_NOTFOUND; in _exec_process_val()
392 nss_stat = NSS_UNAVAIL; in _exec_process_val()
397 (nss_stat != NSS_SUCCESS)) { in _exec_process_val()
402 return (nss_stat); in _exec_process_val()
419 nss_status_t nss_stat = NSS_NOTFOUND; in get_wild() local
[all …]