Symbol: _cfg
sys/dev/ath/if_athvar.h
1514
#define ath_hal_btcoex_set_config(_ah, _cfg) \
sys/dev/ath/if_athvar.h
1515
((*(_ah)->ah_btCoexSetConfig)((_ah), (_cfg)))
sys/dev/bhnd/siba/sibavar.h
129
#define SIBA_CFG_RID(_dinfo, _cfg) \
sys/dev/bhnd/siba/sibavar.h
130
(SIBA_CFG_RID_BASE + (_cfg) + \
sys/dev/iwx/if_iwx.c
9740
_rf_id, _no_160, _cores, _cdb, _jacket, _cfg) \
sys/dev/iwx/if_iwx.c
9741
{ .device = (_device), .subdevice = (_subdevice), .cfg = &(_cfg), \
sys/dev/iwx/if_iwx.c
9746
#define IWX_DEV_INFO(_device, _subdevice, _cfg) \
sys/dev/iwx/if_iwx.c
9749
IWX_CFG_ANY, IWX_CFG_ANY, _cfg)
sys/dev/virtio/block/virtio_blk.c
1503
#define VTBLK_GET_CONFIG(_dev, _feature, _field, _cfg) \
sys/dev/virtio/block/virtio_blk.c
1507
&(_cfg)->_field, sizeof((_cfg)->_field)); \
sys/dev/virtio/console/virtio_console.c
459
#define VTCON_GET_CONFIG(_dev, _feature, _field, _cfg) \
sys/dev/virtio/console/virtio_console.c
463
&(_cfg)->_field, sizeof((_cfg)->_field)); \
sys/dev/virtio/gpu/virtio_gpu.c
418
#define VTGPU_GET_CONFIG(_dev, _field, _cfg) \
sys/dev/virtio/gpu/virtio_gpu.c
421
&(_cfg)->_field, sizeof((_cfg)->_field)) \
sys/dev/virtio/scsi/virtio_scsi.c
439
#define VTSCSI_GET_CONFIG(_dev, _field, _cfg) \
sys/dev/virtio/scsi/virtio_scsi.c
442
&(_cfg)->_field, sizeof((_cfg)->_field)) \
sys/netpfil/ipfw/nat64/nat64clat_control.c
387
#define __COPY_STAT_FIELD(_cfg, _stats, _field) \
sys/netpfil/ipfw/nat64/nat64clat_control.c
388
(_stats)->_field = NAT64STAT_FETCH(&(_cfg)->base.stats, _field)
sys/netpfil/ipfw/nat64/nat64lsn_control.c
266
#define __COPY_STAT_FIELD(_cfg, _stats, _field) \
sys/netpfil/ipfw/nat64/nat64lsn_control.c
267
(_stats)->_field = NAT64STAT_FETCH(&(_cfg)->base.stats, _field)
sys/netpfil/ipfw/nat64/nat64stl_control.c
392
#define __COPY_STAT_FIELD(_cfg, _stats, _field) \
sys/netpfil/ipfw/nat64/nat64stl_control.c
393
(_stats)->_field = NAT64STAT_FETCH(&(_cfg)->base.stats, _field)
sys/netpfil/ipfw/nptv6/nptv6.c
811
#define __COPY_STAT_FIELD(_cfg, _stats, _field) \
sys/netpfil/ipfw/nptv6/nptv6.c
812
(_stats)->_field = NPTV6STAT_FETCH(_cfg, _field)
tools/tools/netmap/nmreplay.c
1036
cmd_apply(const struct _cfg *a, const char *arg, struct _qs *q, struct _cfg *dst)
tools/tools/netmap/nmreplay.c
1052
struct _cfg x = a[i];
tools/tools/netmap/nmreplay.c
1077
static struct _cfg delay_cfg[];
tools/tools/netmap/nmreplay.c
1078
static struct _cfg bw_cfg[];
tools/tools/netmap/nmreplay.c
1079
static struct _cfg loss_cfg[];
tools/tools/netmap/nmreplay.c
1381
of the system. For each feature one should define a struct _cfg
tools/tools/netmap/nmreplay.c
1390
if needed, and stores them in the struct _cfg.
tools/tools/netmap/nmreplay.c
1397
struct _cfg has some preallocated space (e.g an array of uint64_t) so simple
tools/tools/netmap/nmreplay.c
1400
- the *_run() function takes struct _q *q and struct _cfg *cfg as arguments.
tools/tools/netmap/nmreplay.c
1419
bandwidth, loss...) the struct _cfg should be added to the array
tools/tools/netmap/nmreplay.c
1491
const_delay_parse(struct _qs *q, struct _cfg *dst, int ac, char *av[])
tools/tools/netmap/nmreplay.c
1509
const_delay_run(struct _qs *q, struct _cfg *arg)
tools/tools/netmap/nmreplay.c
1516
uniform_delay_parse(struct _qs *q, struct _cfg *dst, int ac, char *av[])
tools/tools/netmap/nmreplay.c
1537
uniform_delay_run(struct _qs *q, struct _cfg *arg)
tools/tools/netmap/nmreplay.c
1557
exp_delay_parse(struct _qs *q, struct _cfg *dst, int ac, char *av[])
tools/tools/netmap/nmreplay.c
1587
exp_delay_run(struct _qs *q, struct _cfg *arg)
tools/tools/netmap/nmreplay.c
1599
static struct _cfg delay_cfg[] = {
tools/tools/netmap/nmreplay.c
1611
const_bw_parse(struct _qs *q, struct _cfg *dst, int ac, char *av[])
tools/tools/netmap/nmreplay.c
1631
const_bw_run(struct _qs *q, struct _cfg *arg)
tools/tools/netmap/nmreplay.c
1640
ether_bw_parse(struct _qs *q, struct _cfg *dst, int ac, char *av[])
tools/tools/netmap/nmreplay.c
1659
ether_bw_run(struct _qs *q, struct _cfg *arg)
tools/tools/netmap/nmreplay.c
1668
real_bw_parse(struct _qs *q, struct _cfg *dst, int ac, char *av[])
tools/tools/netmap/nmreplay.c
1691
real_bw_run(struct _qs *q, struct _cfg *arg)
tools/tools/netmap/nmreplay.c
1697
static struct _cfg bw_cfg[] = {
tools/tools/netmap/nmreplay.c
1711
const_plr_parse(struct _qs *q, struct _cfg *dst, int ac, char *av[])
tools/tools/netmap/nmreplay.c
1732
const_plr_run(struct _qs *q, struct _cfg *arg)
tools/tools/netmap/nmreplay.c
1751
const_ber_parse(struct _qs *q, struct _cfg *dst, int ac, char *av[])
tools/tools/netmap/nmreplay.c
1790
const_ber_run(struct _qs *q, struct _cfg *arg)
tools/tools/netmap/nmreplay.c
1808
static struct _cfg loss_cfg[] = {
tools/tools/netmap/nmreplay.c
484
int (*parse)(struct _qs *, struct _cfg *, int ac, char *av[]); /* 0 ok, 1 on error */
tools/tools/netmap/nmreplay.c
485
int (*run)(struct _qs *, struct _cfg *arg); /* 0 Ok, 1 on error */
tools/tools/netmap/nmreplay.c
546
struct _cfg c_delay;
tools/tools/netmap/nmreplay.c
547
struct _cfg c_bw;
tools/tools/netmap/nmreplay.c
548
struct _cfg c_loss;
tools/tools/netmap/nmreplay.c
729
null_run_fn(struct _qs *q, struct _cfg *cfg)