Home
last modified time | relevance | path

Searched refs:gv_object_type (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/sys/geom/vinum/
H A Dgeom_vinum_rename.c75 type = gv_object_type(sc, object); in gv_rename()
131 if (gv_object_type(sc, newname) != GV_ERR_NOTFOUND) { in gv_rename_drive()
156 if (gv_object_type(sc, newname) != GV_ERR_NOTFOUND) { in gv_rename_plex()
207 if (gv_object_type(sc, newname) != GV_ERR_NOTFOUND) { in gv_rename_sd()
236 if (gv_object_type(sc, newname) != GV_ERR_NOTFOUND) { in gv_rename_vol()
H A Dgeom_vinum_list.c90 type = gv_object_type(sc, arg); in gv_list()
132 type = gv_object_type(sc, arg); in gv_list()
153 type = gv_object_type(sc, arg); in gv_list()
174 type = gv_object_type(sc, arg); in gv_list()
195 type = gv_object_type(sc, arg); in gv_list()
H A Dgeom_vinum_move.c69 if (gv_object_type(sc, destination) != GV_TYPE_DRIVE) { in gv_move()
85 type = gv_object_type(sc, object); in gv_move()
H A Dgeom_vinum.c244 type_child = gv_object_type(sc, child); in gv_attach()
245 type_parent = gv_object_type(sc, parent); in gv_attach()
288 type = gv_object_type(sc, object); in gv_detach()
550 type = gv_object_type(sc, plex); in gv_parityop()
H A Dgeom_vinum.h102 int gv_object_type(struct gv_softc *, char *);
H A Dgeom_vinum_rm.c75 type = gv_object_type(sc, argv); in gv_remove()
H A Dgeom_vinum_init.c73 type = gv_object_type(sc, argv); in gv_start_obj()
H A Dgeom_vinum_state.c73 type = gv_object_type(sc, obj); in gv_setstate()
H A Dgeom_vinum_subr.c1001 gv_object_type(struct gv_softc *sc, char *name) in gv_object_type() function