| /freebsd/tools/tools/netmap/ |
| H A D | nmreplay.c | 479 * true if successful. Any allocated space is stored into struct _cfg * 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() [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/contrib/device-tree/Bindings/pinctrl/ |
| H A D | nxp,lpc1850-scu.yaml | 33 '_cfg$': 71 gpio-joystick-1_cfg {
|
| /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) \ in vtgpu_read_config() argument 421 &(_cfg)->_field, sizeof((_cfg)->_field)) \ in vtgpu_read_config()
|
| /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/dev/virtio/block/ |
| H A D | virtio_blk.c | 1346 #define VTBLK_GET_CONFIG(_dev, _feature, _field, _cfg) \ argument 1350 &(_cfg)->_field, sizeof((_cfg)->_field)); \
|
| /freebsd/sys/contrib/dev/iwlwifi/pcie/ |
| H A D | drv.c | 563 #define _IWL_DEV_INFO(_cfg, _name, ...) { \ argument 564 .cfg = &_cfg, \ 571 #define IWL_DEV_INFO(_cfg, _name, ...) \ argument 572 _IWL_DEV_INFO(_cfg, _name, __VA_ARGS__)
|
| /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 | 439 #define VTSCSI_GET_CONFIG(_dev, _field, _cfg) \ argument 442 &(_cfg)->_field, sizeof((_cfg)->_field)) \
|
| /freebsd/contrib/unbound/testcode/ |
| H A D | testbound.c | 250 fake_temp_file("_cfg", "", configfile, sizeof(configfile)); in setup_config()
|
| /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)))
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | mac_be.c | 291 R_BE_ ## _module ## _QTA ## _idx ## _CFG, \
|
| H A D | mac.c | 2013 R_AX_ ## _module ## _QTA ## _idx ## _CFG, \
|
| /freebsd/sys/dev/iwx/ |
| H A D | if_iwx.c | 9671 _rf_id, _no_160, _cores, _cdb, _jacket, _cfg) \ argument 9672 { .device = (_device), .subdevice = (_subdevice), .cfg = &(_cfg), \ 9677 #define IWX_DEV_INFO(_device, _subdevice, _cfg) \ argument 9680 IWX_CFG_ANY, IWX_CFG_ANY, _cfg)
|
| /freebsd/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 10563 AcpiExec: Add support for dynamic table load/unload. Now calls _CFG 10569 _CFG.
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | reg_addr.h | 750 …3 = 1024 bytes. Larger sizes are not supported by CNXXXX. DPI_SLI_PRT()_CFG[MPS] must be set to… 760 …. 0x3 = 1024 bytes. 0x4 = 2048 bytes. 0x5 = 4096 bytes. DPI_SLI_PRT()_CFG[MRRS] must be set a… 816 … The reset value of this field is determined by the value read from PEM()_CFG[LANES]. This fiel… 1052 … The reset value of this field is controlled by the value read from PEM()_CFG[MD]. _ MD is 0x0,…
|