Home
last modified time | relevance | path

Searched defs:x (Results 126 – 150 of 2799) sorted by relevance

12345678910>>...112

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_sensor.c38 #define E1000_THMJT_TEMP(x) BITX(x, 8, 0) argument
39 #define E1000_THMJT_VALID(x) BITX(x, 31, 31) argument
47 #define IGB_NVM_ETS_CFG_NSENSORS(x) BITX(x, 2, 0) argument
48 #define IGB_NVM_ETS_CFG_TYPE(x) BITX(x, 5, 3) argument
51 #define IGB_NVM_ETS_SENSOR_LOC(x) BITX(x, 13, 10) argument
52 #define IGB_NVM_ETS_SENSOR_INDEX(x) BITX(x, 9, 8) argument
53 #define IGB_NVM_ETS_SENSOR_THRESH(x) BITX(x, 7, 0) argument
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Ddisp_major_status.c34 #define GSS_CALLING_ERROR_FIELD(x) \ argument
36 #define GSS_ROUTINE_ERROR_FIELD(x) \ argument
38 #define GSS_SUPPLEMENTARY_INFO_FIELD(x) \ argument
60 #define GSS_CALLING_ERROR_STR(x) \ argument
89 #define GSS_ROUTINE_ERROR_STR(x) \ argument
107 #define LSBGET(x) ((((x)^((x)-1))+1)>>1) argument
110 #define GSS_SINFO_STR(x) \ argument
/illumos-gate/usr/src/lib/libm/common/Q/
H A Drndintl.c47 aintl(long double x) { in aintl()
61 anintl(long double x) { in anintl()
79 irintl(long double x) { in irintl()
106 nintl(long double x) { in nintl()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddrand48.c70 #define LOW(x) ((unsigned)(x) & MASK) argument
71 #define HIGH(x) LOW((x) >> N) argument
72 #define MUL(x, y, z) { int32_t l = (int32_t)(x) * (int32_t)(y); \ argument
74 #define CARRY(x, y) ((int32_t)(x) + (int32_t)(y) > MASK) argument
75 #define ADDEQU(x, y, z) (z = CARRY(x, (y)), x = LOW(x + (y))) argument
83 #define SET3(x, x0, x1, x2) ((x)[0] = (x0), (x)[1] = (x1), (x)[2] = (x2)) argument
84 #define SETLOW(x, y, n) SET3(x, LOW((y)[n]), LOW((y)[(n)+1]), LOW((y)[(n)+2])) argument
94 #define x _drand48_x macro
98 static unsigned x[3] = { X0, X1, X2 }, a[3] = { A0, A1, A2 }, c = C; variable
/illumos-gate/usr/src/uts/common/sys/
H A Dctfs.h44 #define CTFS_IOC(x, y) (CTFS_PREFIX | (x) << 8 | (y)) argument
49 #define CTFS_TMPL(x) CTFS_IOC('t', x) argument
59 #define CTFS_CTL(x) CTFS_IOC('c', x) argument
70 #define CTFS_STAT(x) CTFS_IOC('s', x) argument
76 #define CTFS_EVT(x) CTFS_IOC('e', x) argument
H A Drwlock.h62 #define RW_READ_HELD(x) (rw_read_held((x))) argument
63 #define RW_WRITE_HELD(x) (rw_write_held((x))) argument
64 #define RW_LOCK_HELD(x) (rw_lock_held((x))) argument
65 #define RW_ISWRITER(x) (rw_iswriter(x)) argument
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_generic.h53 #define __elfN(x) __CONCAT(__CONCAT(__CONCAT(elf,__ELF_WORD_SIZE),_),x) argument
54 #define __ElfN(x) __CONCAT(__CONCAT(__CONCAT(Elf,__ELF_WORD_SIZE),_),x) argument
55 #define __ELFN(x) __CONCAT(__CONCAT(__CONCAT(ELF,__ELF_WORD_SIZE),_),x) argument
56 #define __ElfType(x) typedef __ElfN(x) __CONCAT(Elf_,x) argument
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.h62 #define builtin(x) ((x) | BUILTIN) argument
63 #define builtin_idx(x) ((x) & (wchar_t)~BUILTIN) argument
64 #define is_builtin(x) ((x) != WEOF && ((x) & BUILTIN)) argument
71 #define is_alpha(x) (!is_builtin(x) && \ argument
73 #define is_alnum(x) (!is_builtin(x) && \ argument
75 #define is_space(x) (!is_builtin(x) && \ argument
77 #define is_digit(x) (!is_builtin(x) && iswascii(x) && isdigit(x)) argument
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
H A Dmd5.c68 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
69 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument
70 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
71 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument
74 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
78 #define FF(a, b, c, d, x, s, ac) \ argument
83 #define GG(a, b, c, d, x, s, ac) \ argument
88 #define HH(a, b, c, d, x, s, ac) \ argument
93 #define II(a, b, c, d, x, s, ac) \ argument
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dnoderef.c3 struct x { struct
17 struct x __A *xp; in h() argument
18 struct x __A x; in h() local
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_mt.h60 #define POLLFD_SET(x, y) { \ argument
64 #define POLLFD_CLR(x, y) { \ argument
69 #define POLLFD_ISSET(x, y) ((y)[(x)].fd >= 0) argument
81 #define RPC_FD_NOTIN_FDSET(x) (!__rpc_use_pollfd_done && (x) >= FD_SETSIZE) argument
/illumos-gate/usr/src/cmd/troff/
H A Dn2.c253 done(x) in done() argument
292 done1(x) in done1() argument
316 done2(x) in done2() argument
331 done3(x) in done3() argument
350 edone(x) in edone() argument
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c132 #define OP(x) ((x) >> 30) argument
133 #define OP2(x) (((x) >> 22) & 0x07) argument
134 #define OP3(x) (((x) >> 19) & 0x3f) argument
137 #define A(x) (((x) >> 29) & 0x01) argument
138 #define I(x) (((x) >> 13) & 0x01) argument
139 #define RD(x) (((x) >> 25) & 0x1f) argument
141 #define RS2(x) (((x) >> 0) & 0x1f) argument
142 #define CC(x) (((x) >> 20) & 0x03) argument
144 #define DISP22(x) ((x) & 0x3fffff) argument
145 #define DISP19(x) ((x) & 0x7ffff) argument
[all …]
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_osdep.h70 #define usec_delay(x) drv_usecwait(x) argument
71 #define msec_delay(x) drv_usecwait(x * 1000) argument
117 #define IXGBE_LE32_TO_CPUS(x) *(x) = BSWAP_32(*(x)) argument
118 #define IXGBE_CPU_TO_BE16(x) (x) argument
119 #define IXGBE_CPU_TO_BE32(x) (x) argument
120 #define IXGBE_BE32_TO_CPU(x) (x) argument
122 #define IXGBE_CPU_TO_LE16(x) (x) argument
123 #define IXGBE_CPU_TO_LE32(x) (x) argument
124 #define IXGBE_LE32_TO_CPUS(x) (x) argument
130 #define UNREFERENCED_PARAMETER(x) _NOTE(ARGUNUSED(x)) argument
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dsegoff.h37 #define SEGMENT(x) ( virt_to_phys ( x ) >> 4 ) argument
39 #define OFFSET(x) ( virt_to_phys ( x ) & 0xf ) argument
40 #define SEGOFF(x) { OFFSET(x), SEGMENT(x) } argument
41 #define VIRTUAL(x,y) ( phys_to_virt ( ( ( x ) << 4 ) + ( y ) ) ) argument
/illumos-gate/usr/src/tools/smatch/src/validation/linear/
H A Dbitfield-size.c5 unsigned int upostinc(struct u *x) in upostinc()
10 unsigned int upreinc(struct u *x) in upreinc()
25 int spostinc(struct s *x) in spostinc()
30 int spreinc(struct s *x) in spreinc()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d30 #define INTFUNC(x) \ argument
39 #define STRFUNC(x) \ argument
48 #define VOIDFUNC(x) \ argument
/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dlsr-asr.c1 int lsrasr0(unsigned int x) in lsrasr0()
6 int lsrasr1(unsigned int x) in lsrasr1()
11 int lsrasr2(unsigned int x) in lsrasr2()
/illumos-gate/usr/src/lib/libm/common/C/
H A D_SVID_error.c102 unsigned x[2]; member
117 #define __HI(x) ((unsigned *)&x)[HIWORD] argument
118 #define __LO(x) ((unsigned *)&x)[LOWORD] argument
123 _SVID_libm_err(double x, double y, int type) { in _SVID_libm_err()
951 setexception(int n, double x) { in setexception()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpcsec.c90 struct cache_struct *x; in print_rpcsec_gss_cred() local
146 struct cache_struct *x; in rpcsec_gss_pre_proto() local
217 struct cache_struct *x; in rpcsec_gss_post_proto() local
260 struct cache_struct *x; in rpcsec_gss_control_proc() local
301 struct cache_struct *x; in extract_rpcsec_gss_cred_info() local
326 print_rpc_gss_init_arg(int flags, struct cache_struct *x) in print_rpc_gss_init_arg()
370 struct cache_struct *x; in print_rpc_gss_init_res() local
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-md5.c148 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
149 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument
150 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
151 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument
158 #define FF(a, b, c, d, x, s, ac) { \ argument
163 #define GG(a, b, c, d, x, s, ac) { \ argument
168 #define HH(a, b, c, d, x, s, ac) { \ argument
173 #define II(a, b, c, d, x, s, ac) { \ argument
186 UINT4 x[16]; in md5_transform() local
336 register Md5_t* x = (Md5_t*)p; in md5_print() local
[all …]
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dremquol.c46 #define __H0(x) ((int *) &x)[0] argument
47 #define __H1(x) ((int *) &x)[1] argument
48 #define __H2(x) ((int *) &x)[2] argument
49 #define __H3(x) ((int *) &x)[3] argument
58 fmodquol(long double x, long double y, int *quo) { in fmodquol()
294 remquol(long double x, long double y, int *quo) { in remquol()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmd5.c41 #define cpu_to_le32(x) (x) argument
42 #define le32_to_cpu(x) cpu_to_le32(x) argument
47 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
48 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument
49 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
50 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument
54 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x >> (32 - (n))))) argument
98 const UINT4 *x = (UINT4 *) block; in md5_transform() local
/illumos-gate/usr/src/cmd/bhyve/
H A Dusb_emul.h69 #define USB_EMUL_SET(x) DATA_SET(usb_emu_set, x) argument
128 #define USB_DATA_GET_ERRCODE(x) (x)->processed >> 8 argument
129 #define USB_DATA_SET_ERRCODE(x,e) do { \ argument
133 #define USB_DATA_OK(x,i) ((x)->data[(i)].buf != NULL) argument
135 #define USB_DATA_XFER_INIT(x) do { \ argument
140 #define USB_DATA_XFER_RESET(x) do { \ argument
146 #define USB_DATA_XFER_LOCK(x) do { \ argument
150 #define USB_DATA_XFER_UNLOCK(x) do { \ argument
154 #define USB_DATA_XFER_LOCK_HELD(x) MUTEX_HELD(&((x)->mtx)) argument
/illumos-gate/usr/src/cmd/fcinfo/
H A DprintAttrs.c39 #define htonll(x) (x) argument
40 #define ntohll(x) (x) argument
42 #define htonll(x) ((((unsigned long long)htonl(x)) << 32) + htonl(x >> 32)) argument
43 #define ntohll(x) ((((unsigned long long)ntohl(x)) << 32) + ntohl(x >> 32)) argument
47 #define FC4_TYPE_WORD_POS(x) ((uint_t)((uint_t)(x) >> 5)) argument
48 #define FC4_TYPE_BIT_POS(x) ((uchar_t)(x) & 0x1F) argument

12345678910>>...112