Home
last modified time | relevance | path

Searched refs:OpenFd (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c536 typedef struct OpenFd struct
541 struct OpenFd *next, *prev; argument
542 } OpenFd; typedef
545 static OpenFd *allocated_fds = NULL;
554 OpenFd *i = allocated_fds; in ML_()
586 OpenFd *i; in ML_()
603 i = VG_(malloc)("syswrap.rfdowgn.1", sizeof(OpenFd)); in ML_()
639 OpenFd *i = allocated_fds; in ML_()
651 OpenFd *i = allocated_fds; in ML_()
826 OpenFd *i = allocated_fds; in VG_()