Searched defs:tio_errno (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cdrw/
H A Dtrackio.c53 static int tio_errno; variable
177 tio_errno = errno;
179 tio_errno = -1;
197 tio_errno = err;
199 tio_errno = -1;
404 (tio_errno == 0) && (pcb_user_abort == 0)) {
428 if (tio_errno != 0) {
431 te->te_errno = tio_errno;
520 while ((tio_errno == 0) && (tio_done == 0)) {
524 if (tio_errno !
[all...]

Completed in 57 milliseconds