/illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
H A D | kernel.allocation_funcs_gfp | 2 aarp_alloc X 3 acpi_processor_alloc_pdc X 4 add_device X 5 add_missing_dev X 6 add_one_partition X 7 adfs_read_map X 8 aer_alloc_rpc X 9 afs_alloc_flat_call X 10 afs_alloc_server X 11 afs_vlocation_alloc X [all …]
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.aggpackbanner.ksh.out | 50 2 < 0 : X : >= 40 | 1 51 3 < 0 : X : >= 40 | 1 52 4 < 0 : X : >= 40 | 1 53 5 < 0 : X : >= 40 | 1 54 6 < 0 : X : >= 40 | 1 55 7 < 0 : X : >= 40 | 1 59 2 < 0 : XX X X : >= 40 | 4 60 3 < 0 : X X XX XX : >= 40 | 6 61 4 < 0 : X X X XX X : >= 40 | 6 62 5 < 0 : XXXXXX X X : >= 40 | 8 [all …]
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | _elf.h | 134 #define ELFPRV(X) ((X)->rt_priv) argument 135 #define SYMTAB(X) (((Rt_elfp *)(X)->rt_priv)->e_symtab) argument 136 #define SUNWSYMTAB(X) (((Rt_elfp *)(X)->rt_priv)->e_sunwsymtab) argument 137 #define HASH(X) (((Rt_elfp *)(X)->rt_priv)->e_hash) argument 138 #define STRTAB(X) (((Rt_elfp *)(X)->rt_priv)->e_strtab) argument 139 #define REL(X) (((Rt_elfp *)(X)->rt_priv)->e_reloc) argument 140 #define PLTGOT(X) (((Rt_elfp *)(X)->rt_priv)->e_pltgot) argument 141 #define MOVESZ(X) (((Rt_elfp *)(X)->rt_priv)->e_movesz) argument 142 #define MOVEENT(X) (((Rt_elfp *)(X)->rt_priv)->e_moveent) argument 143 #define MOVETAB(X) (((Rt_elfp *)(X)->rt_priv)->e_movetab) argument [all …]
|
/illumos-gate/usr/src/uts/common/sys/dktp/ |
H A D | tgdk.h | 99 #define TGDK_GETNODETYPE(X) (((struct tgdk_obj *)(X))->tg_ext->tg_nodetype) argument 100 #define TGDK_SETNODETYPE(X, Y) \ argument 101 (((struct tgdk_obj *)(X))->tg_ext->tg_nodetype = (char *)(Y)) 102 #define TGDK_RMB(X) (((struct tgdk_obj *)(X))->tg_ext->tg_rmb) argument 103 #define TGDK_RDONLY(X) (((struct tgdk_obj *)(X))->tg_ext->tg_rdonly) argument 104 #define TGDK_GETCTYPE(X) (((struct tgdk_obj *)(X))->tg_ext->tg_ctype) argument 107 #define TGDK_INIT(X, devp, flcobjp, queobjp, bbhobjp, lkarg) \ argument 108 (*((struct tgdk_obj *)(X))->tg_ops->tg_init) \ 109 (((struct tgdk_obj *)(X))->tg_data, (devp), (flcobjp), \ 111 #define TGDK_INIT_X(X, devp, flcobjp, queobjp, bbhobjp, lkarg, cbfunc, cbarg) \ argument [all …]
|
H A D | controller.h | 66 #define CTL_DIP_CTL(X) (((struct ctl_obj *)(X))->c_ext->c_ctldip) argument 67 #define CTL_DIP_DEV(X) (((struct ctl_obj *)(X))->c_ext->c_devdip) argument 68 #define CTL_GET_TYPE(X) (((struct ctl_obj *)(X))->c_ext->c_type_cookie) argument 69 #define CTL_GET_LKARG(X) (((struct ctl_obj *)(X))->c_ext->c_lkarg) argument 70 #define CTL_GET_TARG(X) (((struct ctl_obj *)(X))->c_ext->c_targ) argument 71 #define CTL_GET_BLKSZ(X) (((struct ctl_obj *)(X))->c_ext->c_blksz) argument 73 #define CTL_PKTALLOC(X, callback, arg) \ argument 74 (*((struct ctl_obj *)(X))->c_ops->c_pktalloc) \ 75 (((struct ctl_obj *)(X))->c_data, (callback), (arg)) 76 #define CTL_PKTFREE(X, pktp) \ argument [all …]
|
H A D | flowctrl.h | 54 #define FLC_INIT(X, tgcomobjp, queobjp, lkarg) \ argument 55 (*((struct flc_obj *)(X))->flc_ops->flc_init) \ 56 (((struct flc_obj *)(X))->flc_data, (tgcomobjp), (queobjp), (lkarg)) 57 #define FLC_FREE(X) (*((struct flc_obj *)(X))->flc_ops->flc_free) ((X)) argument 58 #define FLC_ENQUE(X, bp) (*((struct flc_obj *)(X))->flc_ops->flc_enque) \ argument 59 (((struct flc_obj *)(X))->flc_data, (bp)) 60 #define FLC_DEQUE(X, bp) (*((struct flc_obj *)(X))->flc_ops->flc_deque) \ argument 61 (((struct flc_obj *)(X))->flc_data, (bp)) 62 #define FLC_START_KSTAT(X, devtype, instance) \ argument 63 (*((struct flc_obj *)(X))->flc_ops->flc_start_kstat)\ [all …]
|
H A D | bbh.h | 63 #define BBH_GETCK_SECTOR(X, ckp) ((ckp)->ck_sector) argument 64 #define BBH_GETCK_SECLEN(X, ckp) ((ckp)->ck_seclen) argument 66 #define BBH_INIT(X) (*((struct bbh_obj *)(X))->bbh_ops->bbh_init)\ argument 67 (((struct bbh_obj *)(X))->bbh_data) 68 #define BBH_FREE(X) (*((struct bbh_obj *)(X))->bbh_ops->bbh_free) ((X)) argument 69 #define BBH_GETHANDLE(X, bp) (*((struct bbh_obj *)(X))->bbh_ops->bbh_gethandle)\ argument 70 (((struct bbh_obj *)(X))->bbh_data, (bp)) 71 #define BBH_HTOC(X, handle) (*((struct bbh_obj *)(X))->bbh_ops->bbh_htoc) \ argument 72 (((struct bbh_obj *)(X))->bbh_data, (handle)) 73 #define BBH_FREEHANDLE(X, handle) \ argument [all …]
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | parse.y | 91 create_table ::= CREATE(X) temp(T) TABLE nm(Y). { in CREATE() argument 92 sqliteStartTable(pParse,&X,&Y,T,0); in CREATE() 97 create_table_args ::= LP columnlist conslist_opt RP(X). { in RP() argument 98 sqliteEndTable(pParse,&X,0); in RP() 112 columnid ::= nm(X). {sqliteAddColumn(pParse,&X);} in nm() argument 118 id(A) ::= ID(X). {A = X;} in id() 150 ids(A) ::= ID(X). {A = X;} in ids() 151 ids(A) ::= STRING(X). {A = X;} in ids() 156 nm(A) ::= ID(X). {A = X;} in nm() 157 nm(A) ::= STRING(X). {A = X;} in nm() [all …]
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 890 #define ADDR(X) ((X)->rt_public.l_addr) argument 891 #define NAME(X) ((X)->rt_public.l_name) argument 892 #define DYN(X) ((X)->rt_public.l_ld) argument 893 #define NEXT(X) ((X)->rt_public.l_next) argument 894 #define PREV(X) ((X)->rt_public.l_prev) argument 895 #define REFNAME(X) ((X)->rt_public.l_refname) argument 910 #define LINKMAP_TO_RTMAP(X) (Rt_map *)(void *)(X) argument 912 #define LINKMAP_TO_RTMAP(X) (Rt_map *)(X) argument 919 #define NEXT_RT_MAP(X) LINKMAP_TO_RTMAP(NEXT(X)) argument 920 #define PREV_RT_MAP(X) LINKMAP_TO_RTMAP(PREV(X)) argument [all …]
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | reloc_defs.h | 90 #define RELTAB_IS_PLT(X, _reltab) \ argument 91 ((_reltab[(X)].re_flags & FLG_RE_PLTREL) != 0) 93 #define RELTAB_IS_GOT_RELATIVE(X, _reltab) \ argument 94 ((_reltab[(X)].re_flags & FLG_RE_GOTADD) != 0) 96 #define RELTAB_IS_GOT_PC(X, _reltab) \ argument 97 ((_reltab[(X)].re_flags & FLG_RE_GOTPC) != 0) 99 #define RELTAB_IS_GOTPCREL(X, _reltab) \ argument 100 ((_reltab[(X)].re_flags & (FLG_RE_GOTPC | FLG_RE_GOTADD)) == \ 103 #define RELTAB_IS_GOT_BASED(X, _reltab) \ argument 104 ((_reltab[(X)].re_flags & FLG_RE_GOTREL) != 0) [all …]
|
H A D | reloc.h | 102 #define IS_PLT(X) RELTAB_IS_PLT(X, reloc_table) argument 103 #define IS_GOT_RELATIVE(X) RELTAB_IS_GOT_RELATIVE(X, reloc_table) argument 104 #define IS_GOT_PC(X) RELTAB_IS_GOT_PC(X, reloc_table) argument 105 #define IS_GOTPCREL(X) RELTAB_IS_GOTPCREL(X, reloc_table) argument 106 #define IS_GOT_BASED(X) RELTAB_IS_GOT_BASED(X, reloc_table) argument 107 #define IS_GOT_OPINS(X) RELTAB_IS_GOT_OPINS(X, reloc_table) argument 108 #define IS_GOT_REQUIRED(X) RELTAB_IS_GOT_REQUIRED(X, reloc_table) argument 109 #define IS_PC_RELATIVE(X) RELTAB_IS_PC_RELATIVE(X, reloc_table) argument 110 #define IS_ADD_RELATIVE(X) RELTAB_IS_ADD_RELATIVE(X, reloc_table) argument 111 #define IS_REGISTER(X) RELTAB_IS_REGISTER(X, reloc_table) argument [all …]
|
/illumos-gate/usr/src/lib/libc/port/fp/ |
H A D | fpparts.h | 125 #define SIGNBIT(X) (((_dval *)&(X))->fparts.sign) argument 126 #define EXPONENT(X) (((_dval *)&(X))->fparts.exp) argument 128 #define HIFRACTION(X) (((_dval *)&(X))->fparts.hi) argument 129 #define LOFRACTION(X) (((_dval *)&(X))->fparts.lo) argument 130 #define QNANBIT(X) (((_dval *)&(X))->nparts.qnan_bit) argument 131 #define HIWORD(X) (((_dval *)&(X))->fwords.hi) argument 132 #define LOWORD(X) (((_dval *)&(X))->fwords.lo) argument 135 #define ISMAXEXP(X) ((EXPONENT(X)) == MAXEXP) argument 138 #define SETQNAN(X) ((((_dval *)&(X))->nparts.qnan_bit) = 0x1) argument 139 #define HIQNAN(X) ((HIWORD(X)) = 0x7ff80000) argument [all …]
|
/illumos-gate/usr/src/common/crypto/skein/ |
H A D | skein_block.c | 83 ks[0] = ctx->X[0]; in Skein_256_Process_Block() 84 ks[1] = ctx->X[1]; in Skein_256_Process_Block() 85 ks[2] = ctx->X[2]; in Skein_256_Process_Block() 86 ks[3] = ctx->X[3]; in Skein_256_Process_Block() 94 Skein_Show_Block(BLK_BITS, &ctx->h, ctx->X, blkPtr, w, ks, ts); in Skein_256_Process_Block() 109 X##p0 += X##p1; X##p1 = RotL_64(X##p1, ROT##_0); X##p1 ^= X##p0; \ in Skein_256_Process_Block() 110 X##p2 += X##p3; X##p3 = RotL_64(X##p3, ROT##_1); X##p3 ^= X##p2; \ in Skein_256_Process_Block() 208 ctx->X[0] = X0 ^ w[0]; in Skein_256_Process_Block() 209 ctx->X[1] = X1 ^ w[1]; in Skein_256_Process_Block() 210 ctx->X[2] = X2 ^ w[2]; in Skein_256_Process_Block() [all …]
|
H A D | skein.c | 39 bcopy(SKEIN_256_IV_256, ctx->X, sizeof (ctx->X)); in Skein_256_Init() 42 bcopy(SKEIN_256_IV_224, ctx->X, sizeof (ctx->X)); in Skein_256_Init() 45 bcopy(SKEIN_256_IV_160, ctx->X, sizeof (ctx->X)); in Skein_256_Init() 48 bcopy(SKEIN_256_IV_128, ctx->X, sizeof (ctx->X)); in Skein_256_Init() 70 bzero(ctx->X, sizeof (ctx->X)); in Skein_256_Init() 104 bzero(ctx->X, sizeof (ctx->X)); in Skein_256_InitExt() 107 Skein_assert(sizeof (cfg.b) >= sizeof (ctx->X)); in Skein_256_InitExt() 110 ctx->h.hashBitLen = 8 * sizeof (ctx->X); in Skein_256_InitExt() 114 bzero(ctx->X, sizeof (ctx->X)); in Skein_256_InitExt() 120 bcopy(cfg.b, ctx->X, sizeof (cfg.b)); in Skein_256_InitExt() [all …]
|
/illumos-gate/usr/src/cmd/audio/include/ |
H A D | audio_encode.h | 58 #define audio_a2c(X) ((char)(_alaw2linear[(unsigned char) (X)] >> 8)) argument 59 #define audio_a2s(X) (_alaw2linear[(unsigned char) (X)]) argument 60 #define audio_a2l(X) (((long)_alaw2linear[(unsigned char) (X)]) << 16) argument 63 #define audio_c2a(X) (_linear2alaw[((short)(X)) << 5]) argument 64 #define audio_s2a(X) (_linear2alaw[((short)(X)) >> 3]) argument 65 #define audio_l2a(X) (_linear2alaw[((long)(X)) >> 19]) argument 70 #define audio_u2c(X) ((char)(_ulaw2linear[(unsigned char) (X)] >> 8)) argument 71 #define audio_u2s(X) (_ulaw2linear[(unsigned char) (X)]) argument 72 #define audio_u2l(X) (((long)_ulaw2linear[(unsigned char) (X)]) << 16) argument 75 #define audio_c2u(X) (_linear2ulaw[((short)(X)) << 6]) argument [all …]
|
H A D | audio_hdr.h | 127 #define audio_d2c(X) ((X) >= 1. ? 127 : (X) <= -1. ? -127 : \ argument 128 (char)(rint((X) * 127.))) 129 #define audio_d2s(X) ((X) >= 1. ? 32767 : (X) <= -1. ? -32767 :\ argument 130 (short)(rint((X) * 32767.))) 131 #define audio_d2l(X) ((X) >= 1. ? 2147483647 : (X) <= -1. ? \ argument 133 (long)(rint((X) * 2147483647.))) 136 #define audio_c2d(X) (((unsigned char)(X)) == 0x80 ? -1. : \ argument 137 ((double)((char)(X))) / 127.) 138 #define audio_s2d(X) (((unsigned short)(X)) == 0x8000 ? -1. :\ argument 139 ((double)((short)(X))) / 32767.) [all …]
|
/illumos-gate/usr/src/cmd/sort/ |
H A D | internal.c | 48 offset_is_algorithm(line_rec_t **X, ssize_t n, in offset_is_algorithm() argument 60 if (collate_fcn(X[0], X[i], depth, coll_flags) > 0) { in offset_is_algorithm() 61 swap((void **)&X[0], (void **)&X[i]); in offset_is_algorithm() 62 ASSERT(collate_fcn(X[0], X[i], depth, coll_flags) <= 0); in offset_is_algorithm() 71 line_rec_t *t = X[i]; in offset_is_algorithm() 72 while (collate_fcn(t, X[j - 1], depth, coll_flags) < 0) { in offset_is_algorithm() 73 X[j] = X[j - 1]; in offset_is_algorithm() 77 X[j] = t; in offset_is_algorithm() 87 tqs_algorithm(line_rec_t **X, ssize_t n, in tqs_algorithm() argument 109 offset_is_algorithm(X, n, collate_fcn, 0, coll_flags); in tqs_algorithm() [all …]
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | fex_handler.h | 73 #define __fenv_get_rd(X) ((X>>30)&0x3) argument 74 #define __fenv_set_rd(X,Y) X=(X&~0xc0000000ul)|((Y)<<30) argument 76 #define __fenv_get_te(X) ((X>>23)&0x1f) argument 77 #define __fenv_set_te(X,Y) X=(X&~0x0f800000ul)|((Y)<<23) argument 79 #define __fenv_get_ex(X) ((X>>5)&0x1f) argument 80 #define __fenv_set_ex(X,Y) X=(X&~0x000003e0ul)|((Y)<<5) argument 90 #define __fenv_get_rd(X) ((X>>26)&3) argument 91 #define __fenv_set_rd(X,Y) X=(X&~0x0c000000)|((Y)<<26) argument 93 #define __fenv_get_rp(X) ((X>>24)&3) argument 94 #define __fenv_set_rp(X,Y) X=(X&~0x03000000)|((Y)<<24) argument [all …]
|
/illumos-gate/usr/src/lib/lib9p/common/ |
H A D | utils.c | 99 #define X(NAME, name) [L9P_T##NAME - L9P__FIRST] = "T" name, \ macro 102 X(VERSION, "version"), 103 X(AUTH, "auth"), 104 X(ATTACH, "attach"), 105 X(ERROR, "error"), 106 X(LERROR, "lerror"), 107 X(FLUSH, "flush"), 108 X(WALK, "walk"), 109 X(OPEN, "open"), 110 X(CREATE, "create"), [all …]
|
/illumos-gate/usr/src/cmd/lp/include/ |
H A D | oam.h | 118 #define LP_ERRMSG(C,X) (void)printf("", C, X) argument 119 #define LP_ERRMSG1(C,X,A) (void)printf("", C, X, A) argument 120 #define LP_ERRMSG2(C,X,A1,A2) (void)printf("", C, X, A1, A2) argument 121 #define LP_ERRMSG3(C,X,A1,A2,A3) (void)printf("", C, X, A1, A2, A3) argument 125 #define LP_ERRMSG(C,X) \ argument 129 agettxt((X), _m_, MSGSIZ), \ 130 agettxt((X+1), _a_, MSGSIZ) \ 132 #define LP_ERRMSG1(C,X,A) \ argument 136 fmt1((X), A), \ 137 agettxt((X+1), _a_, MSGSIZ) \ [all …]
|
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/ |
H A D | DNSDigest.c | 948 const mDNSu32 *X=(const mDNSu32 *)data; in md5_block_host_order() local 956 for (; num--; X+=HASH_LBLOCK) in md5_block_host_order() 959 R0(A,B,C,D,X[ 0], 7,0xd76aa478L); in md5_block_host_order() 960 R0(D,A,B,C,X[ 1],12,0xe8c7b756L); in md5_block_host_order() 961 R0(C,D,A,B,X[ 2],17,0x242070dbL); in md5_block_host_order() 962 R0(B,C,D,A,X[ 3],22,0xc1bdceeeL); in md5_block_host_order() 963 R0(A,B,C,D,X[ 4], 7,0xf57c0fafL); in md5_block_host_order() 964 R0(D,A,B,C,X[ 5],12,0x4787c62aL); in md5_block_host_order() 965 R0(C,D,A,B,X[ 6],17,0xa8304613L); in md5_block_host_order() 966 R0(B,C,D,A,X[ 7],22,0xfd469501L); in md5_block_host_order() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | rand48.c | 65 static unsigned short X[3] = { 0, 0, XINIT}; variable 91 multadd(X,a,c); in drand48() 92 u = (X[0]<<16) + X[1]; in drand48() 93 d = (u*65536.) + X[2]; in drand48() 117 X[0] = param[0]; in lcong48() 118 X[1] = param[1]; in lcong48() 119 X[2] = param[2]; in lcong48() 129 multadd(X,a,c); in lrand48() 130 l = (X[0]<<15)|(X[1]>>1); in lrand48() 137 multadd(X,a,c); in mrand48() [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/sed/bsd/regress.multitest.out/ |
H A D | 8.20 | 1 X[_1 2 X[_2 3 X[_3 4 X[_4 5 X[_5 6 X[_6 7 X[_7 8 X[_8 9 X[_9 10 X[_10 [all …]
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/ |
H A D | psvc_objects.h | 277 #define PSVC_GET_VERSION(X) ((X >> PSVC_VERSION_SHIFT) & 0xF) argument 278 #define PSVC_IS_ACTIVE_LOW(X) ((X >> PSVC_ACTIVE_LOW_SHIFT) & 0x1) argument 279 #define PSVC_GET_BIT_NUM(X) ((X >> PSVC_BIT_NUM_SHIFT) & 0x7) argument 280 #define PSVC_HP_INVERT(X) (((X >> PSVC_INVERT_SHIFT) & 0x7) == 1) argument 281 #define PSVC_GET_ASPEC_PORT(X) ((X >> PSVC_PORT_SHIFT) & 0xF) argument 282 #define PSVC_GET_ASPEC_BITSHIFT(X) ((X >> PSVC_BITSHIFT_SHIFT) & 0xF) argument 283 #define PSVC_GET_ASPEC_BYTEMASK(X) ((X >> PSVC_BYTEMASK_SHIFT) & 0xFF) argument 284 #define PSVC_GET_ASPEC_REG(X) ((X >> PSVC_REG_SHIFT) & 0xFF) argument 285 #define PSVC_GET_ASPEC_TYPE(X) ((X >> PSVC_TYPE_SHIFT) & 0xFF) argument 286 #define PSVC_GET_ASPEC_BUSADDR(X) ((X >> PSVC_BUSADDR_SHIFT) & 0xFF) argument [all …]
|
/illumos-gate/usr/src/cmd/troff/nroff.d/terms.d/ |
H A D | ab.X | 1 X 29 em 1 \033X\147 32 bu 1 \033X\127 33 sq 1 \033X\115 34 ru 1 \033X\147 43 de 1 \033X\130 44 dg 1 |\b\033X\121 45 fm 1 \033X\112 46 ct 1 \033X\125 49 pl 1 \033X\111 [all …]
|