Lines Matching defs:fd
45 static bool bogusfd(int fd) { in bogusfd()
74 static FdDesc *fddesc(ThreadState *thr, uptr pc, int fd) { in fddesc()
94 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s) { in init()
137 bool FdLocation(uptr addr, int *fd, int *tid, u32 *stack) { in FdLocation()
154 void FdAcquire(ThreadState *thr, uptr pc, int fd) { in FdAcquire()
165 void FdRelease(ThreadState *thr, uptr pc, int fd) { in FdRelease()
176 void FdAccess(ThreadState *thr, uptr pc, int fd) { in FdAccess()
184 void FdClose(ThreadState *thr, uptr pc, int fd) { in FdClose()
200 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate()
226 void FdEventCreate(ThreadState *thr, uptr pc, int fd) { in FdEventCreate()
233 void FdSignalCreate(ThreadState *thr, uptr pc, int fd) { in FdSignalCreate()
240 void FdInotifyCreate(ThreadState *thr, uptr pc, int fd) { in FdInotifyCreate()
247 void FdPollCreate(ThreadState *thr, uptr pc, int fd) { in FdPollCreate()
254 void FdSocketCreate(ThreadState *thr, uptr pc, int fd) { in FdSocketCreate()
262 void FdSocketAccept(ThreadState *thr, uptr pc, int fd, int newfd) { in FdSocketAccept()
271 void FdSocketConnecting(ThreadState *thr, uptr pc, int fd) { in FdSocketConnecting()
279 void FdSocketConnect(ThreadState *thr, uptr pc, int fd) { in FdSocketConnect()