Home
last modified time | relevance | path

Searched refs:d (Results 1 – 25 of 3581) sorted by relevance

12345678910>>...144

/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_arm.c138 ++d.p; in cpp_demangle_ARM()
343 if (d == NULL || d->p == NULL) in read_array()
369 strncpy(d->array_str.buf + 1, d->p, len); in read_array()
458 if (*d->p == '_' && *(d->p + 1) == '_') { in read_func_name()
484 d->vec.container[d->vec.size - 1]); in read_func_name()
506 d->vec.container[d->vec.size - 1]); in read_func_name()
665 if (d == NULL || d->p == NULL) in read_memptr()
713 switch (SIMPLE_HASH(*(d->p), *(d->p+1))) { in read_op()
1002 d->p = d->p + 2; in read_qual_name()
1094 while (*d->p == 'U' || *d->p == 'C' || *d->p == 'V' || *d->p == 'S' || in read_type()
[all …]
H A Dlibelftc_dem_gnu2.c142 ++d.p; in cpp_demangle_gnu2()
424 if (d == NULL || d->p == NULL) in read_array()
450 strncpy(d->array_str.buf + 1, d->p, len); in read_array()
544 if (*d->p == '_' && *(d->p + 1) == '_') { in read_func_name()
599 d->vec.container[d->vec.size - 1]); in read_func_name()
621 d->vec.container[d->vec.size - 1]); in read_func_name()
814 if (d == NULL || d->p == NULL) in read_memptr()
860 switch (SIMPLE_HASH(*(d->p), *(d->p+1))) { in read_op()
1139 d->p = d->p + 2; in read_qual_name()
1231 while (*d->p == 'U' || *d->p == 'C' || *d->p == 'V' || *d->p == 'S' || in read_type()
[all …]
/freebsd/cddl/usr.sbin/dtrace/tests/common/aggs/
H A DMakefile8 err.D_AGG_FUNC.bad.d \
80 tst.avg.d \
84 tst.clear.d \
98 tst.count.d \
109 tst.forms.d \
124 tst.max.d \
128 tst.min.d \
151 tst.order.d \
172 tst.subr.d \
173 tst.sum.d \
[all …]
/freebsd/cddl/usr.sbin/dtrace/tests/common/dtraceUtil/
H A DMakefile9 man.APIVersion.d \
10 man.AddSearchPath.d \
11 man.CoalesceTrace.d \
12 man.ELFGeneration.d \
13 man.IncludedFilePath.d \
14 man.ShowCompilerCode.d \
17 tst.BufsizeGiga.d.ksh \
18 tst.BufsizeKilo.d.ksh \
19 tst.BufsizeMega.d.ksh \
20 tst.BufsizeTera.d.ksh \
[all …]
/freebsd/cddl/usr.sbin/dtrace/tests/common/funcs/
H A DMakefile49 err.copyout.d \
59 tst.bcopy.d \
63 tst.copyin.d \
70 tst.hton.d \
71 tst.index.d \
87 tst.rand.d \
88 tst.strchr.d \
92 tst.strstr.d \
94 tst.strtok.d \
97 tst.substr.d \
[all …]
/freebsd/sys/geom/
H A Dgeom_bsd_enc.c58 d->p_size = le32dec(ptr + 0); in bsd_partition_le_dec()
61 d->p_fstype = ptr[12]; in bsd_partition_le_dec()
62 d->p_frag = ptr[13]; in bsd_partition_le_dec()
63 d->p_cpg = le16dec(ptr + 14); in bsd_partition_le_dec()
74 if (d->d_magic != DISKMAGIC) in bsd_disklabel_le_dec()
95 d->d_type = le16dec(ptr + 4); in bsd_disklabel_le_dec()
137 le32enc(ptr + 0, d->p_size); in bsd_partition_le_enc()
140 ptr[12] = d->p_fstype; in bsd_partition_le_enc()
141 ptr[13] = d->p_frag; in bsd_partition_le_enc()
142 le16enc(ptr + 14, d->p_cpg); in bsd_partition_le_enc()
[all …]
/freebsd/sys/net/
H A Dbpf.c834 __func__, d->bd_pid, d->bd_writer, in bpf_check_upgrade()
1110 error = bpf_uiomove(d, d->bd_hbuf, d->bd_hlen, uio); in bpfread()
1114 d->bd_fbuf = d->bd_hbuf; in bpfread()
1138 if (d->bd_async && d->bd_sig && d->bd_sigio) in bpf_wakeup()
1139 pgsigio(&d->bd_sigio, d->bd_sig, 0); in bpf_wakeup()
1323 d->bd_fbuf = d->bd_hbuf; in reset_d()
2218 if (!d->bd_hbuf_in_use && d->bd_hbuf) in filt_bpfread()
2595 d->bd_fbuf = d->bd_hbuf; in catchpacket()
2655 bpf_append_bytes(d, d->bd_sbuf, d->bd_slen, zeroes, in catchpacket()
3018 bzero(d, sizeof(*d)); in bpfstats_fill_xbpf()
[all …]
/freebsd/lib/libc/tests/stdio/
H A Dscanfloat_test.c56 double d = 0.0; in ATF_TC_BODY() local
113 d = 0.25; in ATF_TC_BODY()
134 ATF_REQUIRE(d == 0.0); in ATF_TC_BODY()
154 double d = 0.0; in ATF_TC_BODY() local
160 ATF_REQUIRE(d < 0.0 && isinf(d)); in ATF_TC_BODY()
163 ATF_REQUIRE(d > 0.0 && isinf(d)); in ATF_TC_BODY()
186 ATF_REQUIRE(d != d); in ATF_TC_BODY()
194 ATF_REQUIRE(d != d); in ATF_TC_BODY()
204 double d = 0.0; in ATF_TC_BODY() local
211 ATF_REQUIRE(d < 2.0); in ATF_TC_BODY()
[all …]
/freebsd/cddl/usr.sbin/dtrace/tests/common/speculation/
H A DMakefile9 err.BufSizeVariations1.d \
10 err.BufSizeVariations2.d \
42 err.NegativeNspec.d \
47 tst.CommitWithZero.d \
53 tst.ExitAftDiscard.d \
54 tst.NoSpecBuffer.d \
61 tst.SpeculationID.d \
63 tst.TwoSpecBuffers.d \
64 tst.negcommit.d \
65 tst.negspec.d \
[all …]
/freebsd/cddl/usr.sbin/dtrace/tests/common/types/
H A DMakefile39 tst.basics.d \
41 tst.bitops.d \
43 tst.complex.d \
45 tst.const.d \
47 tst.conv.d \
48 tst.enum.d \
50 tst.intops.d \
53 tst.ptrops.d \
54 tst.relenum.d \
58 tst.struct.d \
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tracemem/
H A Dtst.dynsize.d.out2 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
13 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
24 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
35 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
46 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
57 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
68 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
79 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
90 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
101 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
[all …]
/freebsd/sys/dev/sound/pcm/
H A Dsound.c187 if (!PCM_REGISTERED(d) || CHN_EMPTY(d, channels.pcm)) in sysctl_hw_snd_default_unit()
276 PCM_LOCK(d); in pcm_addchan()
374 if (d->playcount == 0 || d->reccount == 0) in pcm_setstatus()
377 if (d->playcount > 0 || d->reccount > 0) in pcm_setstatus()
384 PCM_LOCK(d); in pcm_setstatus()
473 PCM_LOCK(d); in sysctl_dev_pcm_bitperfect()
474 PCM_WAIT(d); in sysctl_dev_pcm_bitperfect()
626 PCM_LOCK(d); in pcm_unregister()
627 PCM_WAIT(d); in pcm_unregister()
648 PCM_LOCK(d); in pcm_unregister()
[all …]
/freebsd/crypto/heimdal/kdc/
H A Dconnect.c224 memset(d, 0, sizeof(*d)); in init_descr()
356 d = realloc(d, num * sizeof(*d)); in init_sockets()
447 d->addr_string, d->sa, in do_request()
479 d->sock_len = sizeof(d->__ss); in handle_udp()
480 n = recvfrom(d->s, buf, max_request_udp, 0, d->sa, &d->sock_len); in handle_udp()
513 memset(d->buf, 0, d->size); in clear_descr()
557 s = accept(d[parent].s, d[child].sa, &d[child].sock_len); in add_new_tcp()
575 d[child].sa, d[child].sock_len, in add_new_tcp()
589 if (d->size - d->len < n) { in grow_descr()
634 memmove(d->buf, d->buf + 4, d->len - 4); in handle_vanilla_tcp()
[all …]
/freebsd/cddl/usr.sbin/dtrace/tests/common/printf/
H A DMakefile23 tst.basics.d \
25 tst.flags.d \
27 tst.hello.d \
29 tst.ints.d \
31 tst.precs.d \
45 tst.rawfmt.d \
47 tst.signs.d \
49 tst.str.d \
51 tst.sym.d \
53 tst.uints.d \
[all …]
/freebsd/contrib/bsddialog/lib/
H A Dmessagebox.c45 mvwprintw(d->widget, d->h - HBUTTONS - BORDER, in textupdate()
58 if (set_widget_size(d->conf, d->rows, d->cols, &d->h, &d->w) != 0) in message_size_position()
60 if (set_widget_autosize(d->conf, d->rows, d->cols, &d->h, &d->w, in message_size_position()
61 d->text, (*htext < 0) ? htext : NULL, &d->bs, 0, 0) != 0) in message_size_position()
64 if (widget_checksize(d->h, d->w, &d->bs, MIN(*htext, 1), minw) != 0) in message_size_position()
66 if (set_widget_position(d->conf, &d->y, &d->x, d->h, d->w) != 0) in message_size_position()
76 if (d->built) { in message_draw()
84 if (d->built) in message_draw()
132 d.bs.curr = (d.bs.curr + 1) % d.bs.nbuttons; in do_message()
136 d.bs.curr--; in do_message()
[all …]
H A Dtextbox.c62 mvwvline(d->widget, (d->h / 2) - 2, 0, arrowch, 4); in updateborders()
65 mvwvline_set(d->widget, (d->h / 2) - 2, 0, &borderch, 4); in updateborders()
71 mvwvline(d->widget, (d->h / 2) - 2, d->w - 1, arrowch, 4); in updateborders()
74 mvwvline_set(d->widget, (d->h / 2) - 2, d->w - 1, &borderch, 4); in updateborders()
80 mvwprintw(d->widget, d->h - 3, d->w - 6, in updateborders()
90 if (set_widget_size(d->conf, d->rows, d->cols, &d->h, &d->w) != 0) in textbox_size_position()
92 if (set_widget_autosize(d->conf, d->rows, d->cols, &d->h, &d->w, in textbox_size_position()
96 if (widget_checksize(d->h, d->w, &d->bs, MIN(st->hpad, 1), minw) != 0) in textbox_size_position()
98 if (set_widget_position(d->conf, &d->y, &d->x, d->h, d->w) != 0) in textbox_size_position()
118 st->xs = (st->margin == 0) ? d->x + 1 : d->x + 2; in textbox_draw()
[all …]
/freebsd/lib/libnetmap/
H A Dnmport.c64 d->clist = d->clist->next; in nmport_pop_cleanup()
82 d = nmctx_malloc(ctx, sizeof(*d)); in nmport_new_with_ctx()
87 memset(d, 0, sizeof(*d)); in nmport_new_with_ctx()
109 nmctx_free(d->ctx, d); in nmport_delete()
121 nmctx_free(d->ctx, d->extmem); in nmport_extmem_cleanup()
158 memset(d->extmem, 0, sizeof(*d->extmem)); in nmport_extmem()
564 memset(&d->reg, 0, sizeof(d->reg)); in nmport_undo_parse()
565 memset(&d->hdr, 0, sizeof(d->hdr)); in nmport_undo_parse()
615 if (ioctl(d->fd, NIOCCTRL, &d->hdr) < 0) { in nmport_register()
718 d->cur_tx_ring = d->first_tx_ring = i; in nmport_mmap()
[all …]
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-fetch.c291 (void) d; in pt_pkt_decode_unknown()
298 (void) d; in pt_qry_decode_unknown()
305 (void) d; in pt_pkt_decode_pad()
312 (void) d; in pt_qry_decode_pad()
319 (void) d; in pt_pkt_decode_psb()
326 (void) d; in pt_qry_decode_psb()
333 (void) d; in pt_pkt_decode_tip()
340 (void) d; in pt_qry_decode_tip()
347 (void) d; in pt_pkt_decode_tnt_8()
354 (void) d; in pt_qry_decode_tnt_8()
[all …]
/freebsd/cddl/usr.sbin/dtrace/tests/common/safety/
H A DMakefile9 tst.caller.d \
11 tst.copyin.d \
15 tst.errno.d \
17 tst.gid.d \
18 tst.hton.d \
19 tst.index.d \
21 tst.jid.d \
24 tst.null.d \
25 tst.pid.d \
26 tst.ppid.d \
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dsha1.c228 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3); in transform()
229 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); in transform()
230 R0(c,d,e,a,b, 8); R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in transform()
231 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); R0(a,b,c,d,e,15); in transform()
232 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19); in transform()
233 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23); in transform()
234 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(d,e,a,b,c,27); in transform()
235 R2(c,d,e,a,b,28); R2(b,c,d,e,a,29); R2(a,b,c,d,e,30); R2(e,a,b,c,d,31); in transform()
236 R2(d,e,a,b,c,32); R2(c,d,e,a,b,33); R2(b,c,d,e,a,34); R2(a,b,c,d,e,35); in transform()
237 R2(e,a,b,c,d,36); R2(d,e,a,b,c,37); R2(c,d,e,a,b,38); R2(b,c,d,e,a,39); in transform()
[all …]
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A DMakefile.am47 %D%/zpool.d/cmd_to \
50 %D%/zpool.d/enc \
58 %D%/zpool.d/label \
60 %D%/zpool.d/lsblk \
61 %D%/zpool.d/media \
62 %D%/zpool.d/model \
73 %D%/zpool.d/ses \
74 %D%/zpool.d/size \
75 %D%/zpool.d/slot \
79 %D%/zpool.d/temp \
[all …]
/freebsd/cddl/usr.sbin/dtrace/tests/common/preprocessor/
H A DMakefile11 err.defincomp.d \
15 err.incompelse.d \
16 err.mulelse.d \
17 tst.ifdef.d \
18 tst.ifdef.d.out \
19 tst.ifndef.d \
21 tst.ifnotdef.d \
29 tst.muland.d \
31 tst.mulor.d \
33 tst.precondi.d \
[all …]
/freebsd/contrib/bc/tests/
H A Dother.sh53 d="$1"
55 check_d_arg "$d"
327 out1="$outputdir/${d}_outputs/${d}_other.txt"
328 out2="$outputdir/${d}_outputs/${d}_other_test.txt"
417 checkerrtest "$d" "$err" "invalid file argument" "$out2" "$d"
422 checkerrtest "$d" "$err" "invalid option argument" "$out2" "$d"
457 checkerrtest "$d" "$err" "colon short option" "$out2" "$d"
462 checkerrtest "$d" "$err" "colon long option" "$out2" "$d"
556 checkerrtest "$d" "$err" "directory" "$out2" "$d"
567 checkerrtest "$d" "$err" "binary file" "$out2" "$d"
[all …]
/freebsd/lib/libc/regex/grot/
H A Ddebug.c20 regprint(r, d) in regprint() argument
22 FILE *d;
37 fprintf(d, ", BAD");
47 fprintf(d, "\n");
48 s_print(g, d);
56 s_print(g, d) in s_print() argument
58 FILE *d;
97 fprintf(d, "^");
100 fprintf(d, "$");
109 fprintf(d, ".");
[all …]
/freebsd/cddl/usr.sbin/dtrace/tests/common/llquantize/
H A DMakefile27 tst.bases.d \
28 tst.bases.d.out \
29 tst.basic.d \
30 tst.basic.d.out \
31 tst.negorder.d \
33 tst.negvalue.d \
35 tst.normal.d \
37 tst.range.d \
38 tst.range.d.out \
39 tst.steps.d \
[all …]

12345678910>>...144