Lines Matching refs:tokval
761 char tokval[MAXLINESIZE]; in mod_read_system_file() local
779 while ((token = kobj_lex(file, tokval, in mod_read_system_file()
780 sizeof (tokval))) != EOF) { in mod_read_system_file()
796 extra_err, tokval); in mod_read_system_file()
799 tokval)) != NULL) { in mod_read_system_file()
808 file, tok_err, tokval); in mod_read_system_file()
2065 char *tokval; in hwc_parse_now() local
2082 tokval = kmem_alloc(MAX_HWC_LINESIZE, KM_SLEEP); in hwc_parse_now()
2084 while ((token = kobj_lex(file, tokval, MAX_HWC_LINESIZE)) != EOF) { in hwc_parse_now()
2093 hwcp = get_hwc_spec(file, tokval, MAX_HWC_LINESIZE); in hwc_parse_now()
2132 kobj_file_err(CE_WARN, file, tok_err, tokval); in hwc_parse_now()
2139 kmem_free(tokval, MAX_HWC_LINESIZE); in hwc_parse_now()