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

/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dev_files.c42 static evFile *FindFD(const evContext_p *ctx, int fd, int eventmask);
77 id = FindFD(ctx, fd, EV_MASK_ALL);
98 if (id != NULL && FindFD(ctx, fd, eventmask) != NULL)
197 if (!(cur = FindFD(ctx, del->fd, EV_MASK_ALL)) &&
268 FindFD(const evContext_p *ctx, int fd, int eventmask) { function

Completed in 14 milliseconds