/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/ |
H A D | netdata.conf | 205 # proc = yes 247 [plugin:proc:/proc/net/dev] 251 [plugin:proc] 252 # /proc/net/dev = yes 253 # /proc/pagetypeinfo = no 254 # /proc/spl/kstat/zfs/pool/state = no 255 # /proc/stat = yes 256 # /proc/uptime = yes 257 # /proc/loadavg = yes 258 # /proc/sys/fs/file-nr = yes [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
H A D | sysfs.sh | 17 if [ -e /proc ] && ! [ -e /proc/mounts ]; then 18 mount -t proc proc /proc 21 if [ -e /sys ] && grep -q sysfs /proc/filesystems && ! [ -e /sys/class ]; then 25 if [ -e /sys/kernel/debug ] && grep -q debugfs /proc/filesystems; then 29 if [ -e /sys/kernel/config ] && grep -q configfs /proc/filesystems; then 33 if [ -e /sys/firmware/efi/efivars ] && grep -q efivarfs /proc/filesystems; then 37 if ! [ -e /dev/zero ] && [ -e /dev ] && grep -q devtmpfs /proc/filesystems; then
|
/openbmc/openpower-hw-diags/test/ |
H A D | pdbg-test.dts | 18 compatible = "ibm,power-proc", "ibm,power10-proc"; 25 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0"; 39 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/nx-0"; 47 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/occ-0"; 57 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/perv-1"; 67 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/perv-12"; 76 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/mc-0"; 85 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/mc-0/mi-0"; 94 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/mc-0/mi-0/mcc-0"; 103 … ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/mc-0/mi-0/mcc-0/omi-0"; [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
H A D | 0001-proc-Make-PROC_PID_FILE-not-use-variable-length-arra.patch | 4 Subject: [PATCH] proc: Make PROC_PID_FILE not use variable length array 8 | ../../../git/sysdeps/linux-gnu/proc.c:70:3: error: variable length array folded to constant array… 9 | 70 | PROC_PID_FILE(proc_exe, "/proc/%d/exe", pid); 11 | ../../../git/sysdeps/linux-gnu/proc.c:59:11: note: expanded from macro 'PROC_PID_FILE' 18 sysdeps/linux-gnu/proc.c | 3 ++- 21 diff --git a/sysdeps/linux-gnu/proc.c b/sysdeps/linux-gnu/proc.c 23 --- a/sysdeps/linux-gnu/proc.c 24 +++ b/sysdeps/linux-gnu/proc.c
|
H A D | 0001-Add-support-for-mips64-n32-n64.patch | 13 proc.h | 1 + 31 @@ -314,6 +314,14 @@ int arch_process_exec(struct process *proc); 50 @@ -1131,6 +1131,14 @@ populate_symtab(struct process *proc, const char *filename, 63 read_module(struct library *lib, struct process *proc, 65 @@ -1151,6 +1159,10 @@ read_module(struct library *lib, struct process *proc, 67 proc->e_machine = lte.ehdr.e_machine; 68 proc->e_class = lte.ehdr.e_ident[EI_CLASS]; 72 + proc->e_abi = arch_get_abi(lte.ehdr); 73 get_arch_dep(proc); 76 diff --git a/proc.h b/proc.h [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/toybox-inittab/ |
H A D | inittab | 2 ::sysinit:/bin/mount -t proc proc /proc 10 ::sysinit:/bin/ln -sf /proc/self/fd /dev/fd 11 ::sysinit:/bin/ln -sf /proc/self/fd/0 /dev/stdin 12 ::sysinit:/bin/ln -sf /proc/self/fd/1 /dev/stdout 13 ::sysinit:/bin/ln -sf /proc/self/fd/2 /dev/stderr
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/poison/ |
H A D | poison.bb | 24 proc = subprocess.run(cmd, shell=True, input=testcode, capture_output=True, text=True) 26 if proc.returncode != 0 and "is unsafe for cross-compilation" in proc.stderr: 27 bb.note(f"{name} passed: {proc.stderr}") 29 …bb.error(f"{name} is not poisoned. Exit status {proc.returncode}, output: {proc.stdout} {proc.stde…
|
/openbmc/openbmc-test-automation/lib/ |
H A D | call_stack.tcl | 8 proc get_file_proc_names { file_path { name_regex "" } } { 10 # Get all proc names from the file indicated by file_path and return them as a list. 13 # file_path The path to the file whose proc names are to be retrieved. 19 # TCL proc lines begin with... 21 # - The "proc" keyword... 23 set proc_regex "^\[ \]*proc\[ \]+" 32 proc get_stack_var { var_name { default {} } { init_stack_ix 1 } } { 52 proc get_stack_var_level { var_name { init_stack_ix 1 } { fail_on_err 1 } } { 61 …l_on_err Indicates that if the variable cannot be found on the stack, this proc 83 proc get_stack_proc_name { { level -1 } { include_args 0 } } { [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | inittab | 4 ::sysinit:/bin/mount -t proc proc /proc 12 null::sysinit:/bin/ln -sf /proc/self/fd /dev/fd 13 null::sysinit:/bin/ln -sf /proc/self/fd/0 /dev/stdin 14 null::sysinit:/bin/ln -sf /proc/self/fd/1 /dev/stdout 15 null::sysinit:/bin/ln -sf /proc/self/fd/2 /dev/stderr
|
/openbmc/qemu/subprojects/packagefiles/proc-macro-error-1-rs/ |
H A D | meson.build | 1 project('proc-macro-error-1-rs', 'rust', 7 subproject('proc-macro-error-attr-1-rs', required: true) 10 subproject('proc-macro2-1-rs', required: true) 12 proc_macro_error_attr_dep = dependency('proc-macro-error-attr-1-rs', native: true) 13 proc_macro2_dep = dependency('proc-macro2-1-rs', native: true) 26 '--cfg', 'feature="proc-macro"', 42 meson.override_dependency('proc-macro-error-1-rs', proc_macro_error_dep, native: true)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0002-binfmt-Don-t-install-dependency-links-at-install-tim.patch | 23 units/proc-sys-fs-binfmt_misc.automount | 3 +++ 33 'file' : 'proc-sys-fs-binfmt_misc.automount', 38 'file' : 'proc-sys-fs-binfmt_misc.mount', 47 diff --git a/units/proc-sys-fs-binfmt_misc.automount b/units/proc-sys-fs-binfmt_misc.automount 49 --- a/units/proc-sys-fs-binfmt_misc.automount 50 +++ b/units/proc-sys-fs-binfmt_misc.automount 54 Where=/proc/sys/fs/binfmt_misc 66 +Wants=proc-sys-fs-binfmt_misc.automount 67 After=proc-sys-fs-binfmt_misc.automount 68 After=proc-sys-fs-binfmt_misc.mount
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch | 23 units/proc-sys-fs-binfmt_misc.automount | 3 +++ 33 'file' : 'proc-sys-fs-binfmt_misc.automount', 38 'file' : 'proc-sys-fs-binfmt_misc.mount', 47 diff --git a/units/proc-sys-fs-binfmt_misc.automount b/units/proc-sys-fs-binfmt_misc.automount 49 --- a/units/proc-sys-fs-binfmt_misc.automount 50 +++ b/units/proc-sys-fs-binfmt_misc.automount 54 Where=/proc/sys/fs/binfmt_misc 66 +Wants=proc-sys-fs-binfmt_misc.automount 67 After=proc-sys-fs-binfmt_misc.automount 68 After=proc-sys-fs-binfmt_misc.mount
|
/openbmc/qemu/subprojects/packagefiles/bilge-impl-0.2-rs/ |
H A D | meson.build | 8 subproject('proc-macro-error-attr-1-rs', required: true) 9 subproject('proc-macro-error-1-rs', required: true) 12 subproject('proc-macro2-1-rs', required: true) 15 proc_macro_error_attr_dep = dependency('proc-macro-error-attr-1-rs', native: true) 16 proc_macro_error_dep = dependency('proc-macro-error-1-rs', native: true) 19 proc_macro2_dep = dependency('proc-macro2-1-rs', native: true) 31 '--cfg', 'feature="proc-macro"',
|
/openbmc/qemu/rust/ |
H A D | Cargo.lock | 34 "proc-macro-error", 35 "proc-macro2", 97 name = "proc-macro-error" 102 "proc-macro-error-attr", 103 "proc-macro2", 109 name = "proc-macro-error-attr" 114 "proc-macro2", 120 name = "proc-macro2" 142 "proc-macro2", 153 "proc-macro2", [all …]
|
/openbmc/openbmc/meta-security/recipes-mac/smack/smack-test/ |
H A D | test_privileged_change_self_label.sh | 3 initial_label=`cat /proc/self/attr/current 2>/dev/null` 6 echo "$modified_label" >/proc/self/attr/current 2>/dev/null 8 new_label=`cat /proc/self/attr/current 2>/dev/null` 12 echo $initial_label >/proc/self/attr/current 17 echo "$initial_label" >/proc/self/attr/current 2>/dev/null
|
/openbmc/openpower-proc-control/service_files/ |
H A D | set-spi-mux.service.in | 8 ExecStartPre=@bindir@/openpower-proc-control cfamReset 9 ExecStartPre=@bindir@/openpower-proc-control scanFSI 10 ExecStart=@bindir@/openpower-proc-control setSPIMux 11 ExecStartPost=@bindir@/openpower-proc-control scanFSI 12 SyslogIdentifier=openpower-proc-control
|
/openbmc/qemu/tests/functional/ |
H A D | test_mips_malta.py | 20 'grep XT-PIC /proc/interrupts', 24 'grep XT-PIC /proc/interrupts', 28 'grep XT-PIC /proc/interrupts', 32 'grep XT-PIC /proc/interrupts', 36 'cat /proc/devices', 40 'cat /proc/devices', 44 'cat /proc/ioports', 48 'cat /proc/ioports', 79 exec_command_and_wait_for_pattern(test, 'cat /proc/cpuinfo', cpuinfo) 80 exec_command_and_wait_for_pattern(test, 'cat /proc/devices', 'usb') [all …]
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/ |
H A D | obmc-shutdown.sh | 9 if [ ! -e /proc/mounts ] 11 mkdir -p /proc 12 mount proc /proc -tproc 28 awk '$2 ~ /^.oldroot|^.mnt|.r[ow]$/ { print $2 }' < /proc/mounts | sort -r | while IFS= read -r f 83 cat /proc/mounts 85 test "$umount_proc" && umount /proc && rmdir /proc
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-core/initrdscripts/files/ |
H A D | init-debug.sh | 6 grep -q "$1" /proc/filesystems || return 15 mkdir -p /proc 16 mount -t proc proc /proc
|
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/ |
H A D | init-boot.sh | 5 mkdir /proc 7 mount -t proc proc /proc
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/ |
H A D | 0002-run_program-support-timeout.patch | 32 + proc = subprocess.Popen(argv, *args, **kwargs) 33 + while proc.poll() is None: 37 + os.kill(proc.pid, signal.SIGKILL) 47 + program_log.debug("Return code: %d", proc.returncode) 48 + return (proc.returncode, proc.stdout.read()) 57 - proc = subprocess.Popen(argv, # pylint: disable=subprocess-popen-preexec-fn 64 - out, err = proc.communicate() 82 - program_log.debug("Return code: %d", proc.returncode) 84 - return (proc.returncode, out)
|
/openbmc/qemu/subprojects/packagefiles/proc-macro-error-attr-1-rs/ |
H A D | meson.build | 1 project('proc-macro-error-attr-1-rs', 'rust', 7 subproject('proc-macro2-1-rs', required: true) 10 proc_macro2_dep = dependency('proc-macro2-1-rs', native: true) 22 '--cfg', 'feature="proc-macro"' 34 meson.override_dependency('proc-macro-error-attr-1-rs', proc_macro_error_attr_dep, native: true)
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | process_tree.py | 88 for proc in self.process_list: 89 if not proc.parent: 90 self.process_tree.append(proc) 92 proc.parent.child_list.append(proc) 103 for proc in process_list: 104 nodes = nodes + self.num_nodes(proc.child_list) 114 …return min( [min(proc.start_time, self.get_start_time(proc.child_list)) for proc in process_subtre… 123 …return max( [max(proc.start_time + proc.duration, self.get_end_time(proc.child_list)) for proc in … 129 return max( [max(proc.pid, self.get_max_pid(proc.child_list)) for proc in process_subtree] )
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0025-gcc-testsuite-tweaks-for-mips-OE.patch | 45 @@ -711,7 +711,23 @@ proc mips_first_unsupported_option { upstatus } { 73 @@ -233,9 +233,20 @@ proc schedule-cleanups { opts } { 75 proc gcc-dg-test-1 { target_compile prog do_what extra_tool_flags } { 98 @@ -2949,14 +2949,7 @@ proc check_mips_loongson_mmi_hw_available { } { 114 @@ -2970,29 +2963,7 @@ proc check_mips_msa_hw_available { } { 145 @@ -10354,6 +10325,7 @@ proc is-effective-target-keyword { arg } { 147 proc et-dg-runtest { runtest testcases flags default-extra-flags } { 153 @@ -10361,6 +10333,7 @@ proc et-dg-runtest { runtest testcases flags default-extra-flags } { 161 @@ -10368,8 +10341,10 @@ proc et-dg-runtest { runtest testcases flags default-extra-flags } { 172 @@ -12155,6 +12130,7 @@ proc check_effective_target_sigsetjmp {} { [all …]
|
/openbmc/qemu/subprojects/ |
H A D | proc-macro2-1-rs.wrap | 2 directory = proc-macro2-1.0.84 3 source_url = https://crates.io/api/v1/crates/proc-macro2/1.0.84/download 4 source_filename = proc-macro2-1.0.84.0.tar.gz 7 patch_directory = proc-macro2-1-rs
|