Home
last modified time | relevance | path

Searched defs:_c (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/net80211/
H A D_ieee80211.h245 #define IEEE80211_IS_CHAN_A(_c) \ argument
247 #define IEEE80211_IS_CHAN_B(_c) \ argument
251 #define IEEE80211_IS_CHAN_G(_c) \ argument
255 #define IEEE80211_IS_CHAN_ST(_c) \ argument
270 #define IEEE80211_IS_CHAN_CCK(_c) \ argument
272 #define IEEE80211_IS_CHAN_DYN(_c) \ argument
289 #define IEEE80211_IS_CHAN_GSM(_c) \ argument
291 #define IEEE80211_IS_CHAN_HT(_c) \ argument
301 #define IEEE80211_IS_CHAN_HTA(_c) \ argument
304 #define IEEE80211_IS_CHAN_HTG(_c) \ argument
[all …]
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h293 #define DECL_BITFIELD3(_a, _b, _c) \ argument
295 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
297 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
299 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
301 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
303 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
308 #define DECL_BITFIELD3(_a, _b, _c) \ argument
310 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
312 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
314 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
[all …]
/f-stack/freebsd/arm/ti/
H A Dti_spireg.h61 #define MCSPI_CONF_CH(_c) (0x12c + 0x14 * (_c)) argument
82 #define MCSPI_STAT_CH(_c) (0x130 + 0x14 * (_c)) argument
86 #define MCSPI_CTRL_CH(_c) (0x134 + 0x14 * (_c)) argument
91 #define MCSPI_TX_CH(_c) (0x138 + 0x14 * (_c)) argument
92 #define MCSPI_RX_CH(_c) (0x13c + 0x14 * (_c)) argument
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_hash.c43 #define EFX_HASH_MIX(_a, _b, _c) \ argument
67 #define EFX_HASH_FINALISE(_a, _b, _c) \ argument
H A Defx_annote.h58 #define __drv_when(_p, _c) argument
/f-stack/freebsd/net/
H A Dnetmap_legacy.h203 #define _IO(_c, _n) CTL_CODE(_WIN_NM_IOCTL_TYPE, ((_n) + 0x800) , \ argument
205 #define _IO_direct(_c, _n) CTL_CODE(_WIN_NM_IOCTL_TYPE, ((_n) + 0x800) , \ argument
208 #define _IOWR(_c, _n, _s) _IO(_c, _n) argument
H A Dradix.c540 #define CONTIG(_c) (((~(_c) + 1) & (_c)) == (unsigned char)(~(_c) + 1)) in rn_addmask() argument
/f-stack/app/redis-5.0.5/src/
H A Dtesthelp.h44 #define test_cond(descr,_c) do { \ argument
H A Dserver.h456 #define serverAssertWithInfo(_c,_o,_e) ((_e)?(void)0 : (_serverAssertWithInfo(_c,_o,#_e,__FILE__,__… argument
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h1232 # define DT2(_n,_a,_b,_c,_d) DTRACE_PROBE2(_n,_a,_b,_c,_d) argument
1233 # define DT3(_n,_a,_b,_c,_d,_e,_f) \ argument
1235 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument
1240 # define DT2(_n,_a,_b,_c,_d) argument
1241 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument
1242 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
1247 # define DT2(_n,_a,_b,_c,_d) argument
1248 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument
1249 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
/f-stack/freebsd/arm/freescale/imx/
H A Dimx51_ipuv3_fbd.c103 #define CPMEM_CHANNEL_OFFSET(_c) ((_c) * 0x40) argument
H A Dimx51_ipuv3.c165 #define CPMEM_CHANNEL_OFFSET(_c) ((_c) * 0x40) argument
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua_cmsgpack.c160 #define mp_cur_consume(_c,_len) do { _c->p += _len; _c->left -= _len; } while(0) argument
165 #define mp_cur_need(_c,_len) do { \ argument
/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.c102 #define STACK_PUSH(_a, _b, _c, _d)\ argument
108 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument
114 #define STACK_POP(_a, _b, _c, _d)\ argument
121 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dtest.c39 #define test_cond(_c) if(_c) printf("\033[0;32mPASSED\033[0;0m\n"); else {printf("\033[0;31mFAILED\… argument
/f-stack/freebsd/netipsec/
H A Dipsec.h51 #define IPSEC_ASSERT(_c,_m) KASSERT(_c, _m) argument
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c619 #define IS(_c, _f) (((_c)->channel_flags & _f) || 0) argument
825 #define IS(_c, _f) (IEEE80211_IS_ ## _f(_c)) argument
4406 #define IS(_c, _f) (((_c)->channel_flags & _f) || 0) in First_NFCal() argument
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.h117 #define ECORE_MEMSET(_a, _c, _s) memset(_a, _c, _s) argument
198 #define ecore_sp_post(_sc, _a, _b, _c, _d) \ argument