/openbsd/sys/dev/pci/drm/include/linux/ |
H A D | bitfield.h | 11 #define FIELD_GET(_m, _v) \ argument 14 #define FIELD_PREP(_m, _v) \ argument
|
/openbsd/usr.sbin/radiusd/ |
H A D | radiusd_local.h | 176 #define MODULE_DO_USERPASS(_m) \ argument 179 #define MODULE_DO_ACCSREQ(_m) \ argument 182 #define MODULE_DO_ACCTREQ(_m) \ argument 185 #define MODULE_DO_REQDECO(_m) \ argument 188 #define MODULE_DO_RESDECO(_m) \ argument 191 #define MODULE_DO_NEXTRES(_m) \ argument
|
/openbsd/sys/dev/pci/ |
H A D | jmb.c | 43 #define JM_PCI_CTL0_F1_SUBCLASS(_m) ((_m)<<18) /* subclass for func 1 */ argument 44 #define JM_PCI_CTL0_F0_SUBCLASS(_m) ((_m)<<16) /* subclass for func 0 */ argument
|
H A D | if_tht.c | 230 #define THT_REG_RX_MAC_MCST0(_m) (0x1a80 + (_m)*8) argument 231 #define THT_REG_RX_MAC_MCST1(_m) (0x1a84 + (_m)*8) argument
|
H A D | if_oce.c | 123 #define OCE_MEM_KVA(_m) ((void *)((_m)->vaddr)) argument 124 #define OCE_MEM_DVA(_m) ((_m)->paddr) argument
|
H A D | if_icevar.h | 631 #define ICE_DMA_MAP(_m) ((_m)->map) argument 632 #define ICE_DMA_DVA(_m) ((_m)->map->dm_segs[0].ds_addr) argument 633 #define ICE_DMA_KVA(_m) ((void *)(_m)->va) argument 634 #define ICE_DMA_LEN(_m) ((_m)->size) argument
|
H A D | if_qwx_pci.c | 88 #define FIELD_GET(_m, _v) ((typeof(_m))(((_v) & (_m)) >> __bf_shf(_m))) argument
|
H A D | if_qwz_pci.c | 88 #define FIELD_GET(_m, _v) ((typeof(_m))(((_v) & (_m)) >> __bf_shf(_m))) argument
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A D | opeq.C | 26 Y _m; variable
|
/openbsd/usr.bin/kstat/ |
H A D | kstat.c | 48 #define ISSET(_i, _m) ((_i) & (_m)) argument 52 #define SET(_i, _m) ((_i) |= (_m)) argument
|
/openbsd/usr.sbin/hostapd/ |
H A D | parse.y | 126 #define HOSTAPD_MATCH(_m, _not) { \ argument 130 #define HOSTAPD_MATCH_TABLE(_m, _not) { \ argument
|
H A D | hostapd.h | 78 #define HOSTAPD_ENTRY_MASK_ADD(_a, _m) do { \ argument
|
/openbsd/sys/arch/sparc64/include/ |
H A D | atomic.h | 119 #define __membar(_m) __asm volatile("membar " _m ::: "memory") argument
|
/openbsd/sys/dev/ic/ |
H A D | athvar.h | 319 #define IFF_DUMPPKTS(_ifp, _m) \ argument 322 #define DPRINTF(_m,X) if (ath_debug & (_m)) printf X argument 324 #define IFF_DUMPPKTS(_ifp, _m) \ argument 326 #define DPRINTF(_m, X) argument
|
H A D | qwz.c | 98 #define FIELD_GET(_m, _v) ((typeof(_m))(((_v) & (_m)) >> __bf_shf(_m))) argument 99 #define FIELD_PREP(_m, _v) (((typeof(_m))(_v) << __bf_shf(_m)) & (_m)) argument
|
H A D | qwx.c | 98 #define FIELD_GET(_m, _v) ((typeof(_m))(((_v) & (_m)) >> __bf_shf(_m))) argument 99 #define FIELD_PREP(_m, _v) (((typeof(_m))(_v) << __bf_shf(_m)) & (_m)) argument
|
/openbsd/usr.sbin/vmd/ |
H A D | vmd.h | 40 #define SET(_v, _m) ((_v) |= (_m)) argument 41 #define CLR(_v, _m) ((_v) &= ~(_m)) argument 42 #define ISSET(_v, _m) ((_v) & (_m)) argument
|
/openbsd/sys/arch/landisk/landisk/ |
H A D | bus_dma.c | 70 #define DMAMAP_RESET(_m) do { \ argument
|
/openbsd/sys/sys/ |
H A D | mbuf.h | 530 #define MBUF_LIST_NEXT(_m) ((_m)->m_nextpkt) argument 532 #define MBUF_LIST_FOREACH(_ml, _m) \ argument
|
/openbsd/sys/net/ |
H A D | if_pppx.c | 106 #define DPRINTF(_m, _p...) do { \ argument 111 #define DPRINTF(_m, _p...) /* _m, _p */ argument
|
H A D | if_gre.c | 227 #define gre_encap(_t, _m, _p, _ttl, _tos) \ argument 233 #define gre_encap_ip(_t, _m, _ttl, _tos) \ argument 321 #define gre_l3_encap(_t, _m, _af) \ argument 1275 #define gre_l2_prio(_t, _m, _otos) do { \ argument
|
/openbsd/sys/net80211/ |
H A D | ieee80211.c | 494 #define IEEERATE(_ic,_m,_i) \ in ieee80211_findrate() argument
|
/openbsd/sbin/ifconfig/ |
H A D | sff.c | 44 #define ISSET(_w, _m) ((_w) & (_m)) argument
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | readelf.c | 5507 #define PF(_m) if (tp->_m) printf (#_m " "); in dump_hppa_unwind() argument 5508 #define PV(_m) if (tp->_m) printf (#_m "=%d ", tp->_m); in dump_hppa_unwind() argument
|
/openbsd/sys/netinet/ |
H A D | ip_carp.c | 288 #define carp_cksum(_m, _l) ((u_int16_t)in_cksum((_m), (_l))) argument
|