Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsys_module.c65 size_t propslen = 0; in handle_modctl_load() local
82 propslen = ml_propslen + 1; in handle_modctl_load()
84 props = kmem_alloc(propslen, KM_SLEEP); in handle_modctl_load()
85 error = copyinstr(ml_props, props, propslen, NULL); in handle_modctl_load()
107 kmem_free(props, propslen); in handle_modctl_load()