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

  /onnv/onnv-gate/usr/src/uts/common/os/
fio.c 467 afd->a_stale = 0;
484 afd->a_stale = 0;
704 * set their a_stale flag, and set them running if they
707 * test the a_stale flag and set errno to EBADF.
743 t->t_activefd.a_stale = 1;
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
thread.h 82 int a_stale; /* one of the active fds is being closed */ member in struct:__anon1
proc.h 548 #define MUSTRETURN(p, t) (ISHOLD(p) | (t)->t_activefd.a_stale)
  /onnv/onnv-gate/usr/src/uts/intel/ia32/os/
syscall.c 526 if (error == EINTR && t->t_activefd.a_stale)
    [all...]
  /onnv/onnv-gate/usr/src/uts/sparc/os/
syscall.c 617 if (error == EINTR && t->t_activefd.a_stale)

Completed in 6118 milliseconds