Searched refs:dt_write (Results 1 - 3 of 3) sorted by relevance
| /vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
| H A D | dt_link.c | 64 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 D | dt_impl.h | 564 extern ssize_t dt_write(dtrace_hdl_t *, int, const void *, size_t);
|
| H A D | dt_subr.c | 594 dt_write(dtrace_hdl_t *dtp, int fd, const void *buf, size_t n) function
|
Completed in 783 milliseconds