Searched refs:FindFD (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/isc/
H A Dev_files.c44 static evFile *FindFD(const evContext_p *ctx, int fd, int eventmask);
79 id = FindFD(ctx, fd, EV_MASK_ALL);
100 if (id != NULL && FindFD(ctx, fd, eventmask) != NULL)
199 if (!(cur = FindFD(ctx, del->fd, EV_MASK_ALL)) &&
270 FindFD(const evContext_p *ctx, int fd, int eventmask) { function

Completed in 102 milliseconds