Searched refs:procfs (Results 1 – 25 of 32) sorted by relevance
12
/Linux-v4.19/tools/lib/api/fs/ |
D | fs.c | 295 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()
|
D | fs.h | 22 FS(procfs)
|
/Linux-v4.19/fs/lockd/ |
D | Makefile | 11 lockd-objs-$(CONFIG_PROC_FS) += procfs.o
|
/Linux-v4.19/drivers/parport/ |
D | Makefile | 6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
|
/Linux-v4.19/arch/m68k/ |
D | Kconfig | 120 bool "Export bootinfo in procfs" 124 "bootinfo" file in procfs. This is useful with kexec.
|
/Linux-v4.19/fs/reiserfs/ |
D | Makefile | 14 reiserfs-objs += procfs.o
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | procfs-smaps_rollup | 11 For more details, see the procfs man page.
|
/Linux-v4.19/Documentation/s390/ |
D | 00-INDEX | 10 - common I/O layer command line parameters, procfs and debugfs entries
|
D | CommonIO | 1 S/390 common I/O-Layer - command line parameters, procfs and debugfs entries
|
/Linux-v4.19/net/core/ |
D | Makefile | 18 obj-$(CONFIG_PROC_FS) += net-procfs.o
|
/Linux-v4.19/arch/arm/mach-u300/ |
D | Kconfig | 30 Debug support for U300 in sysfs, procfs etc.
|
/Linux-v4.19/Documentation/laptops/ |
D | thinkpad-acpi.txt | 78 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/ |
D | cache.c | 1607 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/ |
D | Makefile | 53 procfs-y := proc_powerpc.o 54 obj-$(CONFIG_PROC_FS) += $(procfs-y)
|
/Linux-v4.19/sound/core/ |
D | Kconfig | 139 bool "Verbose procfs contents" 143 Say Y here to include code for verbose procfs contents (provides
|
/Linux-v4.19/include/linux/sunrpc/ |
D | cache.h | 117 struct proc_dir_entry *procfs; member
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-bwc.txt | 58 This is tunable via procfs:
|
/Linux-v4.19/Documentation/ |
D | rtc.txt | 123 using a procfs interface. If there is no RTC for the system clock,
|
/Linux-v4.19/arch/alpha/ |
D | Kconfig | 690 tristate "SRM environment through procfs"
|
/Linux-v4.19/Documentation/security/keys/ |
D | core.rst | 175 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/ |
D | ChangeLog.ncr53c8xx | 326 - Add "setverbose" procfs driver command. It allows to tune
|
/Linux-v4.19/net/netfilter/ |
D | Kconfig | 119 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/ |
D | backend-api.txt | 97 in sysfs and procfs - the former for control and the latter for statistics.
|
/Linux-v4.19/Documentation/networking/ |
D | can.rst | 997 procfs content 1025 Additional procfs files in /proc/net/can::
|
D | scaling.txt | 196 bitmap interface as rps_cpus (see above) when called from procfs:
|
12