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

  /src/sys/kern/
kern_event.c 100 static void kqueue_doclose(struct kqueue *, struct klist *, int);
2649 kqueue_doclose(struct kqueue *kq, struct klist *list, int fd) function in typeref:typename:void
2714 kqueue_doclose(kq, (struct klist *)&ff->ff_knlist, i);
2718 kqueue_doclose(kq, &fdp->fd_knhash[i], -1);
kern_event.c 100 static void kqueue_doclose(struct kqueue *, struct klist *, int);
2649 kqueue_doclose(struct kqueue *kq, struct klist *list, int fd) function in typeref:typename:void
2714 kqueue_doclose(kq, (struct klist *)&ff->ff_knlist, i);
2718 kqueue_doclose(kq, &fdp->fd_knhash[i], -1);
kern_event.c 100 static void kqueue_doclose(struct kqueue *, struct klist *, int);
2649 kqueue_doclose(struct kqueue *kq, struct klist *list, int fd) function in typeref:typename:void
2714 kqueue_doclose(kq, (struct klist *)&ff->ff_knlist, i);
2718 kqueue_doclose(kq, &fdp->fd_knhash[i], -1);

Completed in 156 milliseconds