Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libfakekernel/common/sys/
H A Dthread.h61 typedef struct _afd_not_used afd_t; typedef
/titanic_41/usr/src/uts/common/sys/
H A Dfile.h208 extern void free_afd(afd_t *afd);
H A Dthread.h84 } afd_t; typedef
286 afd_t t_activefd; /* active file descriptor table */
/titanic_41/usr/src/uts/common/os/
H A Dfio.c458 afd_t *afd = &curthread->t_activefd; in clear_stale_fd()
471 free_afd(afd_t *afd) /* called below and from thread_free() */ in free_afd()
492 afd_t *afd = &curthread->t_activefd; in set_active_fd()
542 afd_t *afd = &curthread->t_activefd; in clear_active_fd()
560 afd_t *afd = &t->t_activefd; in is_active_fd()