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

/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dthread.h60 /* afd_t needed by sys/file.h via sys/t_lock.h */
61 typedef struct _afd_not_used afd_t; typedef in typeref:struct:_afd_not_used
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h228 extern void free_afd(afd_t *afd);
H A Dthread.h84 } afd_t; typedef in typeref:struct:__anon190
286 afd_t t_activefd; /* active file descriptor table */
/illumos-gate/usr/src/uts/common/os/
H A Dfio.c459 afd_t *afd = &curthread->t_activefd;
472 free_afd(afd_t *afd) /* called below and from thread_free() */
493 afd_t *afd = &curthread->t_activefd;
543 afd_t *afd = &curthread->t_activefd;
561 afd_t *afd = &t->t_activefd;

Completed in 77 milliseconds