Lines Matching defs:parent
71 static struct ProcDirEntry *ProcFindNode(struct ProcDirEntry *parent, const char *name) in ProcFindNode()
167 static int CheckProcName(const char *name, struct ProcDirEntry **parent, const char **lastName) in CheckProcName()
203 static struct ProcDirEntry *ProcAllocNode(struct ProcDirEntry **parent, const char *name, mode_t mo… in ProcAllocNode()
262 static int ProcAddNode(struct ProcDirEntry *parent, struct ProcDirEntry *pn) in ProcAddNode()
301 struct ProcDirEntry *parent = pn->parent; in ProcDetachNode() local
320 static struct ProcDirEntry *ProcCreateDir(struct ProcDirEntry *parent, const char *name, in ProcCreateDir()
342 static struct ProcDirEntry *ProcCreateFile(struct ProcDirEntry *parent, const char *name, in ProcCreateFile()
370 struct ProcDirEntry *CreateProcEntry(const char *name, mode_t mode, struct ProcDirEntry *parent) in CreateProcEntry()
438 void RemoveProcEntry(const char *name, struct ProcDirEntry *parent) in RemoveProcEntry()
470 struct ProcDirEntry *ProcMkdirMode(const char *name, mode_t mode, struct ProcDirEntry *parent) in ProcMkdirMode()
475 struct ProcDirEntry *ProcMkdir(const char *name, struct ProcDirEntry *parent) in ProcMkdir()
480 struct ProcDirEntry *ProcCreateData(const char *name, mode_t mode, struct ProcDirEntry *parent, in ProcCreateData()
496 struct ProcDirEntry *ProcCreate(const char *name, mode_t mode, struct ProcDirEntry *parent, in ProcCreate()