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