Home
last modified time | relevance | path

Searched refs:proc (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/
H A Dnetdata.conf247 [plugin:proc:/proc/net/dev]
251 [plugin:proc]
301 [plugin:proc:/proc/interrupts]
305 [plugin:proc:/proc/sys/kernel/random/entropy_avail]
308 [plugin:proc:/proc/diskstats]
341 [plugin:proc:/proc/net/snmp]
358 [plugin:proc:/proc/net/netstat]
375 [plugin:proc:/proc/net/stat/nf_conntrack]
384 [plugin:proc:/proc/net/ip_vs_stats]
390 [plugin:proc:/proc/stat]
[all …]
/openbmc/openpower-hw-diags/test/
H A Dpdbg-test.dts18 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/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dsysfs.sh17 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/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/
H A Dobmc-shutdown.sh9 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
H A Dobmc-update.sh10 if ! test -r /proc/mounts || ! test -f /proc/mounts
12 mkdir -p /proc
13 mount -t proc proc proc
30 if grep -s "mtdblock$m " /proc/mounts || grep -s "mtd$m " /proc/mounts
35 if test -n "$n" && grep -s "mtd:$n " /proc/mounts
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-proc-Make-PROC_PID_FILE-not-use-variable-length-arra.patch4 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 D0001-Add-support-for-mips64-n32-n64.patch13 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-security/recipes-mac/smack/smack-test/
H A Dtest_privileged_change_self_label.sh3 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
H A Dtest_smack_onlycap.sh3 SMACK_PATH=`grep smack /proc/mounts | awk '{print $2}'`
6 smack_initial=`cat /proc/self/attr/current`
10 echo "$test_label" > /proc/self/attr/current
27 echo "$smack_initial" > /proc/self/attr/current
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/toybox-inittab/
H A Dinittab2 ::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/qemu/subprojects/packagefiles/proc-macro-error-1-rs/
H A Dmeson.build1 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/poky/bitbake/contrib/
H A Dbbparse-torture.py72 with subprocess.Popen(["bitbake", "-p"]) as proc:
74 proc.send_signal(signal.SIGINT)
76 proc.wait(45)
79 proc.wait()
82 if proc.returncode == 0:
85 print("Exited with %d" % proc.returncode)
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dprocess_tree.py88 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/qemu/subprojects/packagefiles/bilge-impl-0.2-rs/
H A Dmeson.build8 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/openbmc/poky/meta/recipes-core/initrdscripts/files/
H A Dinit-boot.sh5 mkdir /proc
7 mount -t proc proc /proc
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dinittab4 ::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/openbmc/poky/meta-selftest/recipes-test/poison/
H A Dpoison.bb24 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/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0002-binfmt-Don-t-install-dependency-links-at-install-tim.patch23 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 D0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch23 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/meta-openembedded/meta-initramfs/recipes-core/initrdscripts/files/
H A Dinit-debug.sh6 grep -q "$1" /proc/filesystems || return
15 mkdir -p /proc
16 mount -t proc proc /proc
/openbmc/openpower-proc-control/service_files/
H A Dset-spi-mux.service.in8 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/rust/
H A DCargo.lock34 "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/qemu/subprojects/packagefiles/proc-macro-error-attr-1-rs/
H A Dmeson.build1 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/meta/files/
H A Doverlayfs-etc-preinit.sh.in9 mkdir -p /proc
16 mount -t proc proc /proc
52 umount /proc
/openbmc/qemu/subprojects/
H A Dproc-macro2-1-rs.wrap2 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

12345678910>>...15