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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h112 typedef struct evFile { struct
118 struct evFile * prev;
119 struct evFile * next;
120 struct evFile * fdprev;
121 struct evFile * fdnext;
122 } evFile; typedef in typeref:struct:evFile
170 struct { evFile *this; int eventmask; } file;
223 evFile *files, *fdNext;
230 evFile *fdTable[FD_SETSIZE];
233 evFile **fdTabl
[all...]
H A Dev_files.c42 static evFile *FindFD(const evContext_p *ctx, int fd, int eventmask);
53 evFile *id;
158 evFile *del = opaqueID.opaque;
159 evFile *cur;
267 static evFile *
269 evFile *id;
H A Deventlib.c404 evFile *fid;
509 evFile *this = ev->u.file.this;

Completed in 47 milliseconds