Home
last modified time | relevance | path

Searched refs:pid2 (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dsyslog87 pid2=`pidof klogd`
90 waitpid $pid2
/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c415 pid_t pid1, pid2; in test_clone() local
424 pid2 = chk_error(clone(thread2_func, stack2 + STACK_SIZE, in test_clone()
431 wait_for_child(pid2); in test_clone()
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dkvm.h201 __u32 pid1, pid2; member
/openbmc/qemu/target/ppc/
H A Dkvm.c1155 env->spr[SPR_BOOKE_PID2] = sregs.u.e.impl.fsl.pid2; in kvmppc_get_booke_sregs()
/openbmc/qemu/linux-user/
H A Dsyscall.c417 _syscall5(int, kcmp, pid_t, pid1, pid_t, pid2, int, type,