Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c1538 char *input_field, *input_value; in scsa2usb_parse_input_str() local
1548 if ((input_value = scsa2usb_strtok_r(lasts, " ", &lasts)) == in scsa2usb_parse_input_str()
1555 if (strcmp(input_value, "*") == 0) { in scsa2usb_parse_input_str()
1559 if (kobj_getvalue(input_value, &value) == -1) { in scsa2usb_parse_input_str()
1566 if (kobj_getvalue(input_value, &value) == -1) { in scsa2usb_parse_input_str()
1574 if (kobj_getvalue(input_value, &value) == -1) { in scsa2usb_parse_input_str()
1583 if (strcasecmp(input_value, in scsa2usb_parse_input_str()
1597 if (strcasecmp(input_value, in scsa2usb_parse_input_str()
1610 if (strcasecmp(input_value, "off") == 0) { in scsa2usb_parse_input_str()
1619 if (strcasecmp(input_value, "true") == 0) { in scsa2usb_parse_input_str()
[all …]