/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 488 const char *optarg; /* command line argument. Initial value is the error message */ 490 void *arg; /* allocated memory if any */ 491 int arg_len; /* size of *arg in case a realloc is needed */ 492 uint64_t d[16]; /* static storage for simple cases */ 493 double f[4]; /* static storage for simple cases */
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | drv.c | 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/netpfil/ipfw/nat64/ |
H A D | nat64clat_control.c | 387 #define __COPY_STAT_FIELD(_cfg, _stats, _field) \ argument
|
H A D | nat64stl_control.c | 392 #define __COPY_STAT_FIELD(_cfg, _stats, _field) \ argument
|
H A D | nat64lsn_control.c | 266 #define __COPY_STAT_FIELD(_cfg, _stats, _field) \ argument
|
/freebsd/sys/dev/bhnd/siba/ |
H A D | sibavar.h | 129 #define SIBA_CFG_RID(_dinfo, _cfg) \ argument
|
/freebsd/sys/dev/virtio/gpu/ |
H A D | virtio_gpu.c | 406 VTGPU_GET_CONFIG(_dev,_field,_cfg) vtgpu_read_config() argument
|
/freebsd/sys/netpfil/ipfw/nptv6/ |
H A D | nptv6.c | 811 #define __COPY_STAT_FIELD(_cfg, _stats, _field) \ argument
|
/freebsd/sys/dev/virtio/block/ |
H A D | virtio_blk.c | 1346 #define VTBLK_GET_CONFIG(_dev, _feature, _field, _cfg) \ argument
|
/freebsd/sys/dev/virtio/console/ |
H A D | virtio_console.c | 459 #define VTCON_GET_CONFIG(_dev, _feature, _field, _cfg) \ argument
|
/freebsd/sys/dev/virtio/scsi/ |
H A D | virtio_scsi.c | 439 #define VTSCSI_GET_CONFIG(_dev, _field, _cfg) \ argument
|
/freebsd/sys/dev/iwx/ |
H A D | if_iwx.c | 9644 _rf_id, _no_160, _cores, _cdb, _jacket, _cfg) \ argument 9650 #define IWX_DEV_INFO(_device, _subdevice, _cfg) \ argument
|
/freebsd/sys/dev/ath/ |
H A D | if_athvar.h | 1514 #define ath_hal_btcoex_set_config(_ah, _cfg) \ argument
|