Home
last modified time | relevance | path

Searched defs:_m (Results 1 – 23 of 23) sorted by relevance

/openbsd/sys/dev/pci/drm/include/linux/
H A Dbitfield.h11 #define FIELD_GET(_m, _v) \ argument
14 #define FIELD_PREP(_m, _v) \ argument
/openbsd/usr.sbin/radiusd/
H A Dradiusd_local.h147 #define MODULE_DO_USERPASS(_m) \ argument
150 #define MODULE_DO_ACCSREQ(_m) \ argument
153 #define MODULE_DO_REQDECO(_m) \ argument
156 #define MODULE_DO_RESDECO(_m) \ argument
/openbsd/sys/dev/pci/
H A Djmb.c43 #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 Dif_tht.c230 #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 Dif_oce.c123 #define OCE_MEM_KVA(_m) ((void *)((_m)->vaddr)) argument
124 #define OCE_MEM_DVA(_m) ((_m)->paddr) argument
H A Dif_qwx_pci.c88 #define FIELD_GET(_m, _v) ((typeof(_m))(((_v) & (_m)) >> __bf_shf(_m))) argument
H A Dixgbe_type.h789 #define IXGBE_LSECRXKEY(_n, _m) (0x08F20 + ((0x10 * (_n)) + (4 * (_m)))) argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dopeq.C26 Y _m; variable
/openbsd/usr.bin/kstat/
H A Dkstat.c48 #define ISSET(_i, _m) ((_i) & (_m)) argument
52 #define SET(_i, _m) ((_i) |= (_m)) argument
/openbsd/usr.sbin/hostapd/
H A Dparse.y126 #define HOSTAPD_MATCH(_m, _not) { \ argument
130 #define HOSTAPD_MATCH_TABLE(_m, _not) { \ argument
H A Dhostapd.h78 #define HOSTAPD_ENTRY_MASK_ADD(_a, _m) do { \ argument
/openbsd/sys/arch/sparc64/include/
H A Datomic.h119 #define __membar(_m) __asm volatile("membar " _m ::: "memory") argument
/openbsd/usr.sbin/vmd/
H A Dvmd.h42 #define SET(_v, _m) ((_v) |= (_m)) argument
43 #define CLR(_v, _m) ((_v) &= ~(_m)) argument
44 #define ISSET(_v, _m) ((_v) & (_m)) argument
/openbsd/sys/dev/ic/
H A Dathvar.h319 #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 Dqwx.c98 #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/sys/arch/landisk/landisk/
H A Dbus_dma.c70 #define DMAMAP_RESET(_m) do { \ argument
/openbsd/sys/net/
H A Dif_pppx.c106 #define DPRINTF(_m, _p...) do { \ argument
111 #define DPRINTF(_m, _p...) /* _m, _p */ argument
H A Dif_gre.c222 #define gre_encap(_t, _m, _p, _ttl, _tos) \ argument
228 #define gre_encap_ip(_t, _m, _ttl, _tos) \ argument
316 #define gre_l3_encap(_t, _m, _af) \ argument
1269 #define gre_l2_prio(_t, _m, _otos) do { \ argument
/openbsd/sys/sys/
H A Dmbuf.h519 #define MBUF_LIST_NEXT(_m) ((_m)->m_nextpkt) argument
521 #define MBUF_LIST_FOREACH(_ml, _m) \ argument
/openbsd/sys/net80211/
H A Dieee80211.c494 #define IEEERATE(_ic,_m,_i) \ in ieee80211_findrate() argument
/openbsd/sbin/ifconfig/
H A Dsff.c44 #define ISSET(_w, _m) ((_w) & (_m)) argument
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c5507 #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 Dip_carp.c269 #define carp_cksum(_m, _l) ((u_int16_t)in_cksum((_m), (_l))) argument