Home
last modified time | relevance | path

Searched defs:_s (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/sys/sys/
H A Dbitset.h41 #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.h43 #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 Dcpuset.h77 #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 Dag-char-map.h117 #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 Dautoopts.c52 # 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 Dconfigfile.c564 # 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 Dgenshell.h214 # define _(_s) _s argument
/freebsd/sys/contrib/xen/io/
H A Dring.h68 #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 Dconfig.h.in752 #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 Dconfig.h753 #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 Drte_shim.h7 #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 Dalloca.h7 #define strdupa(_s) \ argument
/freebsd/crypto/openssh/
H A Datomicio.c51 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 Datomicio.c39 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 Dmutex.h62 #define mutex_lock_nested(_m, _s) mutex_lock(_m) argument
63 #define mutex_lock_nest_lock(_m, _s) mutex_lock(_m) argument
H A Dkfifo.h100 #define kfifo_alloc(_kf, _s, _gfp) \ argument
H A Dskbuff.h71 #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 Dar9300_tx99_tgt.c42 #define PWR_MAS(_r, _s) (((_r) & 0x3f) << (_s)) in ar9300_tx99_tgt_channel_pwr_update() argument
/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_hw_mib.c73 #define MIB_DESC(_s , _o, _n) \ argument
/freebsd/sys/dev/mgb/
H A Dif_mgb.h101 #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 Dice_osdep.h183 #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 Dif_iwm_notif_wait.c84 #define IWM_WAIT_LOCK_INIT(_n, _s) \ argument
/freebsd/sys/dev/ath/
H A Dah_osdep.h71 #define OS_MEMCPY(_d, _s, _n) memcpy(_d,_s,_n) argument
/freebsd/sys/dev/iavf/
H A Diavf_osdep.h97 #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 Dntpsnmpd-opts.h242 # define _(_s) _s argument

123