Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dsyslog86 pid1=`pidof syslogd`
89 waitpid $pid1
/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c415 pid_t pid1, pid2; in test_clone() local
418 pid1 = chk_error(clone(thread1_func, stack1 + STACK_SIZE, in test_clone()
429 wait_for_child(pid1); in test_clone()
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dkvm.h201 __u32 pid1, pid2; member
/openbmc/qemu/target/ppc/
H A Dkvm.c1154 env->spr[SPR_BOOKE_PID1] = sregs.u.e.impl.fsl.pid1; in kvmppc_get_booke_sregs()
/openbmc/qemu/linux-user/
H A Dsyscall.c417 _syscall5(int, kcmp, pid_t, pid1, pid_t, pid2, int, type,