Searched defs:current_map_access (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_map.c56 static enum { UNKNOWN, SECURE, PUBLIC } current_map_access = UNKNOWN; variable in typeref:enum:__anon1928
173 current_map_access = UNKNOWN;
206 current_map_access = UNKNOWN;
233 if (current_map_access == PUBLIC) {
246 if (current_map_access == UNKNOWN) {
254 current_map_access = PUBLIC;
257 current_map_access = SECURE;
260 /* current_map_access == SECURE and non-priviledged caller */

Completed in 44 milliseconds