/src/sys/dev/pci/ixgbe/ |
ixgbe_rss.h | 52 #define rss_getcpu(_a) 0 54 #define rss_get_indirection_to_bucket(_a) 0 56 #define rss_hash2bucket(_a,_b,_c) -1 76 #define rss_getcpu(_a) 0 78 #define rss_getkey(_a) do { } while (/*CONSTCOND*/false) 79 #define rss_get_indirection_to_bucket(_a) 0 81 #define rss_hash2bucket(_a,_b,_c) -1
|
ixgbe_sriov.h | 87 #define ixgbe_add_vf(_a,_b,_c) do { } while (/*CONSTCOND*/false) 88 #define ixgbe_init_iov(_a,_b,_c) do { } while (/*CONSTCOND*/false) 89 #define ixgbe_uninit_iov(_a) do { } while (/*CONSTCOND*/false) 90 #define ixgbe_initialize_iov(_a) do { } while (/*CONSTCOND*/false) 91 #define ixgbe_recalculate_max_frame(_a) do { } while (/*CONSTCOND*/false) 92 #define ixgbe_ping_all_vfs(_a) do { } while (/*CONSTCOND*/false) 93 #define ixgbe_pci_iov_detach(_a) 0 94 #define ixgbe_define_iov_schemas(_a,_b) do { } while (/*CONSTCOND*/false) 95 #define ixgbe_align_all_queue_indices(_a) do { } while (/*CONSTCOND*/false) 96 #define ixgbe_vf_que_index(_a, _b, _c) (_c [all...] |
ixgbe_fdir.h | 52 #define ixgbe_init_fdir(_a)
|
ixgbe.h | 160 #define IXGBE_TX_CLEANUP_THRESHOLD(_a) ((_a)->num_tx_desc / 8) 161 #define IXGBE_TX_OP_THRESHOLD(_a) ((_a)->num_tx_desc / 32)
|
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/ |
floatundixf.S | 16 #define REL_ADDR(_a) (_a)(%rip) 49 #define REL_ADDR(_a) (_a)(%rip)
|
floatundidf.S | 34 #define REL_ADDR(_a) (_a)(%rip)
|
floatundisf.S | 16 #define REL_ADDR(_a) (_a)(%rip)
|
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/ |
floatdidf.S | 20 #define REL_ADDR(_a) (_a)-0b(%eax)
|
floatundidf.S | 34 #define REL_ADDR(_a) (_a)-0b(%eax)
|
floatundixf.S | 24 #define REL_ADDR(_a) (_a)-0b(%eax)
|
/src/games/larn/ |
io.c | 81 #define stty(_a,_b) ioctl(_a,TCSETA,_b) 82 #define gtty(_a,_b) ioctl(_a,TCGETA,_b) 87 #define stty(_a,_b) tcsetattr(_a,TCSADRAIN,_b) 88 #define gtty(_a,_b) tcgetattr(_a,_b) 94 #define doraw(_a) \ 97 saveeof = _a.c_cc[VMIN]; [all...] |
display.c | 12 #define makecode(_a,_b,_c) (((_a)<<16) + ((_b)<<8) + (_c))
|
/src/sys/external/bsd/dwc2/dist/ |
dwc2_hw.h | 403 #define DPTXFSIZN(_a) HSOTG_REG(0x104 + (((_a) - 1) * 4)) 496 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20)) 499 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20)) 546 #define DIEPINT(_a) HSOTG_REG(0x908 + ((_a) * 0x20)) 547 #define DOEPINT(_a) HSOTG_REG(0xB08 + ((_a) * 0x20) [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
memory.h | 117 u64 _a = (a), _c = (c), _d = (d); \ 119 for (; _c; _c--, _a += BIT(s)) \ 120 nvkm_wo##t((o), _a, _d); \ 125 u64 _a = (a), _c = (c), _d = (d), _o = _a >> s, _s = _c << s; \ 135 for (; _c; _c--, _a += BIT(s)) \ 136 nvkm_wo##t((o), _a, _d); \
|
/src/sys/external/isc/atheros_hal/ic/ |
ah_osdep.h | 49 #define OS_MEMZERO(_a, _n) ath_hal_memzero((_a), (_n)) 54 #define abs(_a) __builtin_abs(_a)
|
/src/distrib/miniroot/ |
install.sub | 67 _a=$1; shift 69 if [ "$_a" = "$1" ]; then return 0; fi 77 local _a 79 _a=$1; shift 81 if [ "$_a" != "$1" ]; then 90 local _a 101 read _a; set -- $_a 109 local _a 118 read _a; set -- $_ [all...] |
/src/sys/external/isc/atheros_hal/dist/ |
ah_internal.h | 355 #define ath_hal_eepromDiag(_ah, _request, _a, _asize, _r, _rsize) \ 356 AH_PRIVATE(_ah)->ah_eepromDiag(_ah, _request, _a, _asize, _r, _rsize) 509 #define OS_REG_RMW_FIELD(_a, _r, _f, _v) \ 510 OS_REG_WRITE(_a, _r, \ 511 (OS_REG_READ(_a, _r) &~ (_f)) | (((_v) << _f##_S) & (_f))) 512 #define OS_REG_SET_BIT(_a, _r, _f) \ 513 OS_REG_WRITE(_a, _r, OS_REG_READ(_a, _r) | (_f)) 514 #define OS_REG_CLR_BIT(_a, _r, _f) \ 515 OS_REG_WRITE(_a, _r, OS_REG_READ(_a, _r) &~ (_f) [all...] |
/src/sys/external/bsd/drm2/radeon/ |
mkregtable.awk | 63 $2 ~ /[_a-zA-Z0-9]*/ {
|
/src/sys/external/bsd/ipf/netinet/ |
ip_compat.h | 1520 # define DT1(_n,_a,_b) DTRACE_PROBE1(_n,_a,_b) 1521 # define DT2(_n,_a,_b,_c,_d) DTRACE_PROBE2(_n,_a,_b,_c,_d) 1522 # define DT3(_n,_a,_b,_c,_d,_e,_f) \ 1523 DTRACE_PROBE3(_n,_a,_b,_c,_d,_e,_f) 1524 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ 1525 DTRACE_PROBE4(_n,_a,_b,_c,_d,_e,_f,_g,_h) 1528 # define DT1(_n,_a,_b) 1529 # define DT2(_n,_a,_b,_c,_d [all...] |
ipf_rb.h | 62 # define RBI_WALK(_n, _h, _w, _a) _n##_rb_walktree(_h, _w, _a) 424 #define RBI_WALK(_n, _h, _w, _a) _n##_rb_walktree(_h, _w, _a)
|
/src/lib/libc/arch/sparc64/softfloat/ |
qp.c | 248 float32 _a; local in function:_Qp_stoq 250 memcpy(&_a, &a, sizeof(a)); 252 *c = float32_to_float128(_a);
|
/src/usr.bin/rump_dhcpclient/ |
if-bsd.c | 199 #define ADDADDR(_a) { \ 203 memcpy (&su.sin.sin_addr, _a, sizeof(su.sin.sin_addr)); \
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
selftest_engine_heartbeat.c | 192 static int cmp_u32(const void *_a, const void *_b) 194 const u32 *a = _a, *b = _b;
|
/src/sys/dev/pci/ |
pm3reg.h | 259 #define PM3_FBDESTREAD_SET(_e, _r, _a) (((_e) & 0xff) | (((_r) & 0xff) << 8) | (((_a) & 0xff) << 24))
|
/src/etc/ |
MAKEDEV.awk | 304 while (match(line, /%[gu]id_[_a-z]*%/)) {
|