Searched refs:ro_tok (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c630 int ro_tok; local
678 ro_tok = atoi(token);
681 if (ro_tok == 1) {
684 } else if (ro_tok == 0) {
687 } else if (ro_tok == 2) {
707 if (ro_tok == 2) {
723 ro_tok == 2 ? atoi(token) : atoi(item);
724 if (ro_tok == 2) {

Completed in 61 milliseconds