HomeSort by: relevance | last modified time | path
    Searched defs:curev (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libpuffs/
puffs.c 791 struct kevent *curev; local in function:puffs__theloop
886 for (curev = pu->pu_evs; ndone--; curev++) {
891 if (curev->ident == puffsfd) {
898 fio = (void *)curev->udata;
903 if (curev->flags & EV_ERROR) {
904 assert(curev->filter == EVFILT_WRITE);
909 (int)curev->data);
915 switch (curev->filter) {
931 warn("unhandled filter %d", curev->filter)
955 struct kevent *curev; local in function:puffs_mainloop
    [all...]
puffs.c 791 struct kevent *curev; local in function:puffs__theloop
886 for (curev = pu->pu_evs; ndone--; curev++) {
891 if (curev->ident == puffsfd) {
898 fio = (void *)curev->udata;
903 if (curev->flags & EV_ERROR) {
904 assert(curev->filter == EVFILT_WRITE);
909 (int)curev->data);
915 switch (curev->filter) {
931 warn("unhandled filter %d", curev->filter)
955 struct kevent *curev; local in function:puffs_mainloop
    [all...]
puffs.c 791 struct kevent *curev; local in function:puffs__theloop
886 for (curev = pu->pu_evs; ndone--; curev++) {
891 if (curev->ident == puffsfd) {
898 fio = (void *)curev->udata;
903 if (curev->flags & EV_ERROR) {
904 assert(curev->filter == EVFILT_WRITE);
909 (int)curev->data);
915 switch (curev->filter) {
931 warn("unhandled filter %d", curev->filter)
955 struct kevent *curev; local in function:puffs_mainloop
    [all...]

Completed in 66 milliseconds