Home
last modified time | relevance | path

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

/nss/
A Dnsswitch.c72 && nss_next_action (*ni, NSS_STATUS_UNAVAIL) == NSS_ACTION_CONTINUE in __nss_lookup()
97 && nss_next_action (*ni, NSS_STATUS_UNAVAIL) == NSS_ACTION_RETURN in libc_hidden_def()
125 && nss_next_action (*ni, NSS_STATUS_UNAVAIL) == NSS_ACTION_CONTINUE in libc_hidden_def()
A DgetXXbyYY_r.c168 status = NSS_STATUS_UNAVAIL; \
202 enum nss_status status = NSS_STATUS_UNAVAIL; in libc_hidden_proto()
333 status = NSS_STATUS_UNAVAIL; in libc_hidden_proto()
354 if (status == NSS_STATUS_UNAVAIL && !any_service && errno != ENOENT) in libc_hidden_proto()
A Dnss_action_parse.c101 status = NSS_STATUS_UNAVAIL; in nss_action_parse()
A Dnss_files_data.c86 status = errno == EAGAIN ? NSS_STATUS_TRYAGAIN : NSS_STATUS_UNAVAIL; in __nss_files_data_internal_open()
A Dnss.h36 NSS_STATUS_UNAVAIL, enumerator
/nss/nss_files/
A Dfiles-initgroups.c40 return *errnop == ENOMEM ? NSS_STATUS_TRYAGAIN : NSS_STATUS_UNAVAIL; in _nss_files_initgroups_dyn()
63 ? NSS_STATUS_TRYAGAIN : NSS_STATUS_UNAVAIL); in _nss_files_initgroups_dyn()
A Dfiles-netgrp.c46 status = NSS_STATUS_UNAVAIL; \ in libc_hidden_proto()
62 return NSS_STATUS_UNAVAIL;
67 status = errno == EAGAIN ? NSS_STATUS_TRYAGAIN : NSS_STATUS_UNAVAIL;
A Dfiles-XXX.c79 status = errno == EAGAIN ? NSS_STATUS_TRYAGAIN : NSS_STATUS_UNAVAIL; in internal_setent()
158 return NSS_STATUS_UNAVAIL; in libc_hidden_def()
A Dfiles-alias.c48 status = errno == EAGAIN ? NSS_STATUS_TRYAGAIN : NSS_STATUS_UNAVAIL; in internal_setent()
369 return NSS_STATUS_UNAVAIL; in libc_hidden_def()
A Dfiles-hosts.c248 status = NSS_STATUS_UNAVAIL; in gethostbyname3_multi()
/nss/nss_db/
A Ddb-open.c37 enum nss_status status = NSS_STATUS_UNAVAIL; in internal_setent()
A Ddb-XXX.c153 status = NSS_STATUS_UNAVAIL; \
264 status = NSS_STATUS_UNAVAIL; in CONCAT()
A Ddb-initgroups.c54 status = NSS_STATUS_UNAVAIL; in _nss_db_initgroups_dyn()
/nss/nss_compat/
A Dcompat-grp.c114 status = errno == EAGAIN ? NSS_STATUS_TRYAGAIN : NSS_STATUS_UNAVAIL; in internal_setgrent()
197 return NSS_STATUS_UNAVAIL; in getgrent_next_nss()
222 return NSS_STATUS_UNAVAIL; in getgrnam_plusgroup()
590 return NSS_STATUS_UNAVAIL; in internal_getgrgid_r()
A Dcompat-spwd.c184 status = errno == EAGAIN ? NSS_STATUS_TRYAGAIN : NSS_STATUS_UNAVAIL; in internal_setspent()
280 return NSS_STATUS_UNAVAIL; in getspent_next_nss_netgr()
319 return NSS_STATUS_UNAVAIL; in getspent_next_nss_netgr()
366 return NSS_STATUS_UNAVAIL; in getspent_next_nss()
396 return NSS_STATUS_UNAVAIL; in getspnam_plususer()
A Dcompat-initgroups.c128 status = errno == EAGAIN ? NSS_STATUS_TRYAGAIN : NSS_STATUS_UNAVAIL; in internal_setgrent()
437 return NSS_STATUS_UNAVAIL; in internal_getgrent_r()
464 return NSS_STATUS_UNAVAIL; in internal_getgrent_r()
A Dcompat-pwd.c229 status = errno == EAGAIN ? NSS_STATUS_TRYAGAIN : NSS_STATUS_UNAVAIL; in internal_setpwent()
328 return NSS_STATUS_UNAVAIL; in getpwent_next_nss_netgr()
361 return NSS_STATUS_UNAVAIL; in getpwent_next_nss_netgr()
409 return NSS_STATUS_UNAVAIL; in getpwent_next_nss()
446 return NSS_STATUS_UNAVAIL; in getpwnam_plususer()
848 return NSS_STATUS_UNAVAIL; in getpwuid_plususer()

Completed in 29 milliseconds