Searched refs:g_union_destroy (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/geom/union/ |
H A D | g_union.c | 92 static int g_union_destroy(struct gctl_req *req, struct g_geom *gp, bool force); 440 error = g_union_destroy(verbose ? req : NULL, gp, *force); in g_union_ctl_destroy() 1290 g_union_destroy(NULL, cp->geom, true); in g_union_orphan() 1301 return (g_union_destroy(NULL, gp, false)); in g_union_destroy_geom() 1308 g_union_destroy(struct gctl_req *req, struct g_geom *gp, bool force) in g_union_destroy() function 1396 g_union_destroy(NULL, gp, true); in g_union_resize()
|