Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dhwconf.h37 #define MAX_HWC_LINESIZE 1024 macro
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c2113 tokval = kmem_alloc(MAX_HWC_LINESIZE, KM_SLEEP); in hwc_parse_now()
2115 while ((token = kobj_lex(file, tokval, MAX_HWC_LINESIZE)) != EOF) { in hwc_parse_now()
2124 hwcp = get_hwc_spec(file, tokval, MAX_HWC_LINESIZE); in hwc_parse_now()
2170 kmem_free(tokval, MAX_HWC_LINESIZE); in hwc_parse_now()