Lines Matching defs:fd
45 static bool bogusfd(int fd) { in bogusfd()
73 static FdDesc *fddesc(ThreadState *thr, uptr pc, int fd) { in fddesc()
93 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s) { in init()
136 bool FdLocation(uptr addr, int *fd, int *tid, u32 *stack) { in FdLocation()
153 void FdAcquire(ThreadState *thr, uptr pc, int fd) { in FdAcquire()
164 void FdRelease(ThreadState *thr, uptr pc, int fd) { in FdRelease()
175 void FdAccess(ThreadState *thr, uptr pc, int fd) { in FdAccess()
183 void FdClose(ThreadState *thr, uptr pc, int fd) { in FdClose()
199 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate()
225 void FdEventCreate(ThreadState *thr, uptr pc, int fd) { in FdEventCreate()
232 void FdSignalCreate(ThreadState *thr, uptr pc, int fd) { in FdSignalCreate()
239 void FdInotifyCreate(ThreadState *thr, uptr pc, int fd) { in FdInotifyCreate()
246 void FdPollCreate(ThreadState *thr, uptr pc, int fd) { in FdPollCreate()
253 void FdSocketCreate(ThreadState *thr, uptr pc, int fd) { in FdSocketCreate()
261 void FdSocketAccept(ThreadState *thr, uptr pc, int fd, int newfd) { in FdSocketAccept()
270 void FdSocketConnecting(ThreadState *thr, uptr pc, int fd) { in FdSocketConnecting()
278 void FdSocketConnect(ThreadState *thr, uptr pc, int fd) { in FdSocketConnect()