/freebsd/sys/sys/ |
H A D | bitset.h | 41 #define __bitset_mask(_s, n) \ argument 45 #define __bitset_word(_s, n) \ argument 49 #define __BIT_CLR(_s, n, p) \ argument 52 #define __BIT_COPY(_s, f, t) (void)(*(t) = *(f)) argument 54 #define __BIT_ISSET(_s, n, p) \ argument 57 #define __BIT_SET(_s, n, p) \ argument 60 #define __BIT_ZERO(_s, p) do { \ argument 66 #define __BIT_FILL(_s, p) do { \ argument 72 #define __BIT_SETOF(_s, n, p) do { \ argument 78 #define __BIT_EMPTY(_s, p) __extension__ ({ \ argument [all …]
|
H A D | _bitset.h | 43 #define __bitset_words(_s) (__howmany(_s, _BITSET_BITS)) argument 45 #define __BITSET_DEFINE(_t, _s) \ argument 66 #define BITSET_DEFINE(_t, _s) __BITSET_DEFINE(_t, _s) argument
|
H A D | cpuset.h | 77 #define CPU_ALLOC_SIZE(_s) __BITSET_SIZE(_s) argument 81 #define CPU_ISSET_S(n, _s, p) __BIT_ISSET((_s) * 8, n, p) argument 82 #define CPU_SET_S(n, _s, p) __BIT_SET((_s) * 8, n, p) argument 83 #define CPU_CLR_S(n, _s, p) __BIT_CLR((_s) * argument 76 CPU_ALLOC_SIZE(_s) global() argument 80 CPU_ISSET_S(n,_s,p) global() argument 85 CPU_OR_S(_s,d,s1,s2) global() argument 86 CPU_AND_S(_s,d,s1,s2) global() argument 87 CPU_XOR_S(_s,d,s1,s2) global() argument 89 CPU_COUNT_S(_s,p) global() argument 90 CPU_EQUAL_S(_s,p,c) global() argument [all...] |
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | ag-char-map.h | 117 #define SPN_NEWLINE_CHARS(_s) spn_ag_char_map_chars(_s, 0) argument 118 #define BRK_NEWLINE_CHARS(_s) brk_ag_char_map_chars(_s, 0) argument 122 #define SPN_NUL_BYTE_CHARS(_s) spn_ag_char_map_chars(_s, 1) argument 123 #define BRK_NUL_BYTE_CHARS(_s) brk_ag_char_map_chars(_s, 1) argument 127 #define SPN_DIR_SEP_CHARS(_s) spn_ag_char_map_chars(_s, 2) argument 128 #define BRK_DIR_SEP_CHARS(_s) brk_ag_char_map_chars(_s, 2) argument 132 #define SPN_PERCENT_CHARS(_s) spn_ag_char_map_chars(_s, 3) argument 133 #define BRK_PERCENT_CHARS(_s) brk_ag_char_map_chars(_s, 3) argument 137 #define SPN_COMMA_CHARS(_s) spn_ag_char_map_chars(_s, 4) argument 138 #define BRK_COMMA_CHARS(_s) brk_ag_char_map_chars(_s, 4) argument [all …]
|
H A D | autoopts.c | 52 # define strdup(_s) option_strdup(_s) argument 57 # define strrchr(_s, _c) option_strrchr(_s, _c) argument 58 # define strchr(_s, _c) option_strchr(_s, _c) argument
|
H A D | configfile.c | 564 # define _dt_(_s, _fn) _fn, in handle_directive() argument 570 # define _dt_(_s, _fn) 1 + in handle_directive() argument 579 # define _dt_(_s, _fn) dir_names[ix++] = _s; in handle_directive() argument
|
H A D | genshell.h | 214 # define _(_s) _s argument
|
/freebsd/sys/contrib/xen/io/ |
H A D | ring.h | 68 #define __CONST_RING_SIZE(_s, _sz) \ argument 74 #define __RING_SIZE(_s, _sz) \ argument 171 #define SHARED_RING_INIT(_s) do { \ argument 178 #define FRONT_RING_ATTACH(_r, _s, _i, __size) do { \ argument 185 #define FRONT_RING_INIT(_r, _s, __size) FRONT_RING_ATTACH(_r, _s, 0, __size) argument 187 #define BACK_RING_ATTACH(_r, _s, _i, __size) do { \ argument 194 #define BACK_RING_INIT(_r, _s, __size) BACK_RING_ATTACH(_r, _s, 0, __size) argument
|
/freebsd/contrib/ldns/ldns/ |
H A D | config.h.in | 752 #define close_socket(_s) do { if (_s != SOCK_INVALID) {closesocket(_s); _s = -1;} } while(0) argument 755 #define close_socket(_s) do { if (_s != SOCK_INVALID) {close(_s); _s = -1;} } while(0) argument
|
H A D | config.h | 753 #define close_socket(_s) do { if (_s != SOCK_INVALID) {closesocket(_s); _s = -1;} } while(0) argument 756 #define close_socket(_s) do { if (_s != SOCK_INVALID) {close(_s); _s = -1;} } while(0) argument
|
/freebsd/sys/contrib/dpdk_rte_lpm/ |
H A D | rte_shim.h | 7 #define rte_zmalloc_socket(_type, _size, _align, _s) malloc(_size, M_TEMP, M_NOWAIT | M_ZERO) argument 14 #define assert(_s) KASSERT((_s), ("DPDK: assert failed")) argument
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | alloca.h | 7 #define strdupa(_s) \ argument
|
/freebsd/crypto/openssh/ |
H A D | atomicio.c | 51 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n, in atomicio6() argument 96 atomicio(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n) in atomicio() argument
|
/freebsd/contrib/netcat/ |
H A D | atomicio.c | 39 atomicio(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n) in atomicio() argument
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | mutex.h | 62 #define mutex_lock_nested(_m, _s) mutex_lock(_m) argument 63 #define mutex_lock_nest_lock(_m, _s) mutex_lock(_m) argument
|
H A D | kfifo.h | 100 #define kfifo_alloc(_kf, _s, _gfp) \ argument
|
H A D | skbuff.h | 71 #define SKB_TRACE(_s) \ argument 74 #define SKB_TRACE2(_s, _p) \ argument 77 #define SKB_TRACE_FMT(_s, _fmt, ...) \ argument 84 #define SKB_TRACE(_s) do { } while(0) argument 85 #define SKB_TRACE2(_s, _p) do { } while(0) argument 86 #define SKB_TRACE_FMT(_s, ...) do { } while(0) argument 1100 #define SKB_WITH_OVERHEAD(_s) \ argument
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_tx99_tgt.c | 42 #define PWR_MAS(_r, _s) (((_r) & 0x3f) << (_s)) in ar9300_tx99_tgt_channel_pwr_update() argument
|
/freebsd/sys/dev/etherswitch/ar40xx/ |
H A D | ar40xx_hw_mib.c | 73 #define MIB_DESC(_s , _o, _n) \ argument
|
/freebsd/sys/dev/mgb/ |
H A D | if_mgb.h | 101 #define MGB_DMAC_CMD_RESET(_s, _ch) MGB_DMAC_CMD_VAL(_s, 8, _ch) argument 102 #define MGB_DMAC_CMD_START(_s, _ch) MGB_DMAC_CMD_VAL(_s, 4, _ch) argument 103 #define MGB_DMAC_CMD_STOP( _s, _ch) MGB_DMAC_CMD_VAL(_s, 0, _ch) argument 110 #define MGB_DMAC_CMD_STATE(sc, _s, _ch) \ argument 114 #define MGB_DMAC_STATE_IS_INITIAL(sc, _s, _ch) \ argument
|
/freebsd/sys/dev/ice/ |
H A D | ice_osdep.h | 183 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) do { \ argument 189 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) do { \ argument 199 #define MAKEMASK(_m, _s) ((_m) << (_s)) argument
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwm_notif_wait.c | 84 #define IWM_WAIT_LOCK_INIT(_n, _s) \ argument
|
/freebsd/sys/dev/ath/ |
H A D | ah_osdep.h | 71 #define OS_MEMCPY(_d, _s, _n) memcpy(_d,_s,_n) argument
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_osdep.h | 97 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) do { \ argument 103 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) do { \ argument
|
/freebsd/contrib/ntp/ntpsnmpd/ |
H A D | ntpsnmpd-opts.h | 242 # define _(_s) _s argument
|