Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c2285 char *devpath, *cn_name_str; in modctl_hp() local
2297 cn_name_str = kmem_zalloc(MAXNAMELEN, KM_SLEEP); in modctl_hp()
2298 error = copyinstr(cn_name, cn_name_str, MAXNAMELEN, &namesz); in modctl_hp()
2301 kmem_free(cn_name_str, MAXNAMELEN); in modctl_hp()
2309 cn_name_str, arg, 0); in modctl_hp()
2314 cn_name_str, 0, 0); in modctl_hp()
2319 cn_name_str, 0, 0); in modctl_hp()
2323 cn_name_str, arg, rval); in modctl_hp()
2327 cn_name_str, arg, rval); in modctl_hp()
2335 kmem_free(cn_name_str, MAXNAMELEN); in modctl_hp()