| /onnv/onnv-gate/usr/src/lib/libbc/inc/include/ |
| vfork.h | 37 extern int vfork(); 40 #pragma unknown_control_flow(vfork)
|
| /onnv/onnv-gate/usr/src/lib/libast/common/comp/ |
| vfork.c | 28 NoN(vfork) 38 #undef vfork 45 vfork(void)
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/pid/ |
| tst.vfork.c | 59 if (vfork() == 0) {
|
| /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/ |
| ast_vfork.h | 24 /* : : generated from /home/gisburn/ksh93/ast_ksh_20091014/build_sparc_32bit/src/lib/libast/features/vfork by iffe version 2009-10-06 : : */ 87 extern __MANGLE__ pid_t vfork __PROTO__((void)); 88 #pragma unknown_control_flow(vfork)
|
| /onnv/onnv-gate/usr/src/lib/libast/sparc/src/lib/libast/ |
| ast_vfork.h | 3 /* : : generated from /home/gisburn/ksh93/ast_ksh_20091014/build_sparc_32bit/src/lib/libast/features/vfork by iffe version 2009-10-06 : : */ 66 extern __MANGLE__ pid_t vfork __PROTO__((void)); 67 #pragma unknown_control_flow(vfork)
|
| /onnv/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/ |
| ast_vfork.h | 24 /* : : generated from /home/gisburn/ksh93/ast_ksh_20091014/build_sparc_64bit/src/lib/libast/features/vfork by iffe version 2009-10-06 : : */ 87 extern __MANGLE__ pid_t vfork __PROTO__((void)); 88 #pragma unknown_control_flow(vfork)
|
| /onnv/onnv-gate/usr/src/lib/libast/sparcv9/src/lib/libast/ |
| ast_vfork.h | 3 /* : : generated from /home/gisburn/ksh93/ast_ksh_20091014/build_sparc_64bit/src/lib/libast/features/vfork by iffe version 2009-10-06 : : */ 66 extern __MANGLE__ pid_t vfork __PROTO__((void)); 67 #pragma unknown_control_flow(vfork)
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| popen.c | 17 #include <vfork.h> 24 extern int execl(), vfork(), pipe(), close(), fcntl(); 51 if ((pid = vfork()) == 0) {
|
| syslog.c | 41 #include <vfork.h> 208 pid = vfork();
|
| /onnv/onnv-gate/usr/src/cmd/bnu/ |
| gwd.c | 99 if (vfork() == 0) {
|
| xqt.c | 49 if (fork() == 0) { /* can't vfork() */ 104 if (vfork() == 0) {
|
| cpmv.c | 222 if (vfork() == 0) {
|
| /onnv/onnv-gate/usr/src/lib/libc/amd64/sys/ |
| vforkx.s | 36 * pid = vfork(); 48 * The child of vfork() will execute in the parent's address space, 50 * Therefore we have to be careful how we return from vfork(). 53 * We block all blockable signals while performing the vfork() system call 61 ENTRY_NP(vfork) 77 movq %rax, %r8 /* save the vfork() error number */ 84 movq %r8, %rax /* restore the vfork() error number */ 89 * To determine if we are (still) a child of vfork(), the child 92 * vfork(), else we are. We do this to deal with the case of 93 * a vfork() child calling vfork() [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/i386/sys/ |
| vforkx.s | 36 * pid = vfork(); 48 * The child of vfork() will execute in the parent's address space, 50 * Therefore we have to be careful how we return from vfork(). 53 * We block all blockable signals while performing the vfork() system call 61 ENTRY_NP(vfork) 81 pushl %eax /* save the vfork() error number */ 90 popl %eax /* restore the vfork() error number */ 96 * To determine if we are (still) a child of vfork(), the child 99 * vfork(), else we are. We do this to deal with the case of 100 * a vfork() child calling vfork() [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/sparc/sys/ |
| vforkx.s | 39 * pid = vfork(); 55 * We block all blockable signals while performing the vfork() system call 63 ENTRY_NP(vfork) 77 mov %o0, %o3 /* save the vfork() error number */ 85 mov %o3, %o0 /* restore the vfork() error number */ 89 * To determine if we are (still) a child of vfork(), the child 92 * vfork(), else we are. We do this to deal with the case of 93 * a vfork() child calling vfork(). 111 mov %o0, %o3 /* save the vfork() return value * [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/ |
| ast_vfork.h | 24 /* : : generated from /home/gisburn/ksh93/ast_ksh_20091014/build_i386_64bit/src/lib/libast/features/vfork by iffe version 2009-10-06 : : */ 87 extern __MANGLE__ pid_t vfork __PROTO__((void));
|
| /onnv/onnv-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
| ast_vfork.h | 3 /* : : generated from /home/gisburn/ksh93/ast_ksh_20091014/build_i386_64bit/src/lib/libast/features/vfork by iffe version 2009-10-06 : : */ 66 extern __MANGLE__ pid_t vfork __PROTO__((void));
|
| /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/ |
| ast_vfork.h | 24 /* : : generated from /home/gisburn/ksh93/ast_ksh_20091014/build_i386_32bit/src/lib/libast/features/vfork by iffe version 2009-10-06 : : */ 87 extern __MANGLE__ pid_t vfork __PROTO__((void));
|
| /onnv/onnv-gate/usr/src/lib/libast/i386/src/lib/libast/ |
| ast_vfork.h | 3 /* : : generated from /home/gisburn/ksh93/ast_ksh_20091014/build_i386_32bit/src/lib/libast/features/vfork by iffe version 2009-10-06 : : */ 66 extern __MANGLE__ pid_t vfork __PROTO__((void));
|
| /onnv/onnv-gate/usr/src/cmd/fmli/vt/ |
| Makefile | 35 vflush.o vfork.o vinit.o vmark.o vreshape.o wclrwin.o \
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/4.2/ |
| system.c | 86 if ((pid = vfork()) == 0) {
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/sys5/ |
| system.c | 84 if ((pid = vfork()) == 0) {
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/ |
| mdb_shell.c | 91 if ((pid = vfork()) == -1) 181 if ((pid = vfork()) == -1) {
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
| pclose.c | 113 if ((pid = vfork()) == 0) {
|
| /onnv/onnv-gate/usr/src/lib/libsmbfs/smb/ |
| iod_cl.c | 143 pid = vfork();
|