Home
last modified time | relevance | path

Searched refs:afd_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dthread.h62 typedef struct _afd_not_used afd_t; typedef
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h227 extern void free_afd(afd_t *afd);
H A Dthread.h91 } afd_t; typedef
291 afd_t t_activefd; /* active file descriptor table */
/illumos-gate/usr/src/uts/common/os/
H A Dfio.c460 afd_t *afd = &curthread->t_activefd; in clear_stale_fd()
473 free_afd(afd_t *afd) /* called below and from thread_free() */ in free_afd()
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()