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

  /onnv/onnv-gate/usr/src/uts/common/os/
fio.c 461 /* uninitialized is ok here, a_nfd is then zero */
462 for (i = 0; i < afd->a_nfd; i++) {
476 if (afd->a_nfd > sizeof (afd->a_buf) / sizeof (afd->a_buf[0])) {
478 kmem_free(afd->a_fd, afd->a_nfd * sizeof (afd->a_fd[0]));
483 afd->a_nfd = sizeof (afd->a_buf) / sizeof (afd->a_buf[0]);
485 for (i = 0; i < afd->a_nfd; i++)
499 if (afd->a_nfd == 0) { /* first time initialization */
507 for (i = 0; i < afd->a_nfd; i++) {
518 old_nfd = afd->a_nfd;
527 afd->a_nfd = new_nfd
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
thread.h 79 kmutex_t a_fdlock; /* protects a_fd and a_nfd */
81 int a_nfd; /* number of entries in *a_fd */ member in struct:__anon1

Completed in 0 milliseconds