Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hotplug/
H A Dhotplug.c67 static char *state_itoa(int);
1046 (void) printf(" (%s)", state_itoa(hp_state(node))); in list_cb()
1052 (void) printf(" (%s)", state_itoa(hp_state(node))); in list_cb()
1086 (void) printf(" (%s)", state_itoa(hp_state(node))); in list_long_cb()
1091 (void) printf(" (%s)", state_itoa(hp_state(node))); in list_long_cb()
1259 state_itoa(int state) in state_itoa() function