Searched refs:nsc_ioerr (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_disk.c46 "UserRead", (uintptr_t)nsc_ioerr, _I(uread),
47 "UserWrite", (uintptr_t)nsc_ioerr, _I(uwrite),
50 "Control", (uintptr_t)nsc_ioerr, _I(control),
89 if ((io->alloc_buf != nsc_ioerr && io->free_buf != nsc_fatal) ||
91 if (io->uread == nsc_ioerr)
94 if (io->uwrite == nsc_ioerr &&
102 io->free_h != nsc_fatal || io->alloc_buf != nsc_ioerr ||
107 if (io->uread == nsc_ioerr && io->uwrite == nsc_ioerr)
H A Dnsc_cache.c46 "AllocBuf", (uintptr_t)nsc_ioerr, _I(alloc_buf),
51 "Copy", (uintptr_t)nsc_ioerr, _I(copy),
52 "CopyDirect", (uintptr_t)nsc_ioerr, _I(copy_direct),
H A Dnsc_gen.c908 int nsc_ioerr() { return (EIO); } function
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dnsctl_inter.h49 int nsc_ioerr() { } function
H A Dnsctl.h84 extern int nsc_inval(), nsc_ioerr();

Completed in 105 milliseconds