FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
NS_UNAVAIL
include/nsswitch.h
51
#define NS_UNAVAIL (1<<1) /* source not responding, or corrupt */
usr.sbin/nscd/agents/group.c
134
return (NS_UNAVAIL);
usr.sbin/nscd/agents/passwd.c
143
return (NS_UNAVAIL);
usr.sbin/nscd/agents/services.c
139
return (NS_UNAVAIL);