Home
last modified time | relevance | path

Searched refs:class_commands (Results 1 – 17 of 17) sorted by relevance

/NextBSD/sbin/geom/core/
HDgeom.c64 static struct g_command *class_commands = NULL; variable
154 if (class_commands != NULL) { in usage()
156 cmd = &class_commands[i]; in usage()
405 if ((flags & GEOM_CLASS_CMDS) != 0 && class_commands != NULL) { in find_command()
407 cmd = &class_commands[i]; in find_command()
572 class_commands = dlsym(dlh, "class_commands"); in load_library()
573 if (class_commands == NULL) { in load_library()
634 class_commands = gpart_class_commands; in get_class()
637 class_commands = glabel_class_commands; in get_class()
/NextBSD/sbin/geom/class/mountver/
HDgeom_mountver.c41 struct g_command class_commands[] = { variable
/NextBSD/sbin/geom/class/nop/
HDgeom_nop.c41 struct g_command class_commands[] = { variable
/NextBSD/sbin/geom/class/raid/
HDgeom_raid.c47 struct g_command class_commands[] = { variable
/NextBSD/sbin/geom/class/sched/
HDgeom_sched.c93 struct g_command class_commands[] = { variable
/NextBSD/sbin/geom/class/label/
HDgeom_label.c57 struct g_command PUBSYM(class_commands)[] = { variable
/NextBSD/sbin/geom/class/cache/
HDgeom_cache.c53 struct g_command class_commands[] = { variable
/NextBSD/sbin/geom/class/concat/
HDgeom_concat.c53 struct g_command class_commands[] = { variable
/NextBSD/sbin/geom/class/multipath/
HDgeom_multipath.c54 struct g_command class_commands[] = { variable
/NextBSD/sbin/geom/class/shsec/
HDgeom_shsec.c54 struct g_command class_commands[] = { variable
/NextBSD/sbin/geom/class/stripe/
HDgeom_stripe.c56 struct g_command class_commands[] = { variable
/NextBSD/sbin/geom/class/journal/
HDgeom_journal.c55 struct g_command class_commands[] = { variable
/NextBSD/sbin/geom/class/raid3/
HDgeom_raid3.c53 struct g_command class_commands[] = { variable
/NextBSD/sbin/geom/class/mirror/
HDgeom_mirror.c59 struct g_command class_commands[] = { variable
/NextBSD/sbin/geom/class/virstor/
HDgeom_virstor.c65 struct g_command class_commands[] = { variable
/NextBSD/sbin/geom/class/eli/
HDgeom_eli.c104 struct g_command class_commands[] = { variable
/NextBSD/sbin/geom/class/part/
HDgeom_part.c94 struct g_command PUBSYM(class_commands)[] = { variable