Home
last modified time | relevance | path

Searched refs:fork (Results 1 – 25 of 142) sorted by relevance

123456

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/
H A Dvfork.patch1 Subject: [PATCH] netperf: fix vfork/fork
28 switch (fork()) {
34 "%s: fork() error %s (errno %d)\n",
49 switch (fork()) {
55 "%s: fork() error %s (errno %d)\n",
/openbmc/openbmc-test-automation/lib/
H A Dbmc_ssh_utils.py19 fork=0, argument
88 fork,
100 fork=0, argument
161 fork,
173 fork=0, argument
232 fork,
296 fork=0,
H A Dgen_robot_ssh.py159 fork=0, argument
248 if fork:
339 if fork:
/openbmc/qemu/tests/tcg/multiarch/
H A DMakefile.target130 run-gdbstub-follow-fork-mode-child: follow-fork-mode
134 --bin $< --test $(MULTIARCH_SRC)/gdbstub/follow-fork-mode-child.py, \
135 following children on fork)
137 run-gdbstub-follow-fork-mode-parent: follow-fork-mode
141 --bin $< --test $(MULTIARCH_SRC)/gdbstub/follow-fork-mode-parent.py, \
142 following parents on fork)
158 run-gdbstub-catch-syscalls run-gdbstub-follow-fork-mode-child \
159 run-gdbstub-follow-fork-mode-parent \
H A Dfollow-fork-mode.c30 child = fork(); in main()
/openbmc/qemu/tests/qemu-iotests/
H A Dcommon.nbd47 $QEMU_NBD -v -t -k "$nbd_unix_socket" --fork "$@"
60 $QEMU_NBD -v -t -b $nbd_tcp_addr -p $port --fork "$@" \
H A D16261 if $QEMU_NBD -p $port -f raw --fork null-co:// 2> /dev/null; then
72 $QEMU_NBD -k "$PWD/42" -f raw --fork null-co://
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A Dnginx-fix-pidfile.patch52 + * after the fork() set ngx_pid to the child_pid, which gets
83 + pid_t pid_child = fork();
85 - switch (fork()) {
88 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, "fork() failed");
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddaemonize.py37 pid = os.fork()
55 pid = os.fork() # Fork a second child.
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Ddownload_manager.cpp74 pid_t pid = fork(); in downloadViaTFTP()
78 pid_t nextPid = fork(); in downloadViaTFTP()
H A Dsync_manager.cpp27 pid_t pid = fork(); in processEntry()
/openbmc/openbmc/poky/meta/recipes-devtools/unfs3/unfs3/
H A D0001-daemon.c-Fix-race-window-for-writing-of-the-pid-file.patch7 will can be checked immediately following exit of the fork from the
44 fprintf(stderr, "could not fork into background\n");
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pysonos_0.0.54.bb1 DESCRIPTION = "A SoCo fork with fixes for Home Assistant "
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/
H A Dlibfastjson_1.2304.0.bb1 SUMMARY = "A fork of json-c library"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tmate/
H A Dtmate_2.4.0.bb2 DESCRIPTION = "Tmate is a fork of tmux. It provides an instant pairing solution."
/openbmc/openpower-proc-control/procedures/phal/
H A Dimport_devtree.cpp44 pid_t pid = fork(); in importDevtree()
/openbmc/openpower-proc-control/procedures/p9/
H A Denter_mpreboot.cpp80 pid_t pid = fork(); in enterMpReboot()
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-datetime-setter/
H A Dxfce4-datetime-setter_3.32.2.bb1 DESCRIPTION = "A fork of (early) gnome-control-center datetime panel for XFCE. \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/dool/
H A Ddool_1.3.4.bb1 SUMMARY = "Dool is a Python3 compatible fork of Dstat"
/openbmc/qemu/
H A Dos-posix.c222 pid = fork(); in os_daemonize()
246 pid = fork(); in os_daemonize()
/openbmc/openbmc/poky/meta/recipes-core/udev/
H A Deudev_3.2.14.bb1 SUMMARY = "eudev is a fork of systemd's udev"
3 DESCRIPTION = "eudev is Gentoo's fork of udev, systemd's device file manager for the Linux kernel. …
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache-mod/
H A Dapache-websocket_git.bb13 # fork contains patches from the modules ML and fixes CVE compliance issues
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dutils.cpp20 pid_t pid = fork(); in asyncSystem()
/openbmc/u-boot/tools/concurrencytest/
H A Dconcurrencytest.py68 pid = os.fork()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/fuse/files/
H A Dfuse2-0007-util-ulockmgr_server.c-conditionally-define-closefro.patch19 AC_CHECK_FUNCS([fork setxattr fdatasync splice vmsplice utimensat])

123456