Searched refs:__tfork (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/lib/libc/arch/alpha/sys/
H A Dtfork_thread.S31 * int __tfork_thread(const struct __tfork *param, size_t psize, void (*func)(void *), void *arg);
36 CALLSYS_ERROR(__tfork)
/openbsd-current/lib/libc/arch/riscv64/sys/
H A Dtfork_thread.S40 SYSTRAP(__tfork)
/openbsd-current/lib/libc/arch/arm/sys/
H A Dtfork_thread.S26 SYSTRAP(__tfork)
/openbsd-current/lib/libc/arch/sh/sys/
H A Dtfork_thread.S23 * int __tfork_thread(const struct __tfork *param, size_t psize, void (*func)(void *), void *arg);
55 SET_ERRNO_AND_RETURN(__tfork)
/openbsd-current/lib/libc/arch/hppa/sys/
H A Dtfork_thread.S34 SYSCALL(__tfork)
/openbsd-current/lib/libc/arch/aarch64/sys/
H A Dtfork_thread.S28 SYSTRAP(__tfork)
/openbsd-current/lib/libc/arch/m88k/sys/
H A Dtfork_thread.S33 * int __tfork_thread(const struct __tfork *param, size_t psize, void (*func)(void *), void *arg);
36 or %r13, %r0, __SYSCALLNAME(SYS_,__tfork)
/openbsd-current/sys/sys/
H A Dunistd.h65 /* the parameters argument passed to the __tfork() syscall */
66 struct __tfork { struct
H A Dsyscallargs.h58 syscallarg(const struct __tfork *) param;
/openbsd-current/lib/libc/arch/mips64/sys/
H A Dtfork_thread.S31 * int __tfork_thread(const struct __tfork *param, size_t psize, void (*func)(void *), void *arg);
43 __DO_SYSCALL(__tfork)
/openbsd-current/usr.bin/kdump/
H A Dktrstruct.c318 ktrtfork(const struct __tfork *tf)
320 printf("struct __tfork { tcb=%p, tid=%p, stack=%p }\n",
640 struct __tfork tf;
/openbsd-current/include/
H A Dunistd.h531 pid_t __tfork_thread(const struct __tfork *, size_t, void (*)(void *),
/openbsd-current/lib/librthread/
H A Drthread.c350 struct __tfork param;
/openbsd-current/sys/kern/
H A Dkern_fork.c118 syscallarg(const struct __tfork) *param;
122 struct __tfork param = { 0 };

Completed in 140 milliseconds