Home
last modified time | relevance | path

Searched refs:t_activefd (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dfio.c460 afd_t *afd = &curthread->t_activefd; in clear_stale_fd()
494 afd_t *afd = &curthread->t_activefd; in set_active_fd()
544 afd_t *afd = &curthread->t_activefd; in clear_active_fd()
562 afd_t *afd = &t->t_activefd; in is_active_fd()
743 t->t_activefd.a_stale = 1; in closeandsetf()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h291 afd_t t_activefd; /* active file descriptor table */ 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()
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c761 free_afd(&t->t_activefd); in thread_free()