Searched defs:ProcStat (Results 1 – 2 of 2) sorted by relevance
143 struct ProcStat { struct144 mode_t stMode;145 struct ProcDirEntry *pPDE;146 char name[NAME_MAX];
502 int ProcStat(const char *file, struct ProcStat *buf) in ProcStat() function