Searched refs:propslen (Results 1 – 1 of 1) sorted by relevance
65 size_t propslen = 0; in handle_modctl_load() local82 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()