Home
last modified time | relevance | path

Searched refs:dof (Results 1 – 20 of 20) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gdb/
H A Ddtrace-probe.c362 #define DTRACE_DOF_PTR(dof, offset) (&((char *) (dof))[(offset)]) argument
371 DOF_UINT ((dof), (dof)->dofh_secoff) \
372 + ((idx) * DOF_UINT ((dof), (dof)->dofh_secsize))))
545 DOF_UINT (dof, dof->dofh_secoff)); in dtrace_process_dof()
546 for (i = 0; i < DOF_UINT (dof, dof->dofh_secnum); i++, section++) in dtrace_process_dof()
554 DOF_UINT (dof, dof->dofh_secoff)); in dtrace_process_dof()
555 for (i = 0; i < DOF_UINT (dof, dof->dofh_secnum); i++, section++) in dtrace_process_dof()
559 DTRACE_DOF_PTR (dof, DOF_UINT (dof, section->dofs_offset)); in dtrace_process_dof()
595 DTRACE_DOF_PTR (dof, DOF_UINT (dof, probes_s->dofs_offset) in dtrace_process_dof()
853 bfd_byte *dof; in get_probes() local
[all …]
H A DChangeLog-201512646 (dtrace_get_probes) Change type of variable 'dof'.
H A DChangeLog-20199493 call dtrace_process_dof with NULL dof.
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Ddtrace-probe.c362 #define DTRACE_DOF_PTR(dof, offset) (&((char *) (dof))[(offset)]) argument
371 DOF_UINT ((dof), (dof)->dofh_secoff) \
372 + ((idx) * DOF_UINT ((dof), (dof)->dofh_secsize))))
545 DOF_UINT (dof, dof->dofh_secoff)); in dtrace_process_dof()
546 for (i = 0; i < DOF_UINT (dof, dof->dofh_secnum); i++, section++) in dtrace_process_dof()
554 DOF_UINT (dof, dof->dofh_secoff)); in dtrace_process_dof()
555 for (i = 0; i < DOF_UINT (dof, dof->dofh_secnum); i++, section++) in dtrace_process_dof()
559 DTRACE_DOF_PTR (dof, DOF_UINT (dof, section->dofs_offset)); in dtrace_process_dof()
595 DTRACE_DOF_PTR (dof, DOF_UINT (dof, probes_s->dofs_offset) in dtrace_process_dof()
853 bfd_byte *dof; in get_probes() local
[all …]
H A DChangeLog-201512646 (dtrace_get_probes) Change type of variable 'dof'.
H A DChangeLog-20199493 call dtrace_process_dof with NULL dof.
/netbsd/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddrti.c100 dof_hdr_t *dof = &__SUNW_dof; in dtrace_dof_init() local
139 if (dof->dofh_ident[DOF_ID_MAG0] != DOF_MAG_MAG0 || in dtrace_dof_init()
140 dof->dofh_ident[DOF_ID_MAG1] != DOF_MAG_MAG1 || in dtrace_dof_init()
141 dof->dofh_ident[DOF_ID_MAG2] != DOF_MAG_MAG2 || in dtrace_dof_init()
142 dof->dofh_ident[DOF_ID_MAG3] != DOF_MAG_MAG3) { in dtrace_dof_init()
149 dh.dofhp_dof = (uintptr_t)dof; in dtrace_dof_init()
187 dbg_printf(1, "DTrace ioctl failed for DOF at %p", dof); in dtrace_dof_init()
189 dbg_printf(1, "DTrace ioctl succeeded for DOF at %p\n", dof); in dtrace_dof_init()
H A Ddt_link.c151 dofs = (dof_sec_t *)((char *)dof + dof->dofh_secoff); in prepare_elf32()
299 sym->st_size = dof->dofh_filesz; in prepare_elf32()
352 dofs = (dof_sec_t *)((char *)dof + dof->dofh_secoff); in prepare_elf64()
486 sym->st_size = dof->dofh_filesz; in prepare_elf64()
588 shp->sh_size = dof->dofh_filesz; in dump_elf32()
619 PWRITE_SCN(ESHDR_DOF, dof)) { in dump_elf32()
644 PWRITE_SCN(ESHDR_DOF, dof)) { in dump_elf32()
735 shp->sh_size = dof->dofh_filesz; in dump_elf64()
1716 dof_hdr_t *dof; in dtrace_program_link() local
1822 if (dt_write(dtp, fd, dof, dof->dofh_filesz) < dof->dofh_filesz) in dtrace_program_link()
[all …]
H A Ddt_dof.c642 dt_buf_t dof; in dtrace_dof_create() local
897 dt_buf_create(dtp, &dof, "dof", h.dofh_filesz); in dtrace_dof_create()
905 return (dt_buf_claim(dtp, &dof)); in dtrace_dof_create()
911 dt_free(dtp, dof); in dtrace_dof_destroy()
917 dof_hdr_t *dof; in dtrace_getopt_dof() local
930 if ((dof = dt_zalloc(dtp, len)) == NULL || in dtrace_getopt_dof()
931 dof_hdr(dtp, DOF_VERSION, dof) != 0) { in dtrace_getopt_dof()
932 dt_free(dtp, dof); in dtrace_getopt_dof()
937 dof->dofh_loadsz = len; in dtrace_getopt_dof()
938 dof->dofh_filesz = len; in dtrace_getopt_dof()
[all …]
H A Ddt_options.c884 dof_hdr_t hdr, *dof; in dt_options_load() local
899 dof = &hdr; in dt_options_load()
900 if (dt_ioctl(dtp, DTRACEIOC_DOFGET, &dof) == -1) in dt_options_load()
907 dof = calloc(hdr.dofh_loadsz, 1); in dt_options_load()
908 if (dof == NULL) in dt_options_load()
910 dof->dofh_loadsz = hdr.dofh_loadsz; in dt_options_load()
916 if (dt_ioctl(dtp, DTRACEIOC_DOFGET, dof) == -1) in dt_options_load()
921 free(dof); in dt_options_load()
925 for (i = 0; i < dof->dofh_secnum; i++) { in dt_options_load()
927 dof->dofh_secoff + i * dof->dofh_secsize); in dt_options_load()
[all …]
H A Ddt_work.c186 void *dof; in dtrace_go() local
204 if ((dof = dtrace_getopt_dof(dtp)) == NULL) in dtrace_go()
207 args.dof = dof; in dtrace_go()
211 dtrace_dof_destroy(dtp, dof); in dtrace_go()
H A Ddt_program.c157 void *dof; in dtrace_program_exec() local
162 if ((dof = dtrace_dof_create(dtp, pgp, DTRACE_D_STRIP)) == NULL) in dtrace_program_exec()
165 args.dof = dof; in dtrace_program_exec()
168 dtrace_dof_destroy(dtp, dof); in dtrace_program_exec()
H A Ddt_pid.c834 args.dof = NULL; in dt_pid_create_probes_module()
/netbsd/external/cddl/osnet/dev/dtrace/
H A Ddtrace_ioctl.c47 dof_hdr_t *dof; in dtrace_ioctl_helper() local
51 dof = NULL; in dtrace_ioctl_helper()
80 if (dof == NULL) { in dtrace_ioctl_helper()
416 dtrace_dof_destroy(dof); in dtrace_ioctl()
421 dof_hdr_t *dof = NULL; in dtrace_ioctl() local
434 if (p->dof == NULL) { in dtrace_ioctl()
440 if ((dof = dtrace_dof_copyin((uintptr_t) p->dof, &rval)) == NULL) in dtrace_ioctl()
450 dtrace_dof_destroy(dof); in dtrace_ioctl()
458 dtrace_dof_destroy(dof); in dtrace_ioctl()
466 dtrace_dof_destroy(dof); in dtrace_ioctl()
[all …]
/netbsd/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c9804 dof->dofh_secoff + i * dof->dofh_secsize);
9861 dof->dofh_secoff + i * dof->dofh_secsize);
13541 return (dof);
13585 return (dof);
13635 return (dof);
13680 return (dof);
13764 return (dof);
13774 dof = NULL;
13850 kmem_free(dof, dof->dofh_loadsz);
13863 ((uintptr_t)dof + dof->dofh_secoff + i * dof->dofh_secsize);
[all …]
/netbsd/external/bsd/ntp/dist/libntp/
H A Dntp_calendar.c1119 int32_t dof in ntpcal_daysplit_to_date() argument
1122 dof += ntpcal_daysec_to_date(jd, ds->lo); in ntpcal_daysplit_to_date()
1123 return ntpcal_rd_to_date(jd, ds->hi + dof); in ntpcal_daysplit_to_date()
1140 int32_t dof in ntpcal_daysplit_to_tm() argument
1143 dof += ntpcal_daysec_to_tm(utm, ds->lo); in ntpcal_daysplit_to_tm()
1145 return ntpcal_rd_to_tm(utm, ds->hi + dof); in ntpcal_daysplit_to_tm()
/netbsd/external/cddl/osnet/dist/cmd/dtrace/
H A Ddtrace.c677 anon_prog(const dtrace_cmd_t *dcp, dof_hdr_t *dof, int n) in anon_prog() argument
681 if (dof == NULL) in anon_prog()
684 p = (uchar_t *)dof; in anon_prog()
685 q = p + dof->dofh_loadsz; in anon_prog()
708 dtrace_dof_destroy(g_dtp, dof); in anon_prog()
/netbsd/external/cddl/osnet/dist/uts/common/sys/
H A Ddtrace.h1306 void *dof; /* DOF userland address written to driver. */ member
/netbsd/external/public-domain/tz/dist/
H A Dnorthamerica2518 # http://dof.gob.mx/nota_detalle.php?codigo=5127480&fecha=06/01/2010
2554 # http://www.dof.gob.mx/nota_detalle.php?codigo=5380123&fecha=31/01/2015
2570 # https://www.dof.gob.mx/nota_detalle.php?codigo=5670045&fecha=28/10/2022
2618 # https://www.dof.gob.mx/nota_detalle.php?codigo=5670045&fecha=28/10/2022
2772 # http://dof.gob.mx/nota_detalle.php?codigo=5127480&fecha=06/01/2010
/netbsd/etc/
H A Dservices8347 dof-eps 3567/tcp # DOF Protocol Stack [OpenDOF] …
8348 dof-eps 3567/udp # DOF Protocol Stack [OpenDOF] …
8349 dof-tunnel-sec 3568/tcp # DOF Secure Tunnel [OpenDOF] …
8350 dof-tunnel-sec 3568/udp # DOF Secure Tunnel [OpenDOF] …
11786 dof-dps-mc-sec 5567/tcp # DOF Protocol Stack [OpenDOF] …
11788 dof-dps-mc-sec 5567/udp # DOF Protocol Stack [OpenDOF] …
14352 dof-tunnel 8567/tcp # DOF Tunneling Protocol [OpenDOF] …
14353 dof-tunnel 8567/udp # DOF Tunneling Protocol [OpenDOF] …