Symbol: I
usr/src/cmd/audio/include/libaudio.h
64
#define SWABI(I) \
usr/src/cmd/audio/include/libaudio.h
65
I = (((I >> 24) & 0xff) | ((I & 0xff) << 24) | \
usr/src/cmd/audio/include/libaudio.h
66
((I >> 8) & 0xff00) | ((I & 0xff00) << 8))
usr/src/cmd/cmd-inet/usr.sbin/in.routed/defs.h
755
#define INFO_DST(I) ((I)->rti_info[RTAX_DST])
usr/src/cmd/cmd-inet/usr.sbin/in.routed/defs.h
756
#define INFO_GATE(I) ((I)->rti_info[RTAX_GATEWAY])
usr/src/cmd/cmd-inet/usr.sbin/in.routed/defs.h
757
#define INFO_MASK(I) ((I)->rti_info[RTAX_NETMASK])
usr/src/cmd/cmd-inet/usr.sbin/in.routed/defs.h
758
#define INFO_AUTHOR(I) ((I)->rti_info[RTAX_AUTHOR])
usr/src/cmd/csh/sh.h
37
Error: I need both ANSI macros!
usr/src/cmd/fm/modules/common/fabric-xlate/fx_epkt.c
176
epkt.rc_descr.C ? 'C' : '-', epkt.rc_descr.I ? 'I' : '-',
usr/src/cmd/listen/nlsaddr.c
93
#define externsz(I) (unsigned int)((I<<1) + 41)
usr/src/cmd/lp/cmd/lpadmin/chkopts.c
1032
if (!I) {
usr/src/cmd/lp/cmd/lpadmin/chkopts.c
1033
I = getlist(NAME_SIMPLE, LP_WS, LP_SEP);
usr/src/cmd/lp/cmd/lpadmin/chkopts.c
172
|| l || v || I || T || D || F || u || U || j || o
usr/src/cmd/lp/cmd/lpadmin/chkopts.c
251
l || v || I || T || D || u || U || o) {
usr/src/cmd/lp/cmd/lpadmin/chkopts.c
294
|| i || I || m || S || T || u || U || v || banner != -1
usr/src/cmd/lp/cmd/lpadmin/chkopts.c
518
I && BADILIST(I)
usr/src/cmd/lp/cmd/lpadmin/chkopts.c
519
|| !I && oldp && BADILIST(oldp->input_types)
usr/src/cmd/lp/cmd/lpadmin/do_printer.c
475
prbufp->input_types = I;
usr/src/cmd/lp/cmd/lpadmin/lpadmin.h
67
**I,
usr/src/cmd/lp/cmd/lpadmin/options.c
109
**I = 0, /* content-type-list */
usr/src/cmd/lp/cmd/lpadmin/options.c
376
if (I)
usr/src/cmd/lp/cmd/lpadmin/options.c
379
I = empty_list;
usr/src/cmd/lp/cmd/lpadmin/options.c
380
else if (!(I = getlist(optarg, LP_WS, LP_SEP))) {
usr/src/cmd/mailx/cmdtab.c
107
"Reply", C Respond, R|I|MSGLIST, 0, MMNDEL,
usr/src/cmd/mailx/cmdtab.c
108
"Respond", C Respond, R|I|MSGLIST, 0, MMNDEL,
usr/src/cmd/mailx/cmdtab.c
109
"reply", C respond, R|I|MSGLIST, 0, MMNDEL,
usr/src/cmd/mailx/cmdtab.c
110
"respond", C respond, R|I|MSGLIST, 0, MMNDEL,
usr/src/cmd/mailx/cmdtab.c
111
"replyall", C replyall, R|I|MSGLIST, 0, MMNDEL,
usr/src/cmd/mailx/cmdtab.c
112
"replysender", C replysender, R|I|MSGLIST, 0, MMNDEL,
usr/src/cmd/mailx/cmdtab.c
113
"edit", C editor, I|MSGLIST, 0, MMNORM,
usr/src/cmd/mailx/cmdtab.c
121
"hold", C preserve, I|W|MSGLIST, 0, MMNDEL,
usr/src/cmd/mailx/cmdtab.c
61
"visual", C visual, I|MSGLIST, 0, MMNORM,
usr/src/cmd/mailx/cmdtab.c
64
"preserve", C preserve, I|W|MSGLIST, 0, MMNDEL,
usr/src/cmd/mailx/cmdtab.c
70
"mail", C sendm, R|M|I|STRLIST, 0, 0,
usr/src/cmd/mailx/cmdtab.c
71
"Mail", C Sendm, R|M|I|STRLIST, 0, 0,
usr/src/cmd/mailx/cmdtab.c
81
"!", C shell, I|STRLIST, 0, 0,
usr/src/cmd/mailx/cmdtab.c
90
"shell", C dosh, I|NOLIST, 0, 0,
usr/src/cmd/mailx/cmdtab.c
97
"followup", C followup, R|I|MSGLIST, 0, MMNDEL,
usr/src/cmd/mailx/cmdtab.c
98
"Followup", C Followup, R|I|MSGLIST, 0, MMNDEL,
usr/src/cmd/mailx/lex.c
546
if (sourcing && com->c_argtype & I) {
usr/src/cmd/mailx/lex.c
572
switch (com->c_argtype & ~(F|P|I|M|T|W|R)) {
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
1867
if (I(text[j]) == 0)
usr/src/cmd/mdb/common/mdb/mdb_print.c
1017
ipaddr_t I;
usr/src/cmd/mdb/common/mdb/mdb_print.c
1054
mdb_printf("%I", u.I);
usr/src/cmd/sendmail/db/include/hash.h
109
#define GET_META(D, I, R) { \
usr/src/cmd/sendmail/db/include/hash.h
111
!F_ISSET((I)->dbc, DBC_RECOVER)) { \
usr/src/cmd/sendmail/db/include/hash.h
112
(I)->dbc->lock.pgno = BUCKET_INVALID; \
usr/src/cmd/sendmail/db/include/hash.h
113
(R) = lock_get((D)->dbenv->lk_info, (I)->dbc->locker, \
usr/src/cmd/sendmail/db/include/hash.h
114
0, &(I)->dbc->lock_dbt, DB_LOCK_READ, &(I)->hlock); \
usr/src/cmd/sendmail/db/include/hash.h
118
((R) = __ham_get_page(D, 0, (PAGE **)&((I)->hdr))) != 0 && \
usr/src/cmd/sendmail/db/include/hash.h
119
(I)->hlock != LOCK_INVALID) { \
usr/src/cmd/sendmail/db/include/hash.h
120
(void)lock_put((D)->dbenv->lk_info, (I)->hlock); \
usr/src/cmd/sendmail/db/include/hash.h
121
(I)->hlock = LOCK_INVALID; \
usr/src/cmd/sendmail/db/include/hash.h
125
#define RELEASE_META(D, I) { \
usr/src/cmd/sendmail/db/include/hash.h
126
if ((I)->hdr) \
usr/src/cmd/sendmail/db/include/hash.h
127
(void)__ham_put_page(D, (PAGE *)(I)->hdr, \
usr/src/cmd/sendmail/db/include/hash.h
128
F_ISSET(I, H_DIRTY) ? 1 : 0); \
usr/src/cmd/sendmail/db/include/hash.h
129
(I)->hdr = NULL; \
usr/src/cmd/sendmail/db/include/hash.h
130
if (!F_ISSET((I)->dbc, DBC_RECOVER) && \
usr/src/cmd/sendmail/db/include/hash.h
131
(I)->dbc->txn == NULL && (I)->hlock) \
usr/src/cmd/sendmail/db/include/hash.h
132
(void)lock_put((D)->dbenv->lk_info, (I)->hlock); \
usr/src/cmd/sendmail/db/include/hash.h
133
(I)->hlock = LOCK_INVALID; \
usr/src/cmd/sendmail/db/include/hash.h
134
F_CLR(I, H_DIRTY); \
usr/src/cmd/sendmail/db/include/hash.h
137
#define DIRTY_META(D, I, R) { \
usr/src/cmd/sendmail/db/include/hash.h
139
!F_ISSET((I)->dbc, DBC_RECOVER)) { \
usr/src/cmd/sendmail/db/include/hash.h
141
(I)->dbc->lock.pgno = BUCKET_INVALID; \
usr/src/cmd/sendmail/db/include/hash.h
143
(I)->dbc->locker, 0, &(I)->dbc->lock_dbt, \
usr/src/cmd/sendmail/db/include/hash.h
145
(R) = lock_put((D)->dbenv->lk_info, (I)->hlock);\
usr/src/cmd/sendmail/db/include/hash.h
148
(I)->hlock = _tmp; \
usr/src/cmd/sendmail/db/include/hash.h
150
F_SET((I), H_DIRTY); \
usr/src/cmd/sendmail/db/include/hash.h
162
#define BUCKET_TO_PAGE(I, B) \
usr/src/cmd/sendmail/db/include/hash.h
163
((B) + 1 + ((B) ? (I)->hdr->spares[__db_log2((B)+1)-1] : 0))
usr/src/cmd/sendmail/db/include/hash.h
165
#define PGNO_OF(I, S, O) (BUCKET_TO_PAGE((I), (1 << (S)) - 1) + (O))
usr/src/cmd/sendmail/db/include/hash.h
171
#define ISBIG(I, N) (((N) > ((I)->hdr->pagesize / MINFILL)) ? 1 : 0)
usr/src/cmd/sort/internal.c
31
swap_range(int i, int j, int n, line_rec_t **I)
usr/src/cmd/sort/internal.c
36
t = I[i];
usr/src/cmd/sort/internal.c
37
I[i++] = I[j];
usr/src/cmd/sort/internal.c
38
I[j++] = t;
usr/src/cmd/stat/kstat/kstat.h
104
#define SAVE_STRING(I, S, N) \
usr/src/cmd/stat/kstat/kstat.h
109
nvpair_insert(I, #N, &v, KSTAT_DATA_STRING); \
usr/src/cmd/stat/kstat/kstat.h
112
#define SAVE_HRTIME_X(I, N, V) \
usr/src/cmd/stat/kstat/kstat.h
116
nvpair_insert(I, N, &v, KSTAT_DATA_HRTIME); \
usr/src/cmd/stat/kstat/kstat.h
119
#define SAVE_INT32_X(I, N, V) \
usr/src/cmd/stat/kstat/kstat.h
123
nvpair_insert(I, N, &v, KSTAT_DATA_INT32); \
usr/src/cmd/stat/kstat/kstat.h
126
#define SAVE_UINT32_X(I, N, V) \
usr/src/cmd/stat/kstat/kstat.h
130
nvpair_insert(I, N, &v, KSTAT_DATA_UINT32); \
usr/src/cmd/stat/kstat/kstat.h
133
#define SAVE_UINT64_X(I, N, V) \
usr/src/cmd/stat/kstat/kstat.h
137
nvpair_insert(I, N, &v, KSTAT_DATA_UINT64); \
usr/src/cmd/stat/kstat/kstat.h
140
#define SAVE_STRING_X(I, N, V) \
usr/src/cmd/stat/kstat/kstat.h
145
nvpair_insert(I, N, &v, KSTAT_DATA_STRING); \
usr/src/cmd/stat/kstat/kstat.h
148
#define SAVE_CHAR_X(I, N, V) \
usr/src/cmd/stat/kstat/kstat.h
153
nvpair_insert(I, N, &v, KSTAT_DATA_STRING); \
usr/src/cmd/stat/kstat/kstat.h
65
#define SAVE_HRTIME(I, S, N) \
usr/src/cmd/stat/kstat/kstat.h
69
nvpair_insert(I, #N, &v, KSTAT_DATA_UINT64); \
usr/src/cmd/stat/kstat/kstat.h
72
#define SAVE_INT32(I, S, N) \
usr/src/cmd/stat/kstat/kstat.h
76
nvpair_insert(I, #N, &v, KSTAT_DATA_INT32); \
usr/src/cmd/stat/kstat/kstat.h
79
#define SAVE_UINT32(I, S, N) \
usr/src/cmd/stat/kstat/kstat.h
83
nvpair_insert(I, #N, &v, KSTAT_DATA_UINT32); \
usr/src/cmd/stat/kstat/kstat.h
86
#define SAVE_INT64(I, S, N) \
usr/src/cmd/stat/kstat/kstat.h
90
nvpair_insert(I, #N, &v, KSTAT_DATA_INT64); \
usr/src/cmd/stat/kstat/kstat.h
93
#define SAVE_UINT64(I, S, N) \
usr/src/cmd/stat/kstat/kstat.h
97
nvpair_insert(I, #N, &v, KSTAT_DATA_UINT64); \
usr/src/common/crypto/md5/md5.c
105
(a) += I((b), (c), (d)) + (x) + ((unsigned long long)(ac)); \
usr/src/common/dis/i386/dis_tables.c
2966
/* [6,8] */ TSp("push",I), TS("imul",IMUL), TSp("push",Ib), TS("imul",IMUL),
usr/src/common/dis/i386/dis_tables.c
6086
case I:
usr/src/grub/grub-0.97/stage2/md5.c
132
tmp = a + I (b, c, d) + le32_to_cpu (x[j & 15]) + T[i+48];
usr/src/lib/gss_mechs/mech_dh/backend/crypto/md5.c
94
{(a) += I ((b), (c), (d)) + (x) + (UINT4)(ac); \
usr/src/lib/iconv_modules/ko/common/byte_to_comb.c
294
case I: /* i 0x7c '|' */
usr/src/lib/iconv_modules/ko/common/byte_to_comb.c
465
case I:
usr/src/lib/iconv_modules/ko/common/byte_to_comb.c
480
case I:
usr/src/lib/iconv_modules/ko/common/byte_to_comb.c
488
if(c2 == I){
usr/src/lib/iconv_modules/ko/common/comb_to_byte.c
105
AddChar(I, st);
usr/src/lib/iconv_modules/ko/common/comb_to_byte.c
110
AddChar(I, st);
usr/src/lib/iconv_modules/ko/common/comb_to_byte.c
90
AddChar(I, st);
usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/page.h
144
#define ITEMSIZE(I) (sizeof(u_int16_t) + (I)->size)
usr/src/lib/libm/common/C/libm_macros.h
61
#define ITOX(I, E) \
usr/src/lib/libm/common/C/libm_macros.h
62
E[2] = 0xffff & ((I) >> 16); \
usr/src/lib/libm/common/C/libm_macros.h
63
E[1] = (((I) & 0x7fff0000) == 0)? \
usr/src/lib/libm/common/C/libm_macros.h
64
(E[1] & 0x7fff) | (0x7fff8000 & ((I) << 15)) :\
usr/src/lib/libm/common/C/libm_macros.h
65
0x80000000 | (E[1] & 0x7fff) | (0x7fff8000 & ((I) << 15))
usr/src/lib/libm/common/C/libm_macros.h
72
#define XTOI(E, I) \
usr/src/lib/libm/common/C/libm_macros.h
73
I = ((E[2]<<16) | (0xffff & (E[1]>>15)))
usr/src/lib/libm/common/LD/sincospil.c
79
#define LDBL_MOST_SIGNIF_I(ld) ((I(ld, 2) << 16) | (0xffff & (I(ld, 1) >> 15)))
usr/src/lib/libm/common/LD/sincospil.c
86
#define LDBL_MOST_SIGNIF_I(ld) I(ld, 0)
usr/src/lib/libm/common/LD/sinpil.c
78
#define LDBL_MOST_SIGNIF_I(ld) ((I(ld, 2) << 16) | (0xffff & (I(ld, 1) >> 15)))
usr/src/lib/libm/common/LD/sinpil.c
85
#define LDBL_MOST_SIGNIF_I(ld) I(ld, 0)
usr/src/lib/libm/common/Q/sincospil.c
77
#define LDBL_MOST_SIGNIF_I(ld) ((I(ld, 2) << 16) | (0xffff & (I(ld, 1) >> 15)))
usr/src/lib/libm/common/Q/sincospil.c
84
#define LDBL_MOST_SIGNIF_I(ld) I(ld, 0)
usr/src/lib/libm/common/Q/sinpil.c
77
#define LDBL_MOST_SIGNIF_I(ld) ((I(ld, 2) << 16) | (0xffff & (I(ld, 1) >> 15)))
usr/src/lib/libm/common/Q/sinpil.c
84
#define LDBL_MOST_SIGNIF_I(ld) I(ld, 0)
usr/src/lib/libmvec/common/__vpow.c
1073
#define RET_SC(I) \
usr/src/lib/libmvec/common/__vpow.c
1078
goto start##I;
usr/src/lib/libmvec/common/__vpow.c
1080
#define PREP_X(I) \
usr/src/lib/libmvec/common/__vpow.c
1085
py##I = py; \
usr/src/lib/libmvec/common/__vpow.c
1088
RETURN (I, DONE) \
usr/src/lib/libmvec/common/__vpow.c
1089
pz##I = pz; \
usr/src/lib/libmvec/common/__vpow.c
1112
RET_SC(I) \
usr/src/lib/libmvec/common/__vpow.c
503
#define RET_SC(I) \
usr/src/lib/libmvec/common/__vpow.c
509
goto start##I;
usr/src/lib/libmvec/common/__vpow.c
511
#define RETURN(I, ret) \
usr/src/lib/libmvec/common/__vpow.c
514
RET_SC(I) \
usr/src/lib/libmvec/common/__vpow.c
517
#define PREP(I) \
usr/src/lib/libmvec/common/__vpow.c
532
RETURN (I, DONE) \
usr/src/lib/libmvec/common/__vpow.c
544
RET_SC(I) \
usr/src/lib/libmvec/common/__vpow.c
546
yisint##I = 0; /* Y - non-integer */ \
usr/src/lib/libmvec/common/__vpow.c
549
ull_x##I = (ull_y0 | LDONE); \
usr/src/lib/libmvec/common/__vpow.c
550
x##I = *(double*)&ull_x##I; \
usr/src/lib/libmvec/common/__vpow.c
551
ull_ax##I = ((ull_x##I + LMROUND) & LMHI20); \
usr/src/lib/libmvec/common/__vpow.c
552
ax##I = *(double*)&ull_ax##I; \
usr/src/lib/libmvec/common/__vpow.c
558
RETURN (I, y0 + *py) \
usr/src/lib/libmvec/common/__vpow.c
570
RET_SC(I) \
usr/src/lib/libmvec/common/__vpow.c
577
yisint##I = 2; /* Y - even */ \
usr/src/lib/libmvec/common/__vpow.c
586
yisint##I = 2 - (i0 & 1); \
usr/src/lib/libmvec/common/__vpow.c
592
yisint##I = 2 - (i0 & 1); \
usr/src/lib/libmvec/common/__vpow.c
599
hx += yisint##I << 31; \
usr/src/lib/libmvec/common/__vpow.c
602
RET_SC(I) \
usr/src/lib/libmvec/common/__vpow.c
619
RET_SC(I) \
usr/src/lib/libmvec/common/__vpow.c
625
yisint##I = 2; /* Y - even */ \
usr/src/lib/libmvec/common/__vpow.c
634
yisint##I = 2 - (i0 & 1); \
usr/src/lib/libmvec/common/__vpow.c
640
yisint##I = 2 - (i0 & 1); \
usr/src/lib/libmvec/common/__vpow.c
649
if (sx & yisint##I) \
usr/src/lib/libmvec/common/__vpow.c
651
RETURN (I, y0) \
usr/src/lib/libmvec/common/__vpow.c
653
if (yisint##I == 0) /* pow(neg,non-integer) */ \
usr/src/lib/libmvec/common/__vpow.c
654
RETURN (I, DZERO / DZERO) /* NaN */ \
usr/src/lib/libmvec/common/__vpow.c
657
exp##I = exp - 2046; \
usr/src/lib/libmvec/common/__vpow.c
658
py##I = py; \
usr/src/lib/libmvec/common/__vpow.c
659
pz##I = pz; \
usr/src/lib/libmvec/common/__vpow.c
660
ux##I = x##I + ax##I; \
usr/src/lib/libmvec/common/__vpow.c
663
ax##I = (double) ull_y0; \
usr/src/lib/libmvec/common/__vpow.c
664
ull_ax##I = *(unsigned long long*)&ax##I; \
usr/src/lib/libmvec/common/__vpow.c
665
ull_x##I = ((ull_ax##I & LMMANT) | LDONE); \
usr/src/lib/libmvec/common/__vpow.c
666
x##I = *(double*)&ull_x##I; \
usr/src/lib/libmvec/common/__vpow.c
667
exp##I = ((unsigned int*) & ull_ax##I)[0]; \
usr/src/lib/libmvec/common/__vpow.c
668
exp##I = (exp##I >> 20) - (2046 + 1023 + 51); \
usr/src/lib/libmvec/common/__vpow.c
669
ull_ax##I = (ull_x##I + (LMROUND & LMHI20)); \
usr/src/lib/libmvec/common/__vpow.c
670
ax##I = *(double*)&ull_ax##I; \
usr/src/lib/libmvec/common/__vpow.c
671
ux##I = x##I + ax##I; \
usr/src/lib/libmvec/common/__vpow.c
673
ull_x##I = *(unsigned long long *)&ux##I; \
usr/src/lib/libmvec/common/__vpow.c
674
hx##I = HI(&ull_ax##I); \
usr/src/lib/libmvec/common/__vpow.c
675
yd##I = DONE / ux##I;
usr/src/lib/libmvec/common/__vrhypot.c
117
#define RET_SC(I) \
usr/src/lib/libmvec/common/__vrhypot.c
123
goto start##I;
usr/src/lib/libmvec/common/__vrhypot.c
125
#define RETURN(I, ret) \
usr/src/lib/libmvec/common/__vrhypot.c
128
RET_SC(I) \
usr/src/lib/libmvec/common/__vrhypot.c
131
#define PREP(I) \
usr/src/lib/libmvec/common/__vrhypot.c
132
hx##I = HI(px); \
usr/src/lib/libmvec/common/__vrhypot.c
133
hy##I = HI(py); \
usr/src/lib/libmvec/common/__vrhypot.c
134
hx##I &= 0x7fffffff; \
usr/src/lib/libmvec/common/__vrhypot.c
135
hy##I &= 0x7fffffff; \
usr/src/lib/libmvec/common/__vrhypot.c
136
pz##I = pz; \
usr/src/lib/libmvec/common/__vrhypot.c
137
if (hx##I >= 0x7ff00000 || hy##I >= 0x7ff00000) /* |X| or |Y| = Inf,NaN */ \
usr/src/lib/libmvec/common/__vrhypot.c
143
if (hx##I == 0x7ff00000 && lx == 0) res0 = 0.0; /* |X| = Inf */ \
usr/src/lib/libmvec/common/__vrhypot.c
144
else if (hy##I == 0x7ff00000 && ly == 0) res0 = 0.0; /* |Y| = Inf */ \
usr/src/lib/libmvec/common/__vrhypot.c
147
RETURN (I, res0) \
usr/src/lib/libmvec/common/__vrhypot.c
149
x##I = *px; \
usr/src/lib/libmvec/common/__vrhypot.c
150
y##I = *py; \
usr/src/lib/libmvec/common/__vrhypot.c
151
diff0 = hy##I - hx##I; \
usr/src/lib/libmvec/common/__vrhypot.c
153
if (hx##I < 0x00100000 && hy##I < 0x00100000) /* |X| and |Y| = subnormal or zero */ \
usr/src/lib/libmvec/common/__vrhypot.c
157
x = x##I; \
usr/src/lib/libmvec/common/__vrhypot.c
158
y = y##I; \
usr/src/lib/libmvec/common/__vrhypot.c
160
if ((hx##I | hy##I | lx | ly) == 0) /* |X| and |Y| = 0 */ \
usr/src/lib/libmvec/common/__vrhypot.c
161
RETURN (I, DONE / 0.0) \
usr/src/lib/libmvec/common/__vrhypot.c
200
RETURN (I, res0) \
usr/src/lib/libmvec/common/__vrhypot.c
202
j0 = hy##I - (diff0 & j0); \
usr/src/lib/libmvec/common/__vrhypot.c
204
HI(&scl##I) = 0x7ff00000 - j0;
usr/src/lib/libsasl/lib/md5.c
114
#define II(a, b, c, d, x, s, ac) { (a) += I ((b), (c), (d)) + (x) + (UINT4)(ac); (a) = ROTATE_LEFT ((a), (s)); (a) += (b); }
usr/src/lib/libsasl/lib/md5.c
91
#ifdef I
usr/src/lib/libsqlite/src/sqliteInt.h
278
#define DbHasProperty(D,I,P) (((D)->aDb[I].flags&(P))==(P))
usr/src/lib/libsqlite/src/sqliteInt.h
279
#define DbHasAnyProperty(D,I,P) (((D)->aDb[I].flags&(P))!=0)
usr/src/lib/libsqlite/src/sqliteInt.h
280
#define DbSetProperty(D,I,P) (D)->aDb[I].flags|=(P)
usr/src/lib/libsqlite/src/sqliteInt.h
281
#define DbClearProperty(D,I,P) (D)->aDb[I].flags&=~(P)
usr/src/lib/libxcurses/h/posix/mkslocal.h
1096
#define M_PS_FFMT { m_textstr(4865, "ruser=UID", "I"),\
usr/src/lib/libxcurses/h/posix/mkslocal.h
1097
m_textstr(4866, "pid,ppid,pcpu=C", "I"),\
usr/src/lib/libxcurses/h/posix/mkslocal.h
1098
m_textstr(4861, "stime,tty=TTY", "I"), "atime,args",\
usr/src/lib/libxcurses/h/posix/mkslocal.h
1100
#define M_PS_JFMT { m_textstr(4867, "pid,sid,pgid=PGRP", "I"),\
usr/src/lib/libxcurses/h/posix/mkslocal.h
1101
m_textstr(4862, "tty=TTY", "I"), "atime,args", NULL };
usr/src/lib/libxcurses/h/posix/mkslocal.h
1102
#define M_PS_LFMT { m_textstr(4868, "flags,state,ruid=UID", "I"),\
usr/src/lib/libxcurses/h/posix/mkslocal.h
1103
m_textstr(4866, "pid,ppid,pcpu=C", "I"),\
usr/src/lib/libxcurses/h/posix/mkslocal.h
1104
m_textstr(4869, "pri,nice,addr,vsz=SZ", "I"),\
usr/src/lib/libxcurses/h/posix/mkslocal.h
1105
m_textstr(4870, "wchan,tty=TTY", "I"),\
usr/src/lib/libxcurses/h/posix/mkslocal.h
1106
m_textstr(4863, "atime,comm=COMD", "I"), NULL };
usr/src/lib/libxcurses/h/posix/mkslocal.h
1107
#define M_PS_DEFFMT { m_textstr(4864, "pid,tty=TTY", "I"), "atime,comm",\
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeysUtil.c
621
CK_BYTE *I = NULL, *S, *P;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeysUtil.c
670
I = (CK_BYTE *)malloc(Ilen);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeysUtil.c
671
if (I == NULL) {
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeysUtil.c
676
S = I;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeysUtil.c
677
P = I + Slen;
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeysUtil.c
759
rv = soft_digest_update(session_p, I, Ilen);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeysUtil.c
797
q += (CK_ULONG)I[idx] + (CK_ULONG)B[m];
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeysUtil.c
799
I[idx] = (CK_BYTE)(q & 0xff);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeysUtil.c
822
freezero(I, Ilen);
usr/src/tools/smatch/src/validation/preprocessor/preprocessor23.c
10
I(x)
usr/src/tools/smatch/src/validation/preprocessor/preprocessor23.c
11
I(,)
usr/src/tools/smatch/src/validation/preprocessor/preprocessor23.c
12
I(x,)
usr/src/tools/smatch/src/validation/preprocessor/preprocessor23.c
13
I(,x)
usr/src/tools/smatch/src/validation/preprocessor/preprocessor23.c
14
I(x,x)
usr/src/tools/smatch/src/validation/preprocessor/preprocessor23.c
9
I()
usr/src/tools/smatch/src/validation/preprocessor/preprocessor8.c
16
"a ## b" : I(a,##,b)
usr/src/uts/common/gssapi/mechs/krb5/include/k5-platform.h
212
# define k5_call_init_function(I) \
usr/src/uts/common/gssapi/mechs/krb5/include/k5-platform.h
214
k5_init_t *k5int_i = (I); \
usr/src/uts/common/io/i40e/core/i40e_common.c
616
#define I40E_PTT(PTYPE, OUTER_IP, OUTER_IP_VER, OUTER_FRAG, T, TE, TEF, I, PL)\
usr/src/uts/common/io/i40e/core/i40e_common.c
625
I40E_RX_PTYPE_INNER_PROT_##I, \
usr/src/uts/common/io/ntxn/unm_inc.h
1417
#define UNM_I2Q_MSG_HDR_LO(I) (UNM_CRB_I2Q + 0x00100 + (I)*0x8)
usr/src/uts/common/io/ntxn/unm_inc.h
1418
#define UNM_I2Q_MSG_HDR_HI(I) (UNM_CRB_I2Q + 0x00104 + (I)*0x8)
usr/src/uts/common/io/ntxn/unm_inc.h
654
#define UNM_NIU_FC_RX_STATUS(I) (UNM_CRB_NIU + 0x10000 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
655
#define UNM_NIU_FC_RX_COMMA_DETECT(I) (UNM_CRB_NIU + 0x10004 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
656
#define UNM_NIU_FC_LASER_UNSAFE(I) (UNM_CRB_NIU + 0x10008 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
657
#define UNM_NIU_FC_TX_CONTROL(I) (UNM_CRB_NIU + 0x1000c + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
658
#define UNM_NIU_FC_ON_OFFLINE_CTL(I) (UNM_CRB_NIU + 0x10010 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
659
#define UNM_NIU_FC_PORT_ACTIVE_STAT(I) (UNM_CRB_NIU + 0x10014 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
660
#define UNM_NIU_FC_PORT_INACTIVE_STAT(I)(UNM_CRB_NIU + 0x10018 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
661
#define UNM_NIU_FC_LINK_FAILURE_CNT(I) (UNM_CRB_NIU + 0x1001c + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
662
#define UNM_NIU_FC_LOSS_SYNC_CNT(I) (UNM_CRB_NIU + 0x10020 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
663
#define UNM_NIU_FC_LOSS_SIGNAL_CNT(I) (UNM_CRB_NIU + 0x10024 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
664
#define UNM_NIU_FC_PRIM_SEQ_ERR_CNT(I) (UNM_CRB_NIU + 0x10028 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
665
#define UNM_NIU_FC_INVLD_TX_WORD_CNT(I) (UNM_CRB_NIU + 0x1002c + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
666
#define UNM_NIU_FC_INVLD_CRC_CNT(I) (UNM_CRB_NIU + 0x10030 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
667
#define UNM_NIU_FC_RX_CELL_CNT(I) (UNM_CRB_NIU + 0x10034 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
668
#define UNM_NIU_FC_TX_CELL_CNT(I) (UNM_CRB_NIU + 0x10038 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
669
#define UNM_NIU_FC_B2B_CREDIT(I) (UNM_CRB_NIU + 0x1003c + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
670
#define UNM_NIU_FC_LOGIN_DONE(I) (UNM_CRB_NIU + 0x10040 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
671
#define UNM_NIU_FC_OPERATING_SPEED(I) (UNM_CRB_NIU + 0x10044 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
673
#define UNM_NIU_GB_MAC_CONFIG_0(I) (UNM_CRB_NIU + 0x30000 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
674
#define UNM_NIU_GB_MAC_CONFIG_1(I) (UNM_CRB_NIU + 0x30004 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
675
#define UNM_NIU_GB_MAC_IPG_IFG(I) (UNM_CRB_NIU + 0x30008 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
676
#define UNM_NIU_GB_HALF_DUPLEX_CTRL(I) (UNM_CRB_NIU + 0x3000c + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
677
#define UNM_NIU_GB_MAX_FRAME_SIZE(I) (UNM_CRB_NIU + 0x30010 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
678
#define UNM_NIU_GB_TEST_REG(I) (UNM_CRB_NIU + 0x3001c + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
679
#define UNM_NIU_GB_MII_MGMT_CONFIG(I) (UNM_CRB_NIU + 0x30020 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
680
#define UNM_NIU_GB_MII_MGMT_COMMAND(I) (UNM_CRB_NIU + 0x30024 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
681
#define UNM_NIU_GB_MII_MGMT_ADDR(I) (UNM_CRB_NIU + 0x30028 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
682
#define UNM_NIU_GB_MII_MGMT_CTRL(I) (UNM_CRB_NIU + 0x3002c + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
683
#define UNM_NIU_GB_MII_MGMT_STATUS(I) (UNM_CRB_NIU + 0x30030 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
684
#define UNM_NIU_GB_MII_MGMT_INDICATE(I) (UNM_CRB_NIU + 0x30034 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
685
#define UNM_NIU_GB_INTERFACE_CTRL(I) (UNM_CRB_NIU + 0x30038 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
686
#define UNM_NIU_GB_INTERFACE_STATUS(I) (UNM_CRB_NIU + 0x3003c + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
687
#define UNM_NIU_GB_STATION_ADDR_0(I) (UNM_CRB_NIU + 0x30040 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
688
#define UNM_NIU_GB_STATION_ADDR_1(I) (UNM_CRB_NIU + 0x30044 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
745
#define UNM_NIU_AP_MAC_CONFIG_0(I) (UNM_CRB_NIU + 0xa0000 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
746
#define UNM_NIU_AP_MAC_CONFIG_1(I) (UNM_CRB_NIU + 0xa0004 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
747
#define UNM_NIU_AP_MAC_IPG_IFG(I) (UNM_CRB_NIU + 0xa0008 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
748
#define UNM_NIU_AP_HALF_DUPLEX_CTRL(I) (UNM_CRB_NIU + 0xa000c + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
749
#define UNM_NIU_AP_MAX_FRAME_SIZE(I) (UNM_CRB_NIU + 0xa0010 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
750
#define UNM_NIU_AP_TEST_REG(I) (UNM_CRB_NIU + 0xa001c + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
751
#define UNM_NIU_AP_MII_MGMT_CONFIG(I) (UNM_CRB_NIU + 0xa0020 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
752
#define UNM_NIU_AP_MII_MGMT_COMMAND(I) (UNM_CRB_NIU + 0xa0024 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
753
#define UNM_NIU_AP_MII_MGMT_ADDR(I) (UNM_CRB_NIU + 0xa0028 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
754
#define UNM_NIU_AP_MII_MGMT_CTRL(I) (UNM_CRB_NIU + 0xa002c + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
755
#define UNM_NIU_AP_MII_MGMT_STATUS(I) (UNM_CRB_NIU + 0xa0030 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
756
#define UNM_NIU_AP_MII_MGMT_INDICATE(I) (UNM_CRB_NIU + 0xa0034 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
757
#define UNM_NIU_AP_INTERFACE_CTRL(I) (UNM_CRB_NIU + 0xa0038 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
758
#define UNM_NIU_AP_INTERFACE_STATUS(I) (UNM_CRB_NIU + 0xa003c + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
759
#define UNM_NIU_AP_STATION_ADDR_0(I) (UNM_CRB_NIU + 0xa0040 + (I)*0x10000)
usr/src/uts/common/io/ntxn/unm_inc.h
760
#define UNM_NIU_AP_STATION_ADDR_1(I) (UNM_CRB_NIU + 0xa0044 + (I)*0x10000)
usr/src/uts/common/sys/1394/adapters/hci1394_ohci.h
337
#define HCI1394_IRCTXT_CTRL_SET(HCIP, I, BFFILL, IHDR, MATCHENBL, MULTI, RUN, \
usr/src/uts/common/sys/1394/adapters/hci1394_ohci.h
339
&(HCIP)->ohci->ohci_regs->ir[(I)].ctxt_ctrl_set, \
usr/src/uts/common/sys/1394/adapters/hci1394_ohci.h
348
#define HCI1394_IRCTXT_CTRL_CLR(HCIP, I, BFFILL, IHDR, MATCHENBL, MULTI, RUN) \
usr/src/uts/common/sys/1394/adapters/hci1394_ohci.h
350
&(HCIP)->ohci->ohci_regs->ir[(I)].ctxt_ctrl_clr, \
usr/src/uts/common/sys/1394/adapters/hci1394_ohci.h
358
#define HCI1394_ITCTXT_CTRL_SET(HCIP, I, MATCHENBL, MATCH, RUN, WAKE) \
usr/src/uts/common/sys/1394/adapters/hci1394_ohci.h
360
&(HCIP)->ohci->ohci_regs->it[(I)].ctxt_ctrl_set, 0 | \
usr/src/uts/common/sys/1394/adapters/hci1394_ohci.h
367
#define HCI1394_ITCTXT_CTRL_CLR(HCIP, I, MATCHENBL, MATCH, RUN) \
usr/src/uts/common/sys/1394/adapters/hci1394_ohci.h
369
&(HCIP)->ohci->ohci_regs->it[(I)].ctxt_ctrl_clr, 0 | \
usr/src/uts/common/sys/1394/adapters/hci1394_ohci.h
376
#define HCI1394_IRCTXT_MATCH_WRITE(HCIP, I, TAG3, TAG2, TAG1, TAG0, MATCH, \
usr/src/uts/common/sys/1394/adapters/hci1394_ohci.h
378
&(HCIP)->ohci->ohci_regs->ir[(I)].ctxt_match, 0 | \
usr/src/uts/common/sys/audio.h
50
#define AUDIO_INIT(I, S) { \
usr/src/uts/common/sys/audio.h
52
for (__x__ = (uint8_t *)(I); \
usr/src/uts/common/sys/audio.h
53
__x__ < (((uint8_t *)(I)) + (S)); \
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_nx.h
918
#define UNM_I2Q_MSG_HDR_LO(I) (UNM_CRB_I2Q + 0x00100 + (I) * 0x8)
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_nx.h
919
#define UNM_I2Q_MSG_HDR_HI(I) (UNM_CRB_I2Q + 0x00104 + (I) * 0x8)
usr/src/uts/common/sys/fs/pc_label.h
104
#define ltohi(I) (*((uint_t *)(&(I))))
usr/src/uts/common/sys/fs/pc_label.h
106
#define htoli(I) (*((uint_t *)(&(I))))
usr/src/uts/common/sys/fs/pc_label.h
112
#define ltohi(I) ((getbyte(I, 3) << 24) | (getbyte(I, 2) << 16) | \
usr/src/uts/common/sys/fs/pc_label.h
113
(getbyte(I, 1) << 8) | getbyte(I, 0))
usr/src/uts/common/sys/fs/pc_label.h
115
#define htoli(I) ((getbyte(I, 3) << 24) | (getbyte(I, 2) << 16) | \
usr/src/uts/common/sys/fs/pc_label.h
116
(getbyte(I, 1) << 8) | getbyte(I, 0))
usr/src/uts/common/sys/fs/ufs_acl.h
162
#define MODE_CHECK(O, M, PERM, C, I) \
usr/src/uts/common/sys/fs/ufs_acl.h
163
secpolicy_vnode_access2(C, ITOV(I), O, (PERM), M)
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_log.c
122
uint8_t I;
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_log.c
144
I = AMD_IOMMU_REG_GET32(&event[1],
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_log.c
160
I == 1 ? "Interrupt" : "Memory",
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_log.c
174
uint8_t I;
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_log.c
197
I = AMD_IOMMU_REG_GET32(&event[1], AMD_IOMMU_EVENT_IO_PGFAULT_INTR);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_log.c
217
I == 1 ? "Interrupt" : "Memory",
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_log.c
229
uint8_t I;
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_log.c
252
I = AMD_IOMMU_REG_GET32(&event[1], AMD_IOMMU_EVENT_DEVTAB_HWERR_INTR);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_log.c
266
I == 1 ? "Interrupt" : "Memory",
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_log.c
279
uint8_t I;
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_log.c
302
I = AMD_IOMMU_REG_GET32(&event[1], AMD_IOMMU_EVENT_PGTABLE_HWERR_INTR);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_log.c
319
I == 1 ? "Interrupt" : "Memory",
usr/src/uts/sparc/dtrace/fasttrap_isa.c
1279
I(instr) == 1 && RD(instr) == R_SP)
usr/src/uts/sparc/dtrace/fasttrap_isa.c
587
if (I(tp->ftt_instr)) {
usr/src/uts/sparc/dtrace/fasttrap_isa.c
624
if (I(tp->ftt_instr)) {
usr/src/uts/sparc/dtrace/fasttrap_isa.c
646
if (I(tp->ftt_instr)) {
usr/src/uts/sparc/dtrace/fasttrap_isa.c
905
if (I(tp->ftt_instr)) {
usr/src/uts/sun4u/serengeti/ml/sbdp.il.cpp
167
! load value at physical address in I/O space
usr/src/uts/sun4u/sunfire/io/ac.c
160
#define AC_GETSOFTC(I) \
usr/src/uts/sun4u/sunfire/io/ac.c
161
((struct ac_soft_state *)ddi_get_soft_state(acp, (I)))
usr/src/uts/sun4u/sunfire/sys/ac.h
439
#define AC_PUTINSTANCE(I) ((I) << 1)
usr/src/uts/sun4v/io/px/px_err.c
468
pec->pec_descr.R, pec->pec_descr.I,
usr/src/uts/sun4v/io/px/px_err.c
542
pec->pec_descr.I, pec->pec_descr.H, pec->pec_descr.C,
usr/src/uts/sun4v/io/px/px_err.c
788
if (!pec_p->pec_descr.I)
usr/src/uts/sun4v/io/px/px_err.h
144
I : 1,
usr/src/uts/sun4v/io/px/px_err.h
162
I : 1,
usr/src/uts/sun4v/io/px/px_err.h
191
I : 1,
usr/src/uts/sun4v/io/px/px_lib4v.c
2041
if (err_pkt->pec_descr.I) {