Home
last modified time | relevance | path

Searched refs:go_val (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/geom/core/
H A Dgeom.c135 if (opt->go_val != NULL || G_OPT_TYPE(opt) == G_TYPE_BOOL) in usage_command()
142 if (opt->go_val != NULL || G_OPT_TYPE(opt) == G_TYPE_BOOL) in usage_command()
285 opt->go_val = ptr; in set_option()
286 gctl_ro_param(req, optname, sizeof(intmax_t), opt->go_val); in set_option()
294 opt->go_val = ptr; in set_option()
295 gctl_ro_param(req, optname, sizeof(int), opt->go_val); in set_option()
379 assert(opt->go_val == NULL); in parse_arguments()
382 if (opt->go_val == NULL) { in parse_arguments()
386 } else if (opt->go_val == G_VAL_OPTIONAL) { in parse_arguments()
389 set_option(req, opt, opt->go_val); in parse_arguments()
H A Dgeom.h77 const void *go_val; member