Searched refs:gv_object_type (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/geom/vinum/ |
H A D | geom_vinum_rename.c | 74 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 D | geom_vinum_list.c | 89 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 D | geom_vinum_move.c | 69 if (gv_object_type(sc, destination) != GV_TYPE_DRIVE) { in gv_move() 85 type = gv_object_type(sc, object); in gv_move()
|
H A D | geom_vinum.c | 243 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 D | geom_vinum.h | 102 int gv_object_type(struct gv_softc *, char *);
|
H A D | geom_vinum_init.c | 72 type = gv_object_type(sc, argv); in gv_start_obj()
|
H A D | geom_vinum_rm.c | 74 type = gv_object_type(sc, argv); in gv_remove()
|
H A D | geom_vinum_state.c | 73 type = gv_object_type(sc, obj); in gv_setstate()
|
H A D | geom_vinum_subr.c | 1000 gv_object_type(struct gv_softc *sc, char *name) in gv_object_type() function
|