Home
last modified time | relevance | path

Searched refs:a_stale (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dfio.c469 afd->a_stale = 0; in clear_stale_fd()
486 afd->a_stale = 0; in free_afd()
743 t->t_activefd.a_stale = 1; in closeandsetf()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h89 int a_stale; /* one of the active fds is being closed */ member
H A Dproc.h567 #define MUSTRETURN(p, t) (ISHOLD(p) | (t)->t_activefd.a_stale)
/illumos-gate/usr/src/uts/intel/os/
H A Dsyscall.c526 if (error == EINTR && t->t_activefd.a_stale) in post_syscall()
/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c618 if (error == EINTR && t->t_activefd.a_stale) in post_syscall()