Searched refs:_s (Results 1 - 25 of 78) sorted by relevance

1234

/freebsd-13-stable/sys/sys/
H A Dbitset.h43 #define __bitset_mask(_s, n) \
44 (1UL << (__constexpr_cond(__bitset_words((_s)) == 1) ? \
47 #define __bitset_word(_s, n) \
48 (__constexpr_cond(__bitset_words((_s)) == 1) ? \
51 #define BIT_CLR(_s, n, p) \
52 ((p)->__bits[__bitset_word(_s, n)] &= ~__bitset_mask((_s), (n)))
54 #define BIT_COPY(_s, f, t) (void)(*(t) = *(f))
56 #define BIT_ISSET(_s, n, p) \
57 ((((p)->__bits[__bitset_word(_s,
[all...]
H A D_bitset.h45 #define __bitset_words(_s) (__howmany(_s, _BITSET_BITS))
47 #define BITSET_DEFINE(t, _s) \
49 long __bits[__bitset_words((_s))]; \
H A Dqmath.h223 char *_r, *_s = s; \
226 *_s++ = '-'; \
228 _r = _s; \
231 if ((_s - (s)) < ((ptrdiff_t)(slen))) \
232 *_s++ = Q_IBITS2CH(q, _part, base); \
236 if (!((_s - (s)) < ((ptrdiff_t)(slen)))) \
238 _i = (_s - _r) >> 1; /* N digits requires int(N/2) swaps. */ \
241 *_s = *(_r + _i); /* Stash LHS char temporarily. */ \
242 *(_r + _i) = *(_s - _i - 1); /* Copy RHS char to LHS. */\
243 *(_s
[all...]
/freebsd-13-stable/contrib/ofed/libibverbs/
H A Dalloca.h7 #define strdupa(_s) \
12 _len = strlen(_s) + 1; \
15 memcpy(_d, _s, _len); \
/freebsd-13-stable/contrib/ntp/sntp/libopts/
H A Dag-char-map.h117 #define SPN_NEWLINE_CHARS(_s) spn_ag_char_map_chars(_s, 0)
118 #define BRK_NEWLINE_CHARS(_s) brk_ag_char_map_chars(_s, 0)
122 #define SPN_NUL_BYTE_CHARS(_s) spn_ag_char_map_chars(_s, 1)
123 #define BRK_NUL_BYTE_CHARS(_s) brk_ag_char_map_chars(_s, 1)
127 #define SPN_DIR_SEP_CHARS(_s) spn_ag_char_map_chars(_s,
[all...]
H A Dautoopts.c52 # define strdup(_s) option_strdup(_s)
57 # define strrchr(_s, _c) option_strrchr(_s, _c)
58 # define strchr(_s, _c) option_strchr(_s, _c)
73 #define malloc(_s) ao_malloc(_s)
86 #define realloc(_p,_s) ao_realloc(_p,_s)
[all...]
H A Dgenshell.h200 # define _(_s) _s
/freebsd-13-stable/sys/mips/mediatek/
H A Dmtk_pcie.h86 #define MTK_PCIE_BAR0SETUP(_s) (MTK_PCI_PCIE0_BAR0SETUP + (_s)*0x1000)
87 #define MTK_PCIE_BAR1SETUP(_s) (MTK_PCI_PCIE0_BAR1SETUP + (_s)*0x1000)
88 #define MTK_PCIE_IMBASEBAR0(_s) (MTK_PCI_PCIE0_IMBASEBAR0 + (_s)*0x1000)
89 #define MTK_PCIE_ID(_s) (MTK_PCI_PCIE0_ID + (_s)*0x1000)
90 #define MTK_PCIE_CLASS(_s) (MTK_PCI_PCIE0_CLASS + (_s)*
[all...]
/freebsd-13-stable/sys/xen/interface/io/
H A Dring.h68 #define __CONST_RING_SIZE(_s, _sz) \
69 (__RD32(((_sz) - offsetof(struct _s##_sring, ring)) / \
70 sizeof(((struct _s##_sring *)0)->ring[0])))
74 #define __RING_SIZE(_s, _sz) \
75 (__RD32(((_sz) - (long)(_s)->ring + (long)(_s)) / sizeof((_s)->ring[0])))
171 #define SHARED_RING_INIT(_s) do { \
172 (_s)->req_prod = (_s)
[all...]
/freebsd-13-stable/libexec/rc/rc.d/
H A Dsyslogd65 local _s _socketargs
68 for _s in `cat $sockfile | tr '\n' ' '` ; do
69 _socketargs="-l $_s $_socketargs"
/freebsd-13-stable/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)
14 #define assert(_s) KASSERT((_s), ("DPDK: assert failed"))
/freebsd-13-stable/contrib/ngatm/libngatm/
H A Dsscfucust.h74 struct sscfu_sig *_s = NULL; \
77 _s = TAILQ_FIRST(Q); \
78 TAILQ_REMOVE(Q, _s, link); \
80 _s; \
H A Dsscopcust.h149 struct sscop_sig *_s = NULL; \
152 _s = TAILQ_FIRST(Q); \
153 TAILQ_REMOVE(Q, _s, link); \
155 _s; \
160 struct sscop_sig *_s; \
163 _s = TAILQ_FIRST(F); \
164 TAILQ_REMOVE(F, _s, link); \
165 TAILQ_INSERT_TAIL(T, _s, link); \
171 struct sscop_sig *_s; \
174 _s
[all...]
/freebsd-13-stable/contrib/ldns/ldns/
H A Dconfig.h648 #define close_socket(_s) do { if (_s > SOCK_INVALID) {closesocket(_s); _s = SOCK_INVALID;} } while(0)
651 #define close_socket(_s) do { if (_s > SOCK_INVALID) {close(_s); _s = SOCK_INVALID;} } while(0)
/freebsd-13-stable/contrib/netcat/
H A Datomicio.c39 atomicio(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n) argument
41 char *s = _s;
/freebsd-13-stable/crypto/openssh/
H A Datomicio.h36 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n,
H A Datomicio.c52 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n, argument
55 char *s = _s;
92 atomicio(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n) argument
94 return atomicio6(f, fd, _s, n, NULL, NULL);
/freebsd-13-stable/sys/dev/mgb/
H A Dif_mgb.h103 #define MGB_DMAC_CMD_RESET(_s, _ch) MGB_DMAC_CMD_VAL(_s, 8, _ch)
104 #define MGB_DMAC_CMD_START(_s, _ch) MGB_DMAC_CMD_VAL(_s, 4, _ch)
105 #define MGB_DMAC_CMD_STOP( _s, _ch) MGB_DMAC_CMD_VAL(_s, 0, _ch)
112 #define MGB_DMAC_CMD_STATE(sc, _s, _ch) \
114 CSR_READ_REG(sc, MGB_DMAC_CMD) & MGB_DMAC_CMD_START(_s, _ch), \
115 CSR_READ_REG(sc, MGB_DMAC_CMD) & MGB_DMAC_CMD_STOP(_s, _ch)))
116 #define MGB_DMAC_STATE_IS_INITIAL(sc, _s, _c
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dispatch_defs.h20 typedef struct name##_s : public dispatch_object_s {} *name##_t
/freebsd-13-stable/sys/dev/ath/
H A Dah_osdep.h73 #define OS_MEMCPY(_d, _s, _n) memcpy(_d,_s,_n)
/freebsd-13-stable/sys/netgraph/atm/sscop/
H A Dng_sscop_cust.h200 struct sscop_sig *_s; \
203 _s = TAILQ_FIRST(F); \
204 TAILQ_REMOVE(F, _s, link); \
205 TAILQ_INSERT_TAIL(T, _s, link); \
211 struct sscop_sig *_s; \
214 _s = TAILQ_LAST(F, sscop_sigq); \
215 TAILQ_REMOVE(F, _s, link); \
216 TAILQ_INSERT_HEAD(T, _s, link); \
/freebsd-13-stable/sys/dev/ice/
H A Dice_osdep.h180 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) do { \
184 UNREFERENCED_PARAMETER(_s); \
186 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) do { \
190 UNREFERENCED_PARAMETER(_s); \
196 #define MAKEMASK(_m, _s) ((_m) << (_s))
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmutex.h62 #define mutex_lock_nested(_m, _s) mutex_lock(_m)
63 #define mutex_lock_nest_lock(_m, _s) mutex_lock(_m)
/freebsd-13-stable/sys/net/
H A Dnetmap_legacy.h208 #define _IOWR(_c, _n, _s) _IO(_c, _n)
/freebsd-13-stable/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.h234 # define _(_s) _s

Completed in 296 milliseconds

1234