Home
last modified time | relevance | path

Searched refs:pu_evs (Results 1 – 3 of 3) sorted by relevance

/netbsd/lib/libpuffs/
H A Dpuffs.c856 EV_SET(&pu->pu_evs[nchanges], fio->io_fd, in puffs__theloop()
863 EV_SET(&pu->pu_evs[nchanges], fio->io_fd, in puffs__theloop()
871 ndone = kevent(pu->pu_kq, pu->pu_evs, nchanges, in puffs__theloop()
872 pu->pu_evs, pu->pu_nevs, pu->pu_ml_timep); in puffs__theloop()
886 for (curev = pu->pu_evs; ndone--; curev++) { in puffs__theloop()
973 if (reallocarr(&pu->pu_evs, nevs, sizeof(struct kevent)) != 0) { in puffs_mainloop()
979 curev = pu->pu_evs; in puffs_mainloop()
996 assert(curev - pu->pu_evs == (ssize_t)pu->pu_nevs); in puffs_mainloop()
997 if (kevent(pu->pu_kq, pu->pu_evs, pu->pu_nevs, NULL, 0, NULL) == -1) in puffs_mainloop()
H A Dpuffs_priv.h147 struct kevent *pu_evs; member
H A Dframebuf.c786 if (reallocarr(&pu->pu_evs, nevs, sizeof(struct kevent)) != 0) { in puffs__framev_addfd_ctrl()
1070 free(pu->pu_evs); in puffs__framev_exit()