Searched refs:dt_write (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/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 | 584 extern ssize_t dt_write(dtrace_hdl_t *, int, const void *, size_t);
|
H A D | dt_subr.c | 512 dt_write(dtrace_hdl_t *dtp, int fd, const void *buf, size_t n) function
|
/illumos-gate/usr/src/uts/common/io/lvm/md/ |
H A D | md_mddb.c | 3537 dt_write(mddb_set_t *s) function 3780 (void) dt_write(s); 7547 (void) dt_write(s); 8599 (void) dt_write(s); 10610 if (err = dt_write(s)) { 12609 if ((err = dt_write(s)) != 0) {
|
Completed in 109 milliseconds