/freebsd/tools/tools/netmap/ |
H A D | nmreplay.c | 483 struct _cfg { struct 484 int (*parse)(struct _qs *, struct _cfg *, int ac, char *av[]); /* 0 ok, 1 on error */ argument 485 int (*run)(struct _qs *, struct _cfg *arg); /* 0 Ok, 1 on error */ argument 546 struct _cfg c_delay; 547 struct _cfg c_bw; 548 struct _cfg c_loss; 729 null_run_fn(struct _qs *q, struct _cfg *cfg) in null_run_fn() 1036 cmd_apply(const struct _cfg *a, const char *arg, struct _qs *q, struct _cfg *dst) in cmd_apply() 1052 struct _cfg x = a[i]; in cmd_apply() 1077 static struct _cfg delay_cfg[]; [all …]
|
/freebsd/libexec/rc/ |
H A D | network.subr | 103 local _ifn _cfg _action _vnet 106 _cfg=1 109 ${IFCONFIG_CMD} $_ifn $_action $_vnet && _cfg=0 112 return $_cfg 124 local _cfg _ifconfig_descr _ipv6_opts ifconfig_args 125 _cfg=1 129 _cfg=0 171 _cfg=0 189 _cfg=0 197 _cfg=0 [all …]
|
/freebsd/sys/dev/bhnd/siba/ |
H A D | sibavar.h | 129 #define SIBA_CFG_RID(_dinfo, _cfg) \ argument 130 (SIBA_CFG_RID_BASE + (_cfg) + \
|
/freebsd/sys/dev/virtio/gpu/ |
H A D | virtio_gpu.c | 418 #define VTGPU_GET_CONFIG(_dev, _field, _cfg) \ 421 &(_cfg)->_field, sizeof((_cfg)->_field)) \ in vtgpu_alloc_virtqueue() 406 VTGPU_GET_CONFIG(_dev,_field,_cfg) vtgpu_read_config() argument
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64stl_control.c | 392 #define __COPY_STAT_FIELD(_cfg, _stats, _field) \ argument 393 (_stats)->_field = NAT64STAT_FETCH(&(_cfg)->base.stats, _field)
|
H A D | nat64clat_control.c | 387 #define __COPY_STAT_FIELD(_cfg, _stats, _field) \ argument 388 (_stats)->_field = NAT64STAT_FETCH(&(_cfg)->base.stats, _field)
|
H A D | nat64lsn_control.c | 266 #define __COPY_STAT_FIELD(_cfg, _stats, _field) \ argument 267 (_stats)->_field = NAT64STAT_FETCH(&(_cfg)->base.stats, _field)
|
/freebsd/sys/dev/virtio/console/ |
H A D | virtio_console.c | 459 #define VTCON_GET_CONFIG(_dev, _feature, _field, _cfg) \ argument 463 &(_cfg)->_field, sizeof((_cfg)->_field)); \
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | drv.c | 556 _rf_id, _rf_step, _no_160, _cores, _cdb, _cfg, _name) \ 557 { .device = (_device), .subdevice = (_subdevice), .cfg = &(_cfg), \ 562 #define IWL_DEV_INFO(_device, _subdevice, _cfg, _name) \ 565 IWL_CFG_ANY, _cfg, _name) 521 _IWL_DEV_INFO(_device,_subdevice,_mac_type,_mac_step,_rf_type,_rf_id,_rf_step,_no_160,_cores,_cdb,_cfg,_name) global() argument 527 IWL_DEV_INFO(_device,_subdevice,_cfg,_name) global() argument
|
/freebsd/sys/dev/virtio/block/ |
H A D | virtio_blk.c | 1340 #define VTBLK_GET_CONFIG(_dev, _feature, _field, _cfg) \ 1344 &(_cfg)->_field, sizeof((_cfg)->_field)); \ in vtblk_read_config() 1333 VTBLK_GET_CONFIG(_dev,_feature,_field,_cfg) global() argument
|
/freebsd/sys/netpfil/ipfw/nptv6/ |
H A D | nptv6.c | 811 #define __COPY_STAT_FIELD(_cfg, _stats, _field) \ argument 812 (_stats)->_field = NPTV6STAT_FETCH(_cfg, _field)
|
/freebsd/sys/dev/virtio/scsi/ |
H A D | virtio_scsi.c | 440 #define VTSCSI_GET_CONFIG(_dev, _field, _cfg) \ argument 443 &(_cfg)->_field, sizeof((_cfg)->_field)) \
|
/freebsd/sys/dev/ath/ |
H A D | if_athvar.h | 1514 #define ath_hal_btcoex_set_config(_ah, _cfg) \ argument 1515 ((*(_ah)->ah_btCoexSetConfig)((_ah), (_cfg)))
|