Searched refs:uwrite (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prusrio.c | 102 if ((error = uwrite(p, bp, len, addr)) != 0) {
|
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_dev.h | 70 int (*uwrite)(); /* User write */ member in struct:nsc_io_s
|
H A D | nsc_disk.c | 47 "UserWrite", (uintptr_t)nsc_ioerr, _I(uwrite), 94 if (io->uwrite == nsc_ioerr && 96 io->uwrite = _nsc_uwrite; 107 if (io->uread == nsc_ioerr && io->uwrite == nsc_ioerr) 140 return (*fd->sf_aio->uwrite)(fd->sf_cd, uiop, crp, fd);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | urw.c | 320 uwrite(proc_t *p, void *buf, size_t len, uintptr_t a) function
|
/illumos-gate/usr/src/uts/sparc/dtrace/ |
H A D | fasttrap_isa.c | 1057 if (uwrite(p, &instr, 4, tp->ftt_pc) != 0) 1076 if (uwrite(p, &tp->ftt_instr, 4, tp->ftt_pc) != 0)
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | proc.h | 655 extern int uwrite(proc_t *, void *, size_t, uintptr_t);
|
/illumos-gate/usr/src/uts/intel/dtrace/ |
H A D | fasttrap_isa.c | 609 if (uwrite(p, &instr, 1, tp->ftt_pc) != 0) 628 if (uwrite(p, &tp->ftt_instr[0], 1, tp->ftt_pc) != 0)
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | trap.c | 241 if (uwrite(curthread->t_procp, instr, SLOW_SCALL_SIZE,
|
Completed in 790 milliseconds