Searched refs:gv_object_type (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/sys/geom/vinum/ |
| H A D | geom_vinum_rename.c | 75 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 D | geom_vinum_list.c | 90 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 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 | 244 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 D | geom_vinum.h | 102 int gv_object_type(struct gv_softc *, char *);
|
| H A D | geom_vinum_rm.c | 75 type = gv_object_type(sc, argv); in gv_remove()
|
| H A D | geom_vinum_init.c | 73 type = gv_object_type(sc, argv); in gv_start_obj()
|
| H A D | geom_vinum_state.c | 73 type = gv_object_type(sc, obj); in gv_setstate()
|
| H A D | geom_vinum_subr.c | 1001 gv_object_type(struct gv_softc *sc, char *name) in gv_object_type() function
|