Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ypcmd/
H A Dypserv_map.c56 static enum { UNKNOWN, SECURE, PUBLIC } current_map_access = UNKNOWN; variable
173 current_map_access = UNKNOWN; in ypset_current_map()
206 current_map_access = UNKNOWN; in ypclr_current_map()
233 if (current_map_access == PUBLIC) { in yp_map_access()
246 if (current_map_access == UNKNOWN) { in yp_map_access()
254 current_map_access = PUBLIC; in yp_map_access()
257 current_map_access = SECURE; in yp_map_access()