Searched defs:ProcStat (Results 1 – 2 of 2) sorted by relevance
123 struct ProcStat { struct124 mode_t stMode;125 struct ProcDirEntry *pPDE;126 char name[NAME_MAX];
465 int ProcStat(const char *file, struct ProcStat *buf) in ProcStat() function