Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/geom/
Dgeom_ctl.h77 #define GEOM_CTL _IOW('G', GCTL_VERSION, struct gctl_req) macro
Dgeom_ctl.c504 case GEOM_CTL: in g_ctl_ioctl()
/freebsd-9-stable/lib/libgeom/
Dgeom_ctl.c214 error = ioctl(fd, GEOM_CTL, req); in gctl_issue()