Home
last modified time | relevance | path

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

12345678910>>...142

/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 DMakefile9 err.D_AGG_FUNC.bad.d \
81 tst.avg.d \
85 tst.clear.d \
99 tst.count.d \
110 tst.forms.d \
125 tst.max.d \
129 tst.min.d \
152 tst.order.d \
173 tst.subr.d \
174 tst.sum.d \
[all …]
/freebsd/cddl/usr.sbin/dtrace/tests/common/dtraceUtil/
H A DMakefile10 man.APIVersion.d \
11 man.AddSearchPath.d \
12 man.CoalesceTrace.d \
13 man.ELFGeneration.d \
14 man.IncludedFilePath.d \
15 man.ShowCompilerCode.d \
18 tst.BufsizeGiga.d.ksh \
19 tst.BufsizeKilo.d.ksh \
20 tst.BufsizeMega.d.ksh \
21 tst.BufsizeTera.d.ksh \
[all …]
/freebsd/cddl/usr.sbin/dtrace/tests/common/funcs/
H A DMakefile50 err.copyout.d \
60 tst.bcopy.d \
64 tst.copyin.d \
71 tst.hton.d \
72 tst.index.d \
88 tst.rand.d \
89 tst.strchr.d \
93 tst.strstr.d \
95 tst.strtok.d \
98 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 DMakefile10 err.BufSizeVariations1.d \
11 err.BufSizeVariations2.d \
43 err.NegativeNspec.d \
48 tst.CommitWithZero.d \
54 tst.ExitAftDiscard.d \
55 tst.NoSpecBuffer.d \
62 tst.SpeculationID.d \
64 tst.TwoSpecBuffers.d \
65 tst.negcommit.d \
66 tst.negspec.d \
[all …]
/freebsd/cddl/usr.sbin/dtrace/tests/common/types/
H A DMakefile40 tst.basics.d \
42 tst.bitops.d \
44 tst.complex.d \
46 tst.const.d \
48 tst.conv.d \
49 tst.enum.d \
51 tst.intops.d \
54 tst.ptrops.d \
55 tst.relenum.d \
59 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/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 DMakefile24 tst.basics.d \
26 tst.flags.d \
28 tst.hello.d \
30 tst.ints.d \
32 tst.precs.d \
46 tst.rawfmt.d \
48 tst.signs.d \
50 tst.str.d \
52 tst.sym.d \
54 tst.uints.d \
[all …]
/freebsd/sys/dev/sound/pcm/
H A Dsound.c338 if (!PCM_REGISTERED(d) || CHN_EMPTY(d, channels.pcm)) in sysctl_hw_snd_default_unit()
480 PCM_LOCK(d); in pcm_chn_create()
571 PCM_LOCK(d); in pcm_addchan()
674 if (d->playcount == 0 || d->reccount == 0) in pcm_setstatus()
677 if (d->playcount > 0 || d->reccount > 0) in pcm_setstatus()
684 PCM_LOCK(d); in pcm_setstatus()
773 PCM_LOCK(d); in sysctl_dev_pcm_bitperfect()
774 PCM_WAIT(d); in sysctl_dev_pcm_bitperfect()
926 PCM_LOCK(d); in pcm_unregister()
927 PCM_WAIT(d); in pcm_unregister()
[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 …]
/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 DMakefile10 tst.caller.d \
12 tst.copyin.d \
16 tst.errno.d \
18 tst.gid.d \
19 tst.hton.d \
20 tst.index.d \
22 tst.jid.d \
25 tst.null.d \
26 tst.pid.d \
27 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 DMakefile12 err.defincomp.d \
16 err.incompelse.d \
17 err.mulelse.d \
18 tst.ifdef.d \
19 tst.ifdef.d.out \
20 tst.ifndef.d \
22 tst.ifnotdef.d \
30 tst.muland.d \
32 tst.mulor.d \
34 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 DMakefile28 tst.bases.d \
29 tst.bases.d.out \
30 tst.basic.d \
31 tst.basic.d.out \
32 tst.negorder.d \
34 tst.negvalue.d \
36 tst.normal.d \
38 tst.range.d \
39 tst.range.d.out \
40 tst.steps.d \
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dkeytab_memory.c60 for (d = mkt_head; d != NULL; d = d->next) in mkt_resolve()
63 if (d) { in mkt_resolve()
67 d->refcount++; in mkt_resolve()
68 id->data = d; in mkt_resolve()
73 d = calloc(1, sizeof(*d)); in mkt_resolve()
83 free(d); in mkt_resolve()
125 free(d); in mkt_close()
177 tmp = realloc(d->entries, (d->num_entries + 1) * sizeof(*d->entries)); in mkt_add_entry()
185 &d->entries[d->num_entries++]); in mkt_add_entry()
203 for(end = d->entries + d->num_entries, e = end - 1; e >= d->entries; e--) { in mkt_remove_entry()
[all …]

12345678910>>...142