/openbsd/usr.bin/dig/lib/isc/include/isc/ |
H A D | buffer.h | 587 #define ISC__BUFFER_USEDREGION(_b, _r) \ argument 593 #define ISC__BUFFER_AVAILABLEREGION(_b, _r) \ argument 620 #define ISC__BUFFER_REMAININGREGION(_b, _r) \ argument 626 #define ISC__BUFFER_ACTIVEREGION(_b, _r) \ argument
|
/openbsd/sys/dev/ic/ |
H A D | nvmereg.h | 20 #define NVME_CAP_MPSMAX(_r) (12 + (((_r) >> 52) & 0xf)) /* shift */ argument 21 #define NVME_CAP_MPSMIN(_r) (12 + (((_r) >> 48) & 0xf)) /* shift */ argument 22 #define NVME_CAP_CSS(_r) (((_r) >> 37) & 0x7f) argument 24 #define NVME_CAP_NSSRS(_r) ISSET((_r), (1ULL << 36)) argument 25 #define NVME_CAP_DSTRD(_r) (1 << (2 + (((_r) >> 32) & 0xf))) /* bytes */ argument 26 #define NVME_CAP_TO(_r) (500 * (((_r) >> 24) & 0xff)) /* ms */ argument 27 #define NVME_CAP_AMS(_r) (((_r) >> 17) & 0x3) argument 30 #define NVME_CAP_CQR(_r) ISSET((_r), (1 << 16)) argument 31 #define NVME_CAP_MQES(_r) (((_r) & 0xffff) + 1) argument 35 #define NVME_VS_MJR(_r) (((_r) & 0xffff0000) >> 16) argument [all …]
|
H A D | ahcireg.h | 22 #define AHCI_REG_CAP_NP(_r) (((_r) & 0x1f)+1) /* Number of Ports */ argument 26 #define AHCI_REG_CAP_NCS(_r) ((((_r) & 0x1f00)>>8)+1) /* NCmds*/ argument 67 #define AHCI_REG_CCC_CTL_INT(_r) (((_r) & 0xf8) >> 3) /* CCC INT slot */ argument 141 #define AHCI_PREG_CMD_CCS(_r) (((_r) >> 8) & 0x1f) /* Curr CmdSlot# */ argument 205 #define AHCI_PREG_SERR_ERR(_r) ((_r) & 0xffff) argument 214 #define AHCI_PREG_SERR_DIAG(_r) (((_r) >> 16) & 0xffff) argument
|
H A D | nvmevar.h | 145 #define nvme_read4(_s, _r) \ argument 147 #define nvme_write4(_s, _r, _v) \ argument 154 #define nvme_barrier(_s, _r, _l, _f) \ argument
|
H A D | qla.c | 166 #define qla_queue_read(_sc, _r) ((*(_sc)->sc_regs->read)((_sc), (_r))) argument 167 #define qla_queue_write(_sc, _r, _v) qla_write((_sc), (_r), (_v)) argument
|
H A D | ahci.c | 147 #define ahci_pwait_clr(_ap, _r, _b, _n) \ argument 151 #define ahci_pwait_set(_ap, _r, _b, _n) \ argument
|
H A D | mpi.c | 196 #define mpi_cfg_page(_s, _a, _h, _r, _p, _l) \ argument 199 #define mpi_ecfg_page(_s, _a, _h, _r, _p, _l) \ argument
|
H A D | ar5xxx.h | 816 #define AR5K_TXPOWER_OFDM(_r, _v) ( \ argument 821 #define AR5K_TXPOWER_CCK(_r, _v) ( \ argument
|
/openbsd/sys/arch/armv7/omap/ |
H A D | if_cpswreg.h | 36 #define CPSW_SS_IDVER_RTL(_r) (((_r) >> 11) & 0x1f) argument 37 #define CPSW_SS_IDVER_MAJ(_r) (((_r) >> 8) & 0x7) argument 38 #define CPSW_SS_IDVER_MIN(_r) ((_r) & 0xff) argument
|
/openbsd/sys/net/ |
H A D | if_var.h | 381 #define if_rxr_put(_r, _c) do { (_r)->rxr_alive -= (_c); } while (0) argument 382 #define if_rxr_needrefill(_r) ((_r)->rxr_alive < (_r)->rxr_lwm) argument 383 #define if_rxr_inuse(_r) ((_r)->rxr_alive) argument 384 #define if_rxr_cwm(_r) ((_r)->rxr_cwm) argument
|
/openbsd/sys/dev/pci/ |
H A D | if_tht.c | 259 #define THT_FIFO_SIZE(_r) (4096 * (1<<(_r))) argument 621 #define tht_set(_s, _r, _b) tht_write((_s), (_r), \ argument 623 #define tht_clr(_s, _r, _b) tht_write((_s), (_r), \ argument 625 #define tht_wait_set(_s, _r, _b, _t) tht_wait_eq((_s), (_r), \ argument 1593 #define tht_swrst_set(_s, _r) tht_write((_s), (_r), 0x1) argument 1594 #define tht_swrst_clr(_s, _r) tht_write((_s), (_r), 0x0) argument
|
H A D | vmwpvs.c | 331 #define vmwpvs_read(_s, _r) \ argument 333 #define vmwpvs_write(_s, _r, _v) \ argument 335 #define vmwpvs_barrier(_s, _r, _l, _d) \ argument
|
H A D | if_iavf.c | 709 #define iavf_rd(_s, _r) \ argument 711 #define iavf_wr(_s, _r, _v) \ argument 713 #define iavf_barrier(_s, _r, _l, _o) \ argument
|
H A D | if_ngbereg.h | 314 #define NGBE_MIS_ST_GPHY_IN_RST(_r) (0x00000200 << (_r)) argument 369 #define NGBE_CFG_PORT_ST_LAN_ID(_r) ((0x00000300 & (_r)) >> 8) argument
|
H A D | if_ixl.c | 1497 #define ixl_rd(_s, _r) \ argument 1499 #define ixl_wr(_s, _r, _v) \ argument 1501 #define ixl_barrier(_s, _r, _l, _o) \ argument
|
H A D | if_oce.c | 134 #define OCE_RING_FOREACH(_r, _v, _c) \ argument
|
H A D | if_nxe.c | 340 #define NXE_1_SW_XG_STATE_PORT(_r, _p) (((_r)>>8*(_p))&0xff) argument
|
/openbsd/sys/sys/ |
H A D | srp.h | 67 #define SRPL_RC_INITIALIZER(_r, _u, _c) { _r, SRP_GC_INITIALIZER(_u, _c) } argument
|
H A D | tree.h | 979 #define RBT_SET_RIGHT(_name, _elm, _r) _name##_RBT_SET_RIGHT(_elm, _r) argument
|
/openbsd/include/ |
H A D | stdio.h | 101 int _r; /* read space left for getc() */ member
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.h | 464 int _r; member
|