Searched refs:opt_tab (Results 1 – 6 of 6) sorted by relevance
198 struct opt_tab { struct265 extern struct opt_tab xlog_opt[];287 extern int cmdoption(char *, struct opt_tab *, u_int *);329 extern void show_opts(int ch, struct opt_tab *);530 extern struct opt_tab dbg_opt[];
87 struct opt_tab dbg_opt[] =113 struct opt_tab xlog_opt[] =624 show_opts(int ch, struct opt_tab *opts) in show_opts()639 cmdoption(char *s, struct opt_tab *optb, u_int *flags) in cmdoption()647 struct opt_tab *dp, *dpn = NULL; in cmdoption()
57 struct opt_tab mnt_flags[] =144 struct opt_tab *opt; in compute_mount_flags()
3096 struct nmreq_option **next, *src, **opt_tab; in nmreq_copyin() local3133 NETMAP_REQ_OPT_MAX * sizeof(opt_tab); in nmreq_copyin()3156 opt_tab = (struct nmreq_option **)p; in nmreq_copyin()3157 p += sizeof(opt_tab) * NETMAP_REQ_OPT_MAX; in nmreq_copyin()3200 if (opt_tab[opt->nro_reqtype] != NULL) { in nmreq_copyin()3204 opt_tab[opt->nro_reqtype]->nro_status = EINVAL; in nmreq_copyin()3208 opt_tab[opt->nro_reqtype] = opt; in nmreq_copyin()3323 struct nmreq_option **opt_tab; in nmreq_getoption() local3328 opt_tab = (struct nmreq_option **)((uintptr_t)hdr->nr_options) - in nmreq_getoption()3330 return opt_tab[reqtype]; in nmreq_getoption()
83 static struct opt_tab mapc_opt[] =
11965 the same code for other options in struct opt_tab.