Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbrand/common/
H A Dlibbrand.c108 static char i_curr_zone[ZONENAME_MAX]; variable
136 if (getzonenamebyid(getzoneid(), i_curr_zone, in libbrand_initialize()
137 sizeof (i_curr_zone)) < 0) { in libbrand_initialize()
164 return (i_curr_zone); in get_curr_zone()