/netbsd-src/sys/arch/hpc/stand/hpcboot/ |
H A D | file_ufs.h | 42 struct open_file *_f; variable
|
/netbsd-src/external/cddl/osnet/sys/sys/ |
H A D | mman.h | 37 #define mmap64(_a,_b,_c,_d,_e,_f) mmap(_a,_b,_c,_d,_e,_f) argument
|
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | mpfr.h | 959 #define mpfr_cmp_ui(_f,_u) \ argument 965 #define mpfr_cmp_si(_f,_s) \ argument 972 #define mpfr_set_ui(_f,_u,_r) \ argument 983 #define mpfr_set_si(_f,_s,_r) \ argument 992 #define mpfr_mul_ui(_f, _g, _u,_r) \ argument 998 #define mpfr_div_ui(_f, _g, _u,_r) \ argument 1008 #define mpfr_mul_si(_f, _g, _s,_r) \ argument 1013 #define mpfr_div_si(_f, _g, _s,_r) \ argument
|
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | sysmacros.h | 361 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument 363 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument 365 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument 376 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument 378 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument 380 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
|
/netbsd-src/sys/dev/mii/ |
H A D | mvphy.c | 71 #define SM(_v, _f) (((_v) << _f##_S) & _f) argument 72 #define MS(_v, _f) (((_v) & _f) >> _f##_S) argument
|
/netbsd-src/sys/external/bsd/ipf/netinet/ |
H A D | ipf_rb.h | 22 # define RBI_CODE(_n, _t, _f, _cmp) \ argument 88 #define RBI_CODE(_n, _t, _f, _cmp) \ argument
|
H A D | ip_compat.h | 1522 # define DT3(_n,_a,_b,_c,_d,_e,_f) \ argument 1524 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument 1530 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument 1531 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument 1537 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument 1538 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | remake.c | 49 #define start_updating(_f) (((_f)->double_colon ? (_f)->double_colon : (_f))\ argument 51 #define finish_updating(_f) (((_f)->double_colon ? (_f)->double_colon : (_f))\ argument 53 #define is_updating(_f) (((_f)->double_colon ? (_f)->double_colon : (_f))\ argument
|
/netbsd-src/external/bsd/ipf/dist/ |
H A D | ipf_rb.h | 29 #define RBI_CODE(_n, _t, _f, _cmp) \ argument
|
/netbsd-src/sys/arch/arm/samsung/ |
H A D | exynos5410_clock.c | 147 #define CLK_MUXF(_name, _alias, _reg, _bits, _f, _p) { \ argument 167 #define CLK_DIVF(_name, _parent, _reg, _bits, _f) { \ argument 182 #define CLK_GATE(_name, _parent, _reg, _bits, _f) { \ argument
|
H A D | exynos5422_clock.c | 291 #define CLK_MUXF(_name, _alias, _reg, _bits, _f, _p) { \ argument 322 #define CLK_GATE(_name, _parent, _reg, _bits, _f) { \ argument
|
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5312/ |
H A D | ar5312_reset.c | 105 #define IS(_c,_f) (((_c)->channelFlags & _f) || 0) in ar5312Reset() argument
|
/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 365 #define kmem_alloc(_s, _f) umem_alloc(_s, _f) argument 366 #define kmem_zalloc(_s, _f) umem_zalloc(_s, _f) argument 369 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \ argument 372 #define kmem_cache_alloc(_c, _f) umem_cache_alloc(_c, _f) argument 703 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) (0) argument
|
/netbsd-src/sys/compat/linux32/common/ |
H A D | linux32_types.h | 117 char _f[20-2*sizeof(netbsd32_long)-sizeof(int)]; member
|
/netbsd-src/sys/external/isc/atheros_hal/dist/ |
H A D | ah_internal.h | 507 #define SM(_v, _f) (((_v) << _f##_S) & (_f)) argument 508 #define MS(_v, _f) (((_v) & (_f)) >> _f##_S) argument 509 #define OS_REG_RMW_FIELD(_a, _r, _f, _v) \ argument 512 #define OS_REG_SET_BIT(_a, _r, _f) \ argument 514 #define OS_REG_CLR_BIT(_a, _r, _f) \ argument
|
/netbsd-src/sys/compat/linux/common/ |
H A D | linux_misc.h | 83 char _f[20-2*sizeof(long)-sizeof(int)]; member
|
/netbsd-src/sys/dev/ic/ |
H A D | nvmereg.h | 244 #define NVME_CQE_SCT(_f) ((_f) & NVME_CQE_SCT_MASK) argument 250 #define NVME_CQE_SC(_f) ((_f) & NVME_CQE_SC_MASK) argument 581 #define NVME_ID_NS_FLBAS(_f) ((_f) & 0x0f) argument 589 #define NVME_ID_NS_DPS_PIT(_f) ((_f) & 0x7) argument
|
H A D | nvmevar.h | 224 #define nvme_barrier(_s, _r, _l, _f) \ argument
|
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/ |
H A D | ar5212_reset.c | 125 #define IS(_c,_f) (((_c)->channelFlags & _f) || 0) in ar5212Reset() argument 1627 #define CHAN_TO_SPUR(_f, _freq) ( ((_freq) - ((_f) ? 2300 : 4900)) * 10 ) in ar5212SetSpurMitigation() argument
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/ |
H A D | package.d | 546 uint _f, _b; in foreach() variable
|
/netbsd-src/external/gpl2/lvm2/dist/lib/format_text/ |
H A D | export.c | 316 static int _out_line(const char *line, void *_f) { in _out_line()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/ |
H A D | package.d | 481 uint _f, _b; in foreach() member
|
/netbsd-src/sys/net80211/ |
H A D | ieee80211_output.c | 1280 #define SM(_v, _f) (((_v) << _f##_S) & _f) in ieee80211_add_wme_param() argument
|
/netbsd-src/sbin/ifconfig/ |
H A D | ieee80211.c | 948 #define MS(_v, _f) (((_v) & _f) >> _f##_S) in printwmeparam() argument
|
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/ |
H A D | ar5211_reset.c | 174 #define IS(_c,_f) (((_c)->channelFlags & _f) || 0) in ar5211Reset() argument
|