Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/filesystem/procfs/
Dprocfs.c19 static int64_t proc_create_file(const char *path, mode_t type, long pid);
463 retval = proc_create_file(tmp, PROC_STATUS, pid); in procfs_register_pid()
476 static int64_t proc_create_file(const char *path, mode_t type, long pid) in proc_create_file() function