Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dhook.c2354 size_t kslen; in hook_init_kstats() local
2358 kslen = strlen(hfi->hfi_family.hf_name) + in hook_init_kstats()
2361 hi->hi_ksname = (char *)kmem_zalloc(kslen, KM_SLEEP); in hook_init_kstats()
2362 (void) snprintf(hi->hi_ksname, kslen, "%s/%s", in hook_init_kstats()