Home
last modified time | relevance | path

Searched refs:opt_tab (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/amd/include/
Dam_utils.h198 struct opt_tab { struct
265 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[];
/freebsd-12-stable/contrib/amd/libamu/
Dxutil.c87 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()
Dmount_fs.c57 struct opt_tab mnt_flags[] =
144 struct opt_tab *opt; in compute_mount_flags()
/freebsd-12-stable/sys/dev/netmap/
Dnetmap.c3096 struct nmreq_option **next, *src, **opt_tab; in nmreq_copyin() local
3133 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() local
3328 opt_tab = (struct nmreq_option **)((uintptr_t)hdr->nr_options) - in nmreq_getoption()
3330 return opt_tab[reqtype]; in nmreq_getoption()
/freebsd-12-stable/contrib/amd/amd/
Dmapc.c83 static struct opt_tab mapc_opt[] =
/freebsd-12-stable/contrib/amd/
DChangeLog11965 the same code for other options in struct opt_tab.