Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_module.c51 char *req, *reqo; in modctl32_handle_stat() local
99 reqo = req++; in modctl32_handle_stat()
176 error = copyout(reqo, out_p, size); in modctl32_handle_stat()
181 kmem_free(reqo, req_len); in modctl32_handle_stat()
/netbsd-src/sys/kern/
H A Dsys_module.c120 char *req, *reqo; in handle_modctl_stat() local
168 reqo = req++; in handle_modctl_stat()
245 error = copyout(reqo, out_p, size); in handle_modctl_stat()
250 kmem_free(reqo, req_len); in handle_modctl_stat()