Home
last modified time | relevance | path

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

/freebsd/sys/geom/vinum/
H A Dgeom_vinum_rename.c74 type = gv_object_type(sc, object); in gv_rename()
130 if (gv_object_type(sc, newname) != GV_ERR_NOTFOUND) { in gv_rename_drive()
155 if (gv_object_type(sc, newname) != GV_ERR_NOTFOUND) { in gv_rename_plex()
206 if (gv_object_type(sc, newname) != GV_ERR_NOTFOUND) { in gv_rename_sd()
235 if (gv_object_type(sc, newname) != GV_ERR_NOTFOUND) { in gv_rename_vol()
H A Dgeom_vinum_list.c89 type = gv_object_type(sc, arg); in gv_list()
131 type = gv_object_type(sc, arg); in gv_list()
152 type = gv_object_type(sc, arg); in gv_list()
173 type = gv_object_type(sc, arg); in gv_list()
194 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.c243 type_child = gv_object_type(sc, child); in gv_attach()
244 type_parent = gv_object_type(sc, parent); in gv_attach()
287 type = gv_object_type(sc, object); in gv_detach()
549 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_init.c72 type = gv_object_type(sc, argv); in gv_start_obj()
H A Dgeom_vinum_rm.c74 type = gv_object_type(sc, argv); in gv_remove()
H A Dgeom_vinum_state.c73 type = gv_object_type(sc, obj); in gv_setstate()
H A Dgeom_vinum_subr.c1000 gv_object_type(struct gv_softc *sc, char *name) in gv_object_type() function