Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c2420 char *statustok; in read_asr_conf_file() local
2445 statustok = strtok(NULL, " \t\n"); in read_asr_conf_file()
2446 if (statustok == NULL) in read_asr_conf_file()
2463 el->status = strdup(statustok); in read_asr_conf_file()