Home
last modified time | relevance | path

Searched defs:_x (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/xen/public/io/
H A Dring.h41 #define __RD2(_x) (((_x) & 0x00000002) ? 0x2 : ((_x) & 0x1)) argument
42 #define __RD4(_x) (((_x) & 0x0000000c) ? __RD2((_x)>>2)<<2 : __RD2(_x)) argument
43 #define __RD8(_x) (((_x) & 0x000000f0) ? __RD4((_x)>>4)<<4 : __RD4(_x)) argument
44 #define __RD16(_x) (((_x) & 0x0000ff00) ? __RD8((_x)>>8)<<8 : __RD8(_x)) argument
45 #define __RD32(_x) (((_x) & 0xffff0000) ? __RD16((_x)>>16)<<16 : __RD16(_x)) argument
/titanic_50/usr/src/head/iso/
H A Dstdio_iso.h281 inline int putc(int _x, FILE *_p) { in putc()
298 inline int putchar(int _x) { return putc(_x, stdout); } in putchar()
/titanic_50/usr/src/uts/common/io/cpqary3/
H A Dcpqary3.c60 #define CPQARY3_MINOR2INTERFACE(_x) ((_x) & (TRAN_MINOR_MASK)) argument
69 #define CPQARY3_INST2x(_i, _x) (((_i) << INST_MINOR_SHIFT) | (_x)) argument
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2204 #define SWAP64(_x) ((((uint64_t)(_x) & 0xFF)<<56) | \ argument
2213 #define SWAP32(_x) ((((uint32_t)(_x) & 0xFF)<<24) | \ argument
2218 #define SWAP16(_x) ((((uint16_t)(_x) & 0xFF)<<8) | \ argument
2221 #define SWAP24_LO(_x) ((((uint32_t)(_x) & 0xFF)<<16) | \ argument
2225 #define SWAP24_HI(_x) (((uint32_t)(_x) & 0x00FF00FF) | \ argument
2233 #define LE_SWAP64(_x) SWAP64(_x) argument
2234 #define LE_SWAP32(_x) SWAP32(_x) argument
2235 #define LE_SWAP16(_x) SWAP16(_x) argument
2236 #define LE_SWAP24_LO(_x) SWAP24_LO(X) argument
2237 #define LE_SWAP24_HI(_x) SWAP24_HI(X) argument
[all …]
/titanic_50/usr/src/cmd/sgs/include/
H A Dsgs.h140 #define EC_LINENO(_x) EC_XWORD(_x) /* "llu" */ argument
/titanic_50/usr/src/uts/common/inet/
H A Dipnet.h59 #define IPSK_BUMP(_x, _y) (_x)->ips_stats._y.value.ui64++ argument
/titanic_50/usr/src/cmd/sgs/mcs/common/
H A Dmcs.h169 #define CHK_OPT(_x, _y) (_x->flags & _y) argument
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2450 #define LM_TPA_BD_ENTRY_TO_ACTIVE_ENTRY(_pdev,_idx,_x) ((_x) & LM_TPA_CHAIN_BD_MASK(_p… argument
2462 #define LM_TPA_BD_ENTRY_TO_MASK_ENTRY(_pdev,_idx,_x) (LM_TPA_BD_ENTRY_TO_ACTIVE_ENTRY(_p… argument