Searched refs:_x (Results 26 - 50 of 84) sorted by relevance

1234

/freebsd-current/libexec/rc/rc.d/
H A Djail193 eval _x=\"\$jail_${_jv}_ip_multi${alias}\"
194 [ -z "$_x" ] && break
196 jail_handle_ips_option $_x $_interface
365 local _x _type _i _defif
366 _x=$1
369 if [ -z "${_x}" ]; then
377 while [ ${#_x} -gt 0 ]; do
378 case "${_x}" in
380 _i=`expr -- "${_x}" : '^\([^,]*\)'`
381 _x
[all...]
/freebsd-current/sys/dev/sfxge/common/
H A Defx_types.h250 #define __SWAP16(_x) \
251 ((((_x) & 0xff) << 8) | \
252 (((_x) >> 8) & 0xff))
254 #define __SWAP32(_x) \
255 ((__SWAP16((_x) & 0xffff) << 16) | \
256 __SWAP16(((_x) >> 16) & 0xffff))
258 #define __SWAP64(_x) \
259 ((__SWAP32((_x) & 0xffffffff) << 32) | \
260 __SWAP32(((_x) >> 32) & 0xffffffff))
262 #define __NOSWAP16(_x) (_
[all...]
H A Defx_annote.h82 #define __success(_x)
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300eep.h419 #define SWAP16(_x) ( (u_int16_t)( (((const u_int8_t *)(&_x))[0] ) |\
420 ( ( (const u_int8_t *)( &_x ) )[1]<< 8) ) )
422 #define SWAP32(_x) ((u_int32_t)( \
423 (((const u_int8_t *)(&_x))[0]) | \
424 (((const u_int8_t *)(&_x))[1]<< 8) | \
425 (((const u_int8_t *)(&_x))[2]<<16) | \
426 (((const u_int8_t *)(&_x))[3]<<24)))
431 #define SWAP16(_x) ( (u_int16_t)( (((const u_int8_t *)(&_x))[
[all...]
H A Dar9300phy.h41 #define AR_CHAN_OFFSET(_x) (AR_CHAN_BASE + offsetof(struct chn_reg_map, _x))
294 #define AR_MRC_OFFSET(_x) (AR_MRC_BASE + offsetof(struct mrc_reg_map, _x))
329 #define AR_BBB_OFFSET(_x) (AR_BBB_BASE + offsetof(struct bbb_reg_map, _x))
337 #define AR_AGC_OFFSET(_x) (AR_AGC_BASE + offsetof(struct agc_reg_map, _x))
524 #define AR_SM_OFFSET(_x) (AR_SM_BASE + offsetof(struct sm_reg_map, _x))
[all...]
H A Dar9300reg.h26 #define AR_MAC_DMA_OFFSET(_x) offsetof(struct mac_dma_reg, _x)
447 #define AR_MAC_QCU_OFFSET(_x) offsetof(struct mac_qcu_reg, _x)
550 #define AR_MAC_DCU_OFFSET(_x) offsetof(struct mac_dcu_reg, _x)
728 #define AR9300_HOSTIF_OFFSET(_x) offsetof(struct host_intf_reg, _x)
729 #define AR9340_HOSTIF_OFFSET(_x) offsetof(struct host_intf_reg_ar9340, _x)
[all...]
H A Dar9300_freebsd_inc.h161 #define N2DBM(_x,_y) ((((_x) - NOISE_PWR_DATA_OFFSET) << 2) - (_y)/25)
/freebsd-current/contrib/libxo/tests/core/
H A Dtest_05.c22 #define xo_wcwidth(_x) wcwidth(_x)
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dtime.h122 #define ns_to_timespec64(_x) ns_to_timespec(_x)
H A Dminmax.h63 #define clamp_t(type, _x, min, max) min_t(type, max_t(type, _x, min), max)
H A Dlockdep.h48 #define lockdep_init_map(_map, _name, _key, _x) do { } while(0)
/freebsd-current/sys/netinet/
H A Dsctp_uio.h1132 #define SCTP_STAT_INCR(_x) SCTP_STAT_INCR_BY(_x,1)
1133 #define SCTP_STAT_DECR(_x) SCTP_STAT_DECR_BY(_x,1)
1135 #define SCTP_STAT_INCR_BY(_x,_d) (SCTP_BASE_STATS[PCPU_GET(cpuid)]._x += _d)
1136 #define SCTP_STAT_DECR_BY(_x,_d) (SCTP_BASE_STATS[PCPU_GET(cpuid)]._x -= _d)
1138 #define SCTP_STAT_INCR_BY(_x,_d) atomic_add_int(&SCTP_BASE_STAT(_x), _
[all...]
/freebsd-current/contrib/cortex-strings/benchmarks/multi/
H A Dharness.c44 #define NUM_ELEMS(_x) (sizeof(_x) / sizeof((_x)[0]))
51 #define SPOIL(_x) volatile long x = (long)(_x); (void)x
/freebsd-current/include/xlocale/
H A D_ctype.h163 unsigned int _x; local
167 _x = (unsigned int)__maskrune_l(_c, _CTYPE_SWM|_CTYPE_R, __l);
168 if ((_x & _CTYPE_SWM) != 0)
169 return ((_x & _CTYPE_SWM) >> _CTYPE_SWS);
170 return ((_x & _CTYPE_R) != 0 ? 1 : -1);
/freebsd-current/sys/dev/mana/
H A Dgdma_util.h89 #define min_t(type, _x, _y) \
90 ((type)(_x) < (type)(_y) ? (type)(_x) : (type)(_y))
/freebsd-current/contrib/libxo/encoder/cbor/
H A Denc_cbor.c95 #define CBOR_MAJOR(_x) ((_x) & CBOR_MAJOR_MASK)
96 #define CBOR_MAJOR_VAL(_x) ((_x) << CBOR_MAJOR_SHIFT)
97 #define CBOR_MINOR_VAL(_x) ((_x) & CBOR_MINOR_MASK)
/freebsd-current/lib/csu/powerpc/
H A Dcrtsavres.S139 #define RESTFPR_X(r) _CRTENTRY(__CONCAT(__CONCAT(_restfpr_,r),_x)) \
165 #define RESTGPR_X(r) _CRTENTRY(__CONCAT(__CONCAT(_restgpr_,r),_x)) \
/freebsd-current/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h89 #define fchmod( _x, _y )
/freebsd-current/sys/dev/dpaa2/
H A Dmemac_mdio_common.c140 #define MDIO_CTL_PORT_ADDR(_x) (((_x) & 0x1f) << 5)
141 #define MDIO_CTL_DEV_ADDR(_x) ((_x) & 0x1f)
/freebsd-current/sys/netpfil/ipfw/test/
H A Dtest_dn_heap.c79 int doprint(void *_x, void *arg) argument
81 struct x *x = _x;
/freebsd-current/tools/tools/ath/athratestats/
H A Dmain.c74 #define PRINTATTR_ON(_x) do { \
76 attron(_x); \
80 #define PRINTATTR_OFF(_x) do { \
82 attroff(_x); \
/freebsd-current/contrib/file/src/
H A Dgetopt_long.c365 #define IDENTICAL_INTERPRETATION(_x, _y) \
366 (long_options[(_x)].has_arg == long_options[(_y)].has_arg && \
367 long_options[(_x)].flag == long_options[(_y)].flag && \
368 long_options[(_x)].val == long_options[(_y)].val)
/freebsd-current/contrib/libxo/libxo/
H A Dxo.h45 #define __printflike(_x, _y) __attribute__((__format__ (__printf__, _x, _y)))
47 #define PRINTFLIKE(_x, _y) __printflike(_x, _y)
49 #define PRINTFLIKE(_x, _y)
/freebsd-current/sys/dev/axgbe/
H A Dxgbe.h250 #define XGMAC_FIFO_ALIGN(_x) \
251 (((_x) + XGMAC_FIFO_UNIT - 1) & ~(XGMAC_FIFO_UNIT - 1))
281 #define XGMAC_FLOW_CONTROL_ALIGN(_x) \
282 (((_x) + XGMAC_FLOW_CONTROL_UNIT - 1) & ~(XGMAC_FLOW_CONTROL_UNIT - 1))
283 #define XGMAC_FLOW_CONTROL_VALUE(_x) \
284 (((_x) < 1024) ? 0 : ((_x) / XGMAC_FLOW_CONTROL_UNIT) - 2)
/freebsd-current/sys/sys/
H A Dtime.h59 bintime_addx(struct bintime *_bt, uint64_t _x) argument
64 _bt->frac += _x;
94 bintime_mul(struct bintime *_bt, u_int _x) argument
98 _p1 = (_bt->frac & 0xffffffffull) * _x;
99 _p2 = (_bt->frac >> 32) * _x + (_p1 >> 32);
100 _bt->sec *= _x;

Completed in 473 milliseconds

1234