HomeSort by relevance Sort by last modified time
    Searched refs:afd_t (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
file.h 201 extern void free_afd(afd_t *afd);
thread.h 84 } afd_t; typedef in typeref:struct:__anon1
286 afd_t t_activefd; /* active file descriptor table */
  /onnv/onnv-gate/usr/src/uts/common/os/
fio.c 458 afd_t *afd = &curthread->t_activefd;
471 free_afd(afd_t *afd) /* called below and from thread_free() */
492 afd_t *afd = &curthread->t_activefd;
542 afd_t *afd = &curthread->t_activefd;
560 afd_t *afd = &t->t_activefd;
    [all...]

Completed in 300 milliseconds