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

/freebsd-9.3-release/sbin/geom/class/mountver/
H A Dgeom_mountver.c41 struct g_command class_commands[] = { variable in typeref:struct:g_command
/freebsd-9.3-release/sbin/geom/class/nop/
H A Dgeom_nop.c41 struct g_command class_commands[] = { variable in typeref:struct:g_command
/freebsd-9.3-release/sbin/geom/class/raid/
H A Dgeom_raid.c47 struct g_command class_commands[] = { variable in typeref:struct:g_command
/freebsd-9.3-release/sbin/geom/class/sched/
H A Dgeom_sched.c93 struct g_command class_commands[] = { variable in typeref:struct:g_command
/freebsd-9.3-release/sbin/geom/core/
H A Dgeom.c64 static struct g_command *class_commands = NULL; variable in typeref:struct:g_command
154 if (class_commands != NULL) {
156 cmd = &class_commands[i];
405 if ((flags & GEOM_CLASS_CMDS) != 0 && class_commands != NULL) {
407 cmd = &class_commands[i];
572 class_commands = dlsym(dlh, "class_commands");
573 if (class_commands == NULL) {
574 warnx("Cannot find symbol %s: %s.", "class_commands",
634 class_commands
[all...]
/freebsd-9.3-release/sbin/geom/class/cache/
H A Dgeom_cache.c53 struct g_command class_commands[] = { variable in typeref:struct:g_command
/freebsd-9.3-release/sbin/geom/class/label/
H A Dgeom_label.c57 struct g_command PUBSYM(class_commands)[] = {
/freebsd-9.3-release/sbin/geom/class/concat/
H A Dgeom_concat.c53 struct g_command class_commands[] = { variable in typeref:struct:g_command
/freebsd-9.3-release/sbin/geom/class/journal/
H A Dgeom_journal.c55 struct g_command class_commands[] = { variable in typeref:struct:g_command
/freebsd-9.3-release/sbin/geom/class/multipath/
H A Dgeom_multipath.c54 struct g_command class_commands[] = { variable in typeref:struct:g_command
/freebsd-9.3-release/sbin/geom/class/raid3/
H A Dgeom_raid3.c53 struct g_command class_commands[] = { variable in typeref:struct:g_command
/freebsd-9.3-release/sbin/geom/class/shsec/
H A Dgeom_shsec.c54 struct g_command class_commands[] = { variable in typeref:struct:g_command
/freebsd-9.3-release/sbin/geom/class/stripe/
H A Dgeom_stripe.c56 struct g_command class_commands[] = { variable in typeref:struct:g_command
/freebsd-9.3-release/sbin/geom/class/mirror/
H A Dgeom_mirror.c57 struct g_command class_commands[] = { variable in typeref:struct:g_command
/freebsd-9.3-release/sbin/geom/class/virstor/
H A Dgeom_virstor.c65 struct g_command class_commands[] = { variable in typeref:struct:g_command
/freebsd-9.3-release/sbin/geom/class/eli/
H A Dgeom_eli.c102 struct g_command class_commands[] = { variable in typeref:struct:g_command
/freebsd-9.3-release/sbin/geom/class/part/
H A Dgeom_part.c94 struct g_command PUBSYM(class_commands)[] = {

Completed in 184 milliseconds