Searched refs:dt_write (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_link.c64 dt_write(dtp, fd, (data), elf_file.shdr[(index)].sh_size) != \
542 if (dt_write(dtp, fd, &elf_file,
566 if (dt_write(dtp, fd, &elf_file,
679 if (dt_write(dtp, fd, &elf_file,
699 if (dt_write(dtp, fd, &elf_file,
1552 if (dt_write(dtp, fd, dof, dof->dofh_filesz) < dof->dofh_filesz)
H A Ddt_impl.h564 extern ssize_t dt_write(dtrace_hdl_t *, int, const void *, size_t);
H A Ddt_subr.c594 dt_write(dtrace_hdl_t *dtp, int fd, const void *buf, size_t n) function

Completed in 783 milliseconds