Home
last modified time | relevance | path

Searched refs:procfs (Results 1 – 25 of 32) sorted by relevance

12

/Linux-v4.19/tools/lib/api/fs/
Dfs.c295 FS(procfs, FS__PROCFS);
425 const char *procfs = procfs__mountpoint(); in procfs__read_str() local
427 if (!procfs) in procfs__read_str()
430 snprintf(path, sizeof(path), "%s/%s", procfs, entry); in procfs__read_str()
517 const char *procfs = procfs__mountpoint(); in sysctl__read_int() local
519 if (!procfs) in sysctl__read_int()
522 snprintf(path, sizeof(path), "%s/sys/%s", procfs, sysctl); in sysctl__read_int()
Dfs.h22 FS(procfs)
/Linux-v4.19/fs/lockd/
DMakefile11 lockd-objs-$(CONFIG_PROC_FS) += procfs.o
/Linux-v4.19/drivers/parport/
DMakefile6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
/Linux-v4.19/arch/m68k/
DKconfig120 bool "Export bootinfo in procfs"
124 "bootinfo" file in procfs. This is useful with kexec.
/Linux-v4.19/fs/reiserfs/
DMakefile14 reiserfs-objs += procfs.o
/Linux-v4.19/Documentation/ABI/testing/
Dprocfs-smaps_rollup11 For more details, see the procfs man page.
/Linux-v4.19/Documentation/s390/
D00-INDEX10 - common I/O layer command line parameters, procfs and debugfs entries
DCommonIO1 S/390 common I/O-Layer - command line parameters, procfs and debugfs entries
/Linux-v4.19/net/core/
DMakefile18 obj-$(CONFIG_PROC_FS) += net-procfs.o
/Linux-v4.19/arch/arm/mach-u300/
DKconfig30 Debug support for U300 in sysfs, procfs etc.
/Linux-v4.19/Documentation/laptops/
Dthinkpad-acpi.txt78 used to access the features it provides. One is a legacy procfs-based
82 The procfs interface creates the /proc/acpi/ibm directory. There is a
83 file under that directory for each feature it supports. The procfs
96 Unlike what was done with the procfs interface, correctness when talking
131 procfs: /proc/acpi/ibm/driver
172 procfs: /proc/acpi/ibm/hotkey
220 procfs notes:
235 The procfs interface does not support NVRAM polling control. So as to
581 procfs: /proc/acpi/ibm/bluetooth
667 procfs: /proc/acpi/ibm/light
[all …]
/Linux-v4.19/net/sunrpc/
Dcache.c1607 if (cd->procfs) { in remove_cache_proc_entries()
1608 proc_remove(cd->procfs); in remove_cache_proc_entries()
1609 cd->procfs = NULL; in remove_cache_proc_entries()
1620 cd->procfs = proc_mkdir(cd->name, sn->proc_net_rpc); in create_cache_proc_entries()
1621 if (cd->procfs == NULL) in create_cache_proc_entries()
1625 cd->procfs, &cache_flush_operations_procfs, cd); in create_cache_proc_entries()
1630 p = proc_create_data("channel", S_IFREG | 0600, cd->procfs, in create_cache_proc_entries()
1636 p = proc_create_data("content", S_IFREG | 0400, cd->procfs, in create_cache_proc_entries()
/Linux-v4.19/arch/powerpc/kernel/
DMakefile53 procfs-y := proc_powerpc.o
54 obj-$(CONFIG_PROC_FS) += $(procfs-y)
/Linux-v4.19/sound/core/
DKconfig139 bool "Verbose procfs contents"
143 Say Y here to include code for verbose procfs contents (provides
/Linux-v4.19/include/linux/sunrpc/
Dcache.h117 struct proc_dir_entry *procfs; member
/Linux-v4.19/Documentation/scheduler/
Dsched-bwc.txt58 This is tunable via procfs:
/Linux-v4.19/Documentation/
Drtc.txt123 using a procfs interface. If there is no RTC for the system clock,
/Linux-v4.19/arch/alpha/
DKconfig690 tristate "SRM environment through procfs"
/Linux-v4.19/Documentation/security/keys/
Dcore.rst175 The user can view information on this and other statistics through procfs
177 (see the section "New procfs files").
274 Two files have been added to procfs by which an administrator can find out
/Linux-v4.19/Documentation/scsi/
DChangeLog.ncr53c8xx326 - Add "setverbose" procfs driver command. It allows to tune
/Linux-v4.19/net/netfilter/
DKconfig119 bool "Supply CT list in procfs (OBSOLETE)"
124 to be shown in procfs under net/netfilter/nf_conntrack. This
/Linux-v4.19/Documentation/filesystems/caching/
Dbackend-api.txt97 in sysfs and procfs - the former for control and the latter for statistics.
/Linux-v4.19/Documentation/networking/
Dcan.rst997 procfs content
1025 Additional procfs files in /proc/net/can::
Dscaling.txt196 bitmap interface as rps_cpus (see above) when called from procfs:

12