Home
last modified time | relevance | path

Searched refs:proc (Results 151 – 175 of 1191) sorted by relevance

12345678910>>...48

/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/
H A D0005-fix-incorrect-timeout-while-system-time-changed.patch36 proc = subprocess.Popen(argv, *args, **kwargs)
37 while proc.poll() is None:
43 os.kill(proc.pid, signal.SIGKILL)
/openbmc/linux/tools/testing/fault-injection/
H A Dfailcmd.sh35 set /proc/sys/vm/oom_kill_allocating_task to specified value
115 oom_kill_allocating_task_saved=`cat /proc/sys/vm/oom_kill_allocating_task`
121 > /proc/sys/vm/oom_kill_allocating_task
212 echo $oom_kill_allocating_task > /proc/sys/vm/oom_kill_allocating_task
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0005-tests-tcg-Check-that-shmat-does-not-break-proc-self-.patch5 /proc/self/maps
9 open("/proc/self/maps") to SEGV.
29 + * Test that shmat() does not break /proc/self/maps.
68 + fd = open("/proc/self/maps", O_RDONLY);
/openbmc/linux/tools/testing/selftests/exec/
H A Dbinfmt_script.py75 proc = subprocess.Popen(["./%s" % (script)], shell=True,
77 stdout = proc.communicate()[0]
79 if proc.returncode == 0 and b'Executed interpreter' in stdout:
89 % (test_num, name, proc.returncode))
/openbmc/linux/samples/pktgen/
H A Dfunctions.sh29 export PROC_DIR=/proc/net/pktgen
151 irqs=$(grep "$queues" /proc/interrupts | cut -f1 -d:)
152 [ -z "$irqs" ] && irqs=$(grep $IFACE /proc/interrupts | cut -f1 -d:)
154 do grep "$i:.*TxRx" /proc/interrupts | grep -v fdir | cut -f 1 -d : ;\
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dovercommit-accounting.rst38 在 ``/proc/meminfo`` 中可以分别以CommitLimit和Committed_AS的形式查看当前
78 * 我们在/proc中报告commit 状态
/openbmc/linux/tools/testing/selftests/powerpc/security/
H A Dmitigation-patching.sh37 tainted=$(cat /proc/sys/kernel/tainted)
71 tainted=$(cat /proc/sys/kernel/tainted)
/openbmc/linux/fs/lockd/
H A Dsvc.c497 static inline int is_callback(u32 proc) in is_callback() argument
499 return proc == NLMPROC_GRANTED in is_callback()
500 || proc == NLMPROC_GRANTED_MSG in is_callback()
501 || proc == NLMPROC_TEST_RES in is_callback()
502 || proc == NLMPROC_LOCK_RES in is_callback()
503 || proc == NLMPROC_CANCEL_RES in is_callback()
504 || proc == NLMPROC_UNLOCK_RES in is_callback()
505 || proc == NLMPROC_NSM_NOTIFY; in is_callback()
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dmdev-mount.sh13 if grep -q "^/dev/${MDEV} " /proc/mounts ; then
50 MOUNTPOINT=`grep "^/dev/$MDEV\s" /proc/mounts | cut -d' ' -f 2`
/openbmc/openbmc/meta-facebook/recipes-fb/network-wait-ipv6-ll/network-wait-ipv6-ll/
H A Dcheck-ipv6-ll47 echo 1 > /proc/sys/net/ipv6/conf/"$eth_intf"/addr_gen_mode
48 echo 0 > /proc/sys/net/ipv6/conf/"$eth_intf"/addr_gen_mode
/openbmc/openpower-proc-control/extensions/phal/
H A Dclock_logger.cpp153 void Manager::addCFAMData(struct pdbg_target* proc, in addCFAMData() argument
160 auto index = std::to_string(pdbg_target_index(proc)); in addCFAMData()
167 val = openpower::phal::pdbg::getCFAM(proc, addr); in addCFAMData()
172 "TARGET", pdbg_target_path(proc), "ERROR", e, "REG", addr); in addCFAMData()
/openbmc/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py192 proc = subprocess.Popen(command,
199 (rawout, serr) = proc.communicate(timeout=NAMES['TIMEOUT'])
200 if proc.returncode != 0 and len(serr) > 0:
206 proc.returncode = 255
208 proc.stdout.close()
209 proc.stderr.close()
210 return proc, foutput
231 (proc, foutput) = exec_cmd(args, pm, stage, cmd)
233 if proc and (proc.returncode not in exit_codes):
239 print("returncode {}; expected {}".format(proc.returncode,
[all …]
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dread-only-rootfs-hook.sh19 END { for (f in FLAGS) print FLAGS[f] }' < /proc/mounts`; do
35 grep -q "tmpfs /var/volatile" /proc/mounts || mount /var/volatile
/openbmc/qemu/tests/avocado/
H A Dtesseract_utils.py38 proc = process.run("tesseract {} {} stdout".format(tesseract_args,
41 for line in proc.stdout_text.split('\n'):
/openbmc/linux/tools/perf/Documentation/
H A Dguest-files.txt4 Guest OS /proc/kallsyms file copy. perf reads it to get guest
8 Guest OS /proc/modules file copy. perf reads it to get guest
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/
H A Dtwpol-yocto.txt1041 /proc/devices -> $(Device) ;
1042 /proc/net -> $(Device) ;
1043 /proc/sys -> $(Device) ;
1044 /proc/cpuinfo -> $(Device) ;
1045 /proc/modules -> $(Device) ;
1046 /proc/mounts -> $(Device) ;
1047 /proc/dma -> $(Device) ;
1048 /proc/filesystems -> $(Device) ;
1049 /proc/pci -> $(Device) ;
1050 /proc/interrupts -> $(Device) ;
[all …]
/openbmc/linux/tools/power/cpupower/utils/helpers/
H A Dcpuid.c50 unsigned int proc, x; in get_cpu_info() local
72 sscanf(value, "processor\t: %u", &proc); in get_cpu_info()
74 if (proc != (unsigned int)base_cpu) in get_cpu_info()
/openbmc/openbmc/meta-openpower/recipes-phosphor/host/
H A Dp9-host-start.bb14 RDEPENDS:${PN} += "op-proc-control \
15 op-proc-control-systemd-links"
/openbmc/linux/tools/power/cpupower/
H A D.gitignore12 lib/proc.lo
13 lib/proc.o
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/
H A Dnfs-server.service4 Requires=network.target proc-fs-nfsd.mount
8 After=network.target proc-fs-nfsd.mount rpcbind.service nfs-mountd.service
/openbmc/linux/tools/testing/selftests/ftrace/
H A Dftracetest41 readonly sched_rt_runtime=/proc/sys/kernel/sched_rt_runtime_us
161 TRACING_DIR=`grep tracefs /proc/mounts | cut -f2 -d' ' | head -1`
163 DEBUGFS_DIR=`grep debugfs /proc/mounts | cut -f2 -d' ' | head -1`
415 (cd $TRACING_DIR; read PID _ < /proc/self/stat; set -e; set -x;
428 local testlog=/proc/self/fd/1
/openbmc/linux/Documentation/admin-guide/laptops/
H A Dthinkpad-acpi.rst139 procfs: /proc/acpi/ibm/driver
185 procfs: /proc/acpi/ibm/hotkey
613 procfs: /proc/acpi/ibm/bluetooth
705 procfs: /proc/acpi/ibm/light
716 echo on > /proc/acpi/ibm/light
734 procfs: /proc/acpi/ibm/cmos
771 procfs: /proc/acpi/ibm/led
888 procfs: /proc/acpi/ibm/thermal
1100 procfs: /proc/acpi/ibm/volume
1202 procfs: /proc/acpi/ibm/fan
[all …]
/openbmc/linux/tools/testing/selftests/pstore/
H A Dpstore_post_reboot_tests23 mount_info=`grep pstore /proc/mounts`
30 mount_point=`grep pstore /proc/mounts | cut -d' ' -f2 | head -n1`
/openbmc/linux/tools/perf/tests/shell/
H A Dstat_bpf_counters_cgrp.sh34 find_cgroups_self_cgrp=$(grep perf_event /proc/self/cgroup | cut -d: -f3)
37 find_cgroups_self_cgrp=$(grep ^0: /proc/self/cgroup | cut -d: -f3)
/openbmc/linux/include/linux/
H A Dutsname.h73 extern void uts_proc_notify(enum uts_proc proc);
75 static inline void uts_proc_notify(enum uts_proc proc) in uts_proc_notify() argument

12345678910>>...48