Searched refs:dt_write (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_link.c | 77 dt_write(dtp, fd, (data), elf_file.shdr[(index)].sh_size) != \ 592 if (dt_write(dtp, fd, &elf_file, in dump_elf32() 616 if (dt_write(dtp, fd, &elf_file, in dump_elf32() 738 if (dt_write(dtp, fd, &elf_file, in dump_elf64() 758 if (dt_write(dtp, fd, &elf_file, in dump_elf64() 1799 if (dt_write(dtp, fd, dof, dof->dofh_filesz) < dof->dofh_filesz) in dtrace_program_link()
|
| HD | dt_impl.h | 637 extern ssize_t dt_write(dtrace_hdl_t *, int, const void *, size_t);
|
| HD | dt_subr.c | 542 dt_write(dtrace_hdl_t *dtp, int fd, const void *buf, size_t n) in dt_write() function
|