Searched refs:geom_alloc_copyin (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/geom/
H A Dgeom_ctl.c113 geom_alloc_copyin(struct gctl_req *req, void *uaddr, size_t len) function
138 ap = geom_alloc_copyin(req, req->arg, req->narg * sizeof(*ap));
158 p = geom_alloc_copyin(req, ap[i].name, ap[i].nlen);
172 p = geom_alloc_copyin(req, ap[i].value, ap[i].len);

Completed in 268 milliseconds