Lines Matching defs:mode
56 /* Default file mode for procfs */
99 int (*mkdir)(struct ProcDirEntry *parent, const char *dirName, mode_t mode, struct ProcDirEntry **pde);
108 mode_t mode;
176 * @param mode [IN] Type #mode_t the mode of create's node.
187 extern struct ProcDirEntry *CreateProcEntry(const char *name, mode_t mode, struct ProcDirEntry *parent);
253 * @param mode [IN] Type #mode_t the mode of create's node.
264 extern struct ProcDirEntry *ProcCreate(const char *name, mode_t mode,
282 * @param mode [IN] Type #mode_t the mode of create's node.
294 extern struct ProcDirEntry *ProcCreateData(const char *name, mode_t mode, struct ProcDirEntry *parent,