Lines Matching defs:tokval
760 char tokval[MAXLINESIZE];
778 while ((token = kobj_lex(file, tokval,
779 sizeof (tokval))) != EOF) {
795 extra_err, tokval);
798 tokval)) != NULL) {
807 file, tok_err, tokval);
2060 char *tokval;
2077 tokval = kmem_alloc(MAX_HWC_LINESIZE, KM_SLEEP);
2079 while ((token = kobj_lex(file, tokval, MAX_HWC_LINESIZE)) != EOF) {
2088 hwcp = get_hwc_spec(file, tokval, MAX_HWC_LINESIZE);
2127 kobj_file_err(CE_WARN, file, tok_err, tokval);
2134 kmem_free(tokval, MAX_HWC_LINESIZE);