Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hotplug/
H A Dhotplug.c66 static int state_atoi(char *);
805 if ((state = state_atoi(optarg)) == -1) { in cmd_changestate()
1242 state_atoi(char *state) in state_atoi() function