Home
last modified time | relevance | path

Searched refs:d (Results 26 – 50 of 2390) sorted by relevance

12345678910>>...96

/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.man4d.inc19 link path=usr/share/man/man4d/allkmem.4d target=mem.4d
23 file path=usr/share/man/man4d/full.4d
24 file path=usr/share/man/man4d/gld.4d
27 link path=usr/share/man/man4d/kmem.4d target=mem.4d
29 link path=usr/share/man/man4d/lo0.4d target=ipnet.4d
31 file path=usr/share/man/man4d/log.4d
34 file path=usr/share/man/man4d/mt.4d
45 file path=usr/share/man/man4d/sd.4d
50 link path=usr/share/man/man4d/ticots.4d target=ticlts.4d
51 link path=usr/share/man/man4d/ticotsord.4d target=ticlts.4d
[all …]
H A Dsystem-dtrace-tests.p5m73 file path=opt/SUNWdtrt/tst/$(ARCH)/pid/tst.branch.d mode=0444
174 file path=opt/SUNWdtrt/tst/common/aggs/tst.avg.d mode=0444
178 file path=opt/SUNWdtrt/tst/common/aggs/tst.clear.d mode=0444
192 file path=opt/SUNWdtrt/tst/common/aggs/tst.count.d mode=0444
203 file path=opt/SUNWdtrt/tst/common/aggs/tst.forms.d mode=0444
218 file path=opt/SUNWdtrt/tst/common/aggs/tst.max.d mode=0444
222 file path=opt/SUNWdtrt/tst/common/aggs/tst.min.d mode=0444
266 file path=opt/SUNWdtrt/tst/common/aggs/tst.subr.d mode=0444
267 file path=opt/SUNWdtrt/tst/common/aggs/tst.sum.d mode=0444
645 file path=opt/SUNWdtrt/tst/common/end/tst.end.d mode=0444
[all …]
H A Ddeveloper-dtrace.p5m43 file path=usr/demo/dtrace/begin.d
46 file path=usr/demo/dtrace/clear.d
52 file path=usr/demo/dtrace/end.d
55 file path=usr/demo/dtrace/find.d
62 file path=usr/demo/dtrace/intr.d
67 file path=usr/demo/dtrace/ipio.d
72 file path=usr/demo/dtrace/libc.d
76 file path=usr/demo/dtrace/nscd.d
77 file path=usr/demo/dtrace/pri.d
92 file path=usr/demo/dtrace/sig.d
[all …]
/illumos-gate/usr/src/cmd/backup/dump/
H A Dlint.sed1 /stdio.h",.*always ignored: fclose/d
2 /stdio.h",.*always ignored: fprintf/d
3 /stdio.h",.*always ignored: printf/d
4 /stdio.h",.*always ignored: snprintf/d
5 /time.h",.*sometimes ignored: time/d
6 /string.h",.*sometimes ignored: memcpy/d
7 /signal.h",.*always ignored: sighold/d
9 /unistd.h",.*always ignored: close/d
10 /unistd.h",.*always ignored: execl/d
11 /unistd.h",.*always ignored: sleep/d
[all …]
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_ctrl.c92 ASSERT(d); in audio_dev_add_control()
187 ctrl->ctrl_dev = d; in audio_dev_add_control()
222 audio_dev_t *d; in audio_dev_del_control() local
226 d = ctrl->ctrl_dev; in audio_dev_del_control()
227 ASSERT(d); in audio_dev_del_control()
250 d->d_pcmvol_ctrl = audio_dev_add_control(d, &desc, in audio_dev_add_soft_volume()
252 d->d_pcmvol = 75; in audio_dev_add_soft_volume()
293 cv_wait(&d->d_ctrl_cv, &d->d_ctrl_lock); in audio_control_read()
331 cv_wait(&d->d_ctrl_cv, &d->d_ctrl_lock); in audio_control_write()
366 l = &d->d_controls; in auimpl_save_controls()
[all …]
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_D_cplx_div.c61 double d; member
74 double d; in testinf() member
77 xx.d = x; in testinf()
105 aa.d = a; in _D_cplx_div()
106 bb.d = b; in _D_cplx_div()
111 cc.d = c; in _D_cplx_div()
112 dd.d = d; in _D_cplx_div()
149 dd.d = d = d * 1.0; in _D_cplx_div()
241 d *= ss.d; in _D_cplx_div()
242 r = 1.0 / (c * c + d * d); in _D_cplx_div()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-md5.c158 #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
185 UINT4 d = state[3]; in md5_transform() local
191 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */ in md5_transform()
192 FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */ in md5_transform()
193 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */ in md5_transform()
265 state[3] += d; in md5_transform()
337 register unsigned char* d; in md5_print() local
[all …]
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetdata.c133 if (d == 0) in _elf_locked_getdata()
134 d = scn->s_hdnode; in _elf_locked_getdata()
136 d = d->db_next; in _elf_locked_getdata()
144 if (d == 0) { in _elf_locked_getdata()
169 if ((d->db_off == 0) || (d->db_fsz == 0)) { in _elf_locked_getdata()
204 if ((d->db_off < 0) || (d->db_off >= elf->ed_fsz) || in _elf_locked_getdata()
205 (elf->ed_fsz - d->db_off < d->db_fsz)) { in _elf_locked_getdata()
220 if (_elf_vm(elf, (size_t)d->db_off, d->db_fsz) != OK_YES) { in _elf_locked_getdata()
260 d->db_off); in _elf_locked_getdata()
271 if ((d->db_buf = malloc(d->db_data.d_size)) == 0) { in _elf_locked_getdata()
[all …]
H A Drawdata.c55 if (d == 0) in elf_rawdata()
56 d = scn->s_hdnode; in elf_rawdata()
58 d = d->db_next; in elf_rawdata()
60 if (d == 0) { in elf_rawdata()
77 if (d->db_raw != 0) { in elf_rawdata()
88 if ((d->db_off == 0) || (d->db_fsz == 0)) { in elf_rawdata()
89 d->db_raw = raw; in elf_rawdata()
102 (elf->ed_fsz - d->db_off < d->db_fsz)) { in elf_rawdata()
111 d->db_raw = raw; in elf_rawdata()
117 elf->ed_baseoff + d->db_off, d->db_fsz); in elf_rawdata()
[all …]
/illumos-gate/usr/src/common/crypto/md4/
H A Dmd4.c86 #define FF(a, b, c, d, x, s) { \ argument
87 (a) += F((b), (c), (d)) + (x); \
90 #define GG(a, b, c, d, x, s) { \ argument
94 #define HH(a, b, c, d, x, s) { \ argument
199 FF(a, b, c, d, x[ 0], S11); /* 1 */ in MD4Transform()
200 FF(d, a, b, c, x[ 1], S12); /* 2 */ in MD4Transform()
201 FF(c, d, a, b, x[ 2], S13); /* 3 */ in MD4Transform()
202 FF(b, c, d, a, x[ 3], S14); /* 4 */ in MD4Transform()
203 FF(a, b, c, d, x[ 4], S11); /* 5 */ in MD4Transform()
204 FF(d, a, b, c, x[ 5], S12); /* 6 */ in MD4Transform()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/
H A D64.rv64d.s26 fcvt.l.d t0, ft1
27 fcvt.l.d t1, ft2, rne
28 fcvt.l.d t2, ft3, rtz
29 fcvt.l.d t3, ft4, rdn
30 fcvt.l.d t4, ft5, rup
31 fcvt.l.d t5, ft6, rmm
33 fcvt.lu.d t1, ft0
40 fmv.x.d t3, fa1
42 fcvt.d.l ft1, t0
49 fcvt.d.lu ft1, t0
[all …]
H A D64.rv64a.out1 libdis_test: 2f b4 04 10 lr.d s0,(s1)
2 libdis_test+0x4: af 34 09 14 lr.d.aq s1,(s2)
3 libdis_test+0x8: 2f b9 09 12 lr.d.rl s2,(s3)
4 libdis_test+0xc: af 39 0a 16 lr.d.aqrl s3,(s4)
5 libdis_test+0x10: 2f b4 24 19 sc.d s0,s2,(s1)
6 libdis_test+0x14: af b4 34 1d sc.d.aq s1,s3,(s1)
7 libdis_test+0x18: 2f b9 44 1b sc.d.rl s2,s4,(s1)
8 libdis_test+0x1c: af b9 54 1f sc.d.aqrl s3,s5,(s1)
9 libdis_test+0x20: af b2 63 08 amoswap.d t0,t1,(t2)
13 libdis_test+0x30: af b2 63 00 amoadd.d t0,t1,(t2)
[all …]
H A D64.rv64d.out1 libdis_test: d3 f2 20 c2 fcvt.l.d t0,ft1
2 libdis_test+0x4: 53 03 21 c2 fcvt.l.d t1,ft2,rne
3 libdis_test+0x8: d3 93 21 c2 fcvt.l.d t2,ft3,rtz
4 libdis_test+0xc: 53 2e 22 c2 fcvt.l.d t3,ft4,rdn
5 libdis_test+0x10: d3 be 22 c2 fcvt.l.d t4,ft5,rup
6 libdis_test+0x14: 53 4f 23 c2 fcvt.l.d t5,ft6,rmm
7 libdis_test+0x18: 53 73 30 c2 fcvt.lu.d t1,ft0
13 libdis_test+0x30: 53 8e 05 e2 fmv.x.d t3,fa1
14 libdis_test+0x34: d3 f0 22 d2 fcvt.d.l ft1,t0
20 libdis_test+0x4c: d3 f0 32 d2 fcvt.d.lu ft1,t0
[all …]
/illumos-gate/usr/src/lib/libdtrace/
H A DMakefile.com87 fc.d \
88 io.d \
89 ip.d \
91 net.d \
92 nfs.d \
99 smb.d \
100 srp.d \
102 tcp.d \
248 $(ROOTDLIBDIR)/%.d: ../common/%.d
251 $(ROOTDLIBDIR)/%.d: ../$(MACH)/%.d
[all …]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dstrdup.c41 d[n] = '\0';
42 return d;
65 char *d; local
69 if (d != NULL)
71 return d;
96 char *d; local
101 return d;
124 char *d; local
129 return d;
157 char *d; local
[all …]
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dmd5.c84 register uint32 a, b, c, d; in MD5Transform() local
89 d = buf[3]; in MD5Transform()
91 MD5STEP(F1, a, b, c, d, in[ 0]+0xd76aa478, 7); in MD5Transform()
92 MD5STEP(F1, d, a, b, c, in[ 1]+0xe8c7b756, 12); in MD5Transform()
93 MD5STEP(F1, c, d, a, b, in[ 2]+0x242070db, 17); in MD5Transform()
94 MD5STEP(F1, b, c, d, a, in[ 3]+0xc1bdceee, 22); in MD5Transform()
95 MD5STEP(F1, a, b, c, d, in[ 4]+0xf57c0faf, 7); in MD5Transform()
96 MD5STEP(F1, d, a, b, c, in[ 5]+0x4787c62a, 12); in MD5Transform()
97 MD5STEP(F1, c, d, a, b, in[ 6]+0xa8304613, 17); in MD5Transform()
98 MD5STEP(F1, b, c, d, a, in[ 7]+0xfd469501, 22); in MD5Transform()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/
H A D64.bitalg.out1 libdis_test: 62 a2 7d 08 54 ec vpopcntb %xmm20,%xmm21
2 libdis_test+0x6: 62 c2 7d 08 54 32 vpopcntb (%r10),%xmm22
3 libdis_test+0xc: 62 c2 7d 08 54 b9 vpopcntb 0x64(%r9),%xmm23
11 libdis_test+0x37: 62 62 7d 8d 54 a8 vpopcntb 0x6666(%rax),%xmm29{%k5}{z}
13 libdis_test+0x41: 62 a2 7d 28 54 ec vpopcntb %ymm20,%ymm21
14 libdis_test+0x47: 62 c2 7d 28 54 32 vpopcntb (%r10),%ymm22
25 libdis_test+0x82: 62 a2 7d 48 54 ec vpopcntb %zmm20,%zmm21
83 libdis_test+0x1bd: 62 62 7d 8d 55 a8 vpopcntd 0x6666(%rax),%xmm29{%k5}{z}
164 libdis_test+0x372: 62 d2 1d 0d 8f e3 vpshufbitqmb %xmm11,%xmm12,%k4{%k5}
176 libdis_test+0x3b4: 62 d2 1d 2d 8f e3 vpshufbitqmb %ymm11,%ymm12,%k4{%k5}
[all …]
/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1.c705 d = ROTATE_LEFT(d, 30);
720 d = ROTATE_LEFT(d, 30);
735 d = ROTATE_LEFT(d, 30);
753 d = ROTATE_LEFT(d, 30);
774 d = ROTATE_LEFT(d, 30);
794 d = ROTATE_LEFT(d, 30);
814 d = ROTATE_LEFT(d, 30);
834 d = ROTATE_LEFT(d, 30);
855 d = ROTATE_LEFT(d, 30);
875 d = ROTATE_LEFT(d, 30);
[all …]
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dlibm_inlines.h132 ceil(double d) in ceil() argument
155 return (d); in ceil()
173 fabs(double d) in fabs() argument
176 return (d); in fabs()
180 fabsf(float d) in fabsf() argument
183 return (d); in fabsf()
190 return (d); in fabsl()
217 return (d); in floor()
240 : "0" (_HI_WORD(d)), "r" (_LO_WORD(d)) in isnan()
280 return (d); in scalbn()
[all …]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dmd5.c111 #define FF(a, b, c, d, x, s, ac) { (a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); (a) = ROTATE_LEFT … argument
217 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */
218 FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */
219 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */
220 FF (b, c, d, a, x[ 3], S14, 0xc1bdceee); /* 4 */
246 GG (b, c, d, a, x[ 8], S24, 0x455a14ed); /* 28 */
247 GG (a, b, c, d, x[13], S21, 0xa9e3e905); /* 29 */
248 GG (d, a, b, c, x[ 2], S22, 0xfcefa3f8); /* 30 */
249 GG (c, d, a, b, x[ 7], S23, 0x676f02d9); /* 31 */
250 GG (b, c, d, a, x[12], S24, 0x8d2a4c8a); /* 32 */
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dprintf.test60 sqlite_mprintf_double {A double: %d %d %g} $a $b $x
61 }] [format {A double: %d %d %g} $a $b $x]
63 sqlite_mprintf_double {A double: %d %d %#g} $a $b $x
64 }] [format {A double: %d %d %#g} $a $b $x]
83 } [format {%d %d A String: (%s)} 1 2 {This is the string}]
86 } [format {%d %d A String: (%30s)} 1 2 {This is the string}]
89 } [format {%d %d A String: (%-30s)} 1 2 {This is the string}]
95 sqlite_mprintf_str {%d %d A NULL pointer in %%q: '%q'} 1 2
98 sqlite_mprintf_str {%d %d A quoted string: %Q} 1 2 {Hi Y'all}
101 sqlite_mprintf_str {%d %d A NULL pointer in %%Q: %Q} 1 2
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast_dir.h50 #define D_FILENO(d) ((d)->d_fileno) argument
54 #define D_NAMLEN(d) ((d)->d_namlen) argument
56 #define D_NAMLEN(d) (strlen((d)->d_name)) argument
60 #define D_RECLEN(d) ((d)->d_reclen) argument
62 #define D_RECLEN(d) D_RECSIZ(d,D_NAMLEN(d)) argument
65 #define D_RECSIZ(d,n) (sizeof(*(d))-sizeof((d)->d_name)+((n)+sizeof(char*))&~(sizeof(char*)-1)) argument
74 #define D_TYPE(d) ((d)->d_type) argument
/illumos-gate/usr/src/common/crypto/md5/
H A Dmd5.c70 #define F(b, c, d) (((b) & (c)) | ((~b) & (d))) argument
71 #define G(b, c, d) (((b) & (d)) | ((c) & (~d))) argument
72 #define H(b, c, d) ((b) ^ (c) ^ (d)) argument
73 #define I(b, c, d) ((c) ^ ((b) | (~d))) argument
86 #define FF(a, b, c, d, x, s, ac) { \ argument
87 (a) += F((b), (c), (d)) + (x) + ((unsigned long long)(ac)); \
92 #define GG(a, b, c, d, x, s, ac) { \ argument
93 (a) += G((b), (c), (d)) + (x) + ((unsigned long long)(ac)); \
98 #define HH(a, b, c, d, x, s, ac) { \ argument
104 #define II(a, b, c, d, x, s, ac) { \ argument
[all …]
/illumos-gate/usr/src/cmd/passmgmt/
H A Ddatemsk.template31 %m/%d/%y %H:%M
32 %m/%d/%Y %H:%M
33 %m/%d/%y
34 %m/%d/%Y
35 %m/%d
44 %b %d, %Y
45 %B %d, %Y
46 %b %d
47 %B %d
50 %m\%d\%H\%M
[all …]
/illumos-gate/usr/src/cmd/audio/audioctl/
H A Daudioctl.c198 free(d); in free_device()
221 device_t *d = calloc(1, sizeof (*d)); in alloc_device() local
225 d->mfd = -1; in alloc_device()
228 devices = d; in alloc_device()
234 return (d); in alloc_device()
268 d->mfd = fd; in get_device_info()
276 d->controls = calloc(d->cmax, sizeof (*d->controls)); in get_device_info()
312 device_t *d; in load_devices() local
342 d->card.card = d->mixer.card_number; in load_devices()
771 for (d = devices; d != NULL; d = d->nextp) { in find_device()
[all …]

12345678910>>...96