Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/locator/
H A Dlocator.c107 char *display_state; in display_locator_state() local
120 display_state = gettext("on"); in display_locator_state()
122 display_state = gettext("off"); in display_locator_state()
124 display_state = state; in display_locator_state()
127 locator_info->name, display_state); in display_locator_state()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_ldc.c168 static void display_state(void);
310 #define DISPLAY_STATE() display_state()
4835 display_state(void) in display_state() function