/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-linux-procfs_0.7.3.bb | 2 HOMEPAGE = "https://git.kernel.org/pub/scm/libs/python/python-linux-procfs/python-linux-procfs.git/" 7 SRC_URI = "git://git.kernel.org/pub/scm/libs/python/python-linux-procfs/python-linux-procfs.git;bra…
|
/openbmc/linux/tools/tracing/rtla/src/ |
H A D | utils.c | 322 DIR *procfs; in set_comm_sched_attr() local 331 procfs = opendir("/proc"); in set_comm_sched_attr() 332 if (!procfs) { in set_comm_sched_attr() 337 while ((proc_entry = readdir(procfs))) { in set_comm_sched_attr() 355 closedir(procfs); in set_comm_sched_attr() 696 DIR *procfs; in set_comm_cgroup() local 732 procfs = opendir("/proc"); in set_comm_cgroup() 733 if (!procfs) { in set_comm_cgroup() 738 while ((proc_entry = readdir(procfs))) { in set_comm_cgroup() 754 closedir(procfs); in set_comm_cgroup() [all …]
|
/openbmc/linux/tools/lib/api/fs/ |
H A D | fs.c | 147 FS(procfs, procfs, PROC_SUPER); 416 const char *procfs = procfs__mountpoint(); in procfs__read_str() local 418 if (!procfs) in procfs__read_str() 421 snprintf(path, sizeof(path), "%s/%s", procfs, entry); in procfs__read_str() 508 const char *procfs = procfs__mountpoint(); in sysctl__read_int() local 510 if (!procfs) in sysctl__read_int() 513 snprintf(path, sizeof(path), "%s/sys/%s", procfs, sysctl); in sysctl__read_int()
|
H A D | fs.h | 34 FS(procfs)
|
/openbmc/linux/tools/testing/selftests/timens/ |
H A D | .gitignore | 7 procfs
|
H A D | Makefile | 1 TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex vfork_exec
|
/openbmc/linux/arch/m68k/ |
H A D | Kconfig | 96 bool "Export bootinfo in procfs" 100 "bootinfo" file in procfs. This is useful with kexec.
|
/openbmc/linux/fs/lockd/ |
H A D | Makefile | 13 lockd-objs-$(CONFIG_PROC_FS) += procfs.o
|
/openbmc/linux/Documentation/ABI/obsolete/ |
H A D | procfs-i8k | 9 the procfs interface is deprecated.
|
/openbmc/linux/tools/testing/selftests/proc/ |
H A D | .gitignore | 7 /proc-multiple-procfs
|
H A D | Makefile | 26 TEST_GEN_PROGS += proc-multiple-procfs
|
/openbmc/linux/drivers/parport/ |
H A D | Makefile | 6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
|
/openbmc/linux/kernel/module/ |
H A D | Makefile | 20 obj-$(CONFIG_PROC_FS) += procfs.o
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_process.c | 81 static struct kfd_procfs_tree procfs; variable 355 procfs.kobj = kfd_alloc_struct(procfs.kobj); in kfd_procfs_init() 356 if (!procfs.kobj) in kfd_procfs_init() 359 ret = kobject_init_and_add(procfs.kobj, &procfs_type, in kfd_procfs_init() 370 if (procfs.kobj) { in kfd_procfs_shutdown() 371 kobject_del(procfs.kobj); in kfd_procfs_shutdown() 372 kobject_put(procfs.kobj); in kfd_procfs_shutdown() 373 procfs.kobj = NULL; in kfd_procfs_shutdown() 844 if (!procfs.kobj) in kfd_create_process() 853 procfs.kobj, "%d", in kfd_create_process()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/tuna/ |
H A D | tuna_0.19.bb | 14 python3-linux-procfs \
|
/openbmc/linux/fs/reiserfs/ |
H A D | Makefile | 14 reiserfs-objs += procfs.o
|
/openbmc/linux/Documentation/admin-guide/laptops/ |
H A D | thinkpad-acpi.rst | 85 used to access the features it provides. One is a legacy procfs-based 89 The procfs interface creates the /proc/acpi/ibm directory. There is a 90 file under that directory for each feature it supports. The procfs 104 Unlike what was done with the procfs interface, correctness when talking 139 procfs: /proc/acpi/ibm/driver 185 procfs: /proc/acpi/ibm/hotkey 234 procfs notes 250 The procfs interface does not support NVRAM polling control. So as to 613 procfs: /proc/acpi/ibm/bluetooth 705 procfs: /proc/acpi/ibm/light [all …]
|
/openbmc/linux/net/sunrpc/ |
H A D | cache.c | 1672 if (cd->procfs) { in remove_cache_proc_entries() 1673 proc_remove(cd->procfs); in remove_cache_proc_entries() 1674 cd->procfs = NULL; in remove_cache_proc_entries() 1685 cd->procfs = proc_mkdir(cd->name, sn->proc_net_rpc); in create_cache_proc_entries() 1686 if (cd->procfs == NULL) in create_cache_proc_entries() 1690 cd->procfs, &cache_flush_proc_ops, cd); in create_cache_proc_entries() 1695 p = proc_create_data("channel", S_IFREG | 0600, cd->procfs, in create_cache_proc_entries() 1701 p = proc_create_data("content", S_IFREG | 0400, cd->procfs, in create_cache_proc_entries()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | procfs-smaps_rollup | 15 and the procfs man page.
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | procfs-audit_loginuid | 19 KernelVersion: 2.6.25-rc7 1e0bd7550ea9 ("[PATCH] export sessionid alongside the loginuid in procfs")
|
/openbmc/linux/net/core/ |
H A D | Makefile | 22 obj-$(CONFIG_PROC_FS) += net-procfs.o
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | Makefile | 97 procfs-y := proc_powerpc.o 98 obj-$(CONFIG_PROC_FS) += $(procfs-y)
|
/openbmc/linux/Documentation/translations/zh_CN/scheduler/ |
H A D | sched-bwc.rst | 102 这是可以通过procfs调整的::
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0003-src-basic-missing.h-check-for-missing-strndupa.patch | 36 src/basic/procfs-util.c | 1 + 229 diff --git a/src/basic/procfs-util.c b/src/basic/procfs-util.c 231 --- a/src/basic/procfs-util.c 232 +++ b/src/basic/procfs-util.c 234 #include "procfs-util.h"
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0014-do-not-disable-buffer-in-writing-files.patch | 27 src/basic/procfs-util.c | 4 ++-- 126 diff --git a/src/basic/procfs-util.c b/src/basic/procfs-util.c 128 --- a/src/basic/procfs-util.c 129 +++ b/src/basic/procfs-util.c
|