Symbol: g_command
lib/geom/cache/geom_cache.c
53
struct g_command class_commands[] = {
lib/geom/concat/geom_concat.c
52
struct g_command class_commands[] = {
lib/geom/eli/geom_eli.c
110
struct g_command class_commands[] = {
lib/geom/journal/geom_journal.c
54
struct g_command class_commands[] = {
lib/geom/label/geom_label.c
57
struct g_command PUBSYM(class_commands)[] = {
lib/geom/mirror/geom_mirror.c
58
struct g_command class_commands[] = {
lib/geom/mountver/geom_mountver.c
40
struct g_command class_commands[] = {
lib/geom/multipath/geom_multipath.c
54
struct g_command class_commands[] = {
lib/geom/nop/geom_nop.c
41
struct g_command class_commands[] = {
lib/geom/part/geom_part.c
95
struct g_command PUBSYM(class_commands)[] = {
lib/geom/raid/geom_raid.c
46
struct g_command class_commands[] = {
lib/geom/raid3/geom_raid3.c
52
struct g_command class_commands[] = {
lib/geom/shsec/geom_shsec.c
53
struct g_command class_commands[] = {
lib/geom/stripe/geom_stripe.c
55
struct g_command class_commands[] = {
lib/geom/union/geom_union.c
38
struct g_command class_commands[] = {
lib/geom/virstor/geom_virstor.c
64
struct g_command class_commands[] = {
sbin/geom/core/geom.c
112
usage_command(struct g_command *cmd, const char *prefix)
sbin/geom/core/geom.c
161
struct g_command *cmd;
sbin/geom/core/geom.c
232
find_option(struct g_command *cmd, char ch)
sbin/geom/core/geom.c
314
parse_arguments(struct g_command *cmd, struct gctl_req *req, int *argc,
sbin/geom/core/geom.c
413
static struct g_command *
sbin/geom/core/geom.c
416
struct g_command *cmd;
sbin/geom/core/geom.c
447
set_flags(struct g_command *cmd)
sbin/geom/core/geom.c
463
struct g_command *cmd;
sbin/geom/core/geom.c
60
extern struct g_command gpart_class_commands[];
sbin/geom/core/geom.c
62
extern struct g_command glabel_class_commands[];
sbin/geom/core/geom.c
68
static struct g_command *class_commands = NULL;
sbin/geom/core/geom.c
75
static struct g_command *find_command(const char *cmdstr, int flags);
sbin/geom/core/geom.c
87
static struct g_command std_commands[] = {