Home
last modified time | relevance | path

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

/xen/tools/console/daemon/
A Dutils.c54 if ((pid = fork()) > 0) { in daemonize()
62 if ((pid = fork()) > 0) { in daemonize()
/xen/tools/xenstore/
A Dxenstored_posix.c57 if ((pid = fork()) < 0) in daemonize()
66 if ((pid = fork()) < 0) in daemonize()
/xen/tools/ocaml/xenstored/
A Dparse_arg.ml47 ("--no-fork", Arg.Unit (fun () -> daemonize := false),
48 "to request that the daemon does not fork");
59 … : xenstored [--config-file <filename>] [--no-domain-init] [--help] [--no-fork] [--reraise-top-lev…
A Dstdext.ml96 match Unix.fork () with
101 begin match Unix.fork () with
/xen/tools/libxc/
A Dxc_memshr.c250 mso.u.fork.parent_domain = pdomid; in xc_memshr_fork()
253 mso.u.fork.flags |= XENMEM_FORK_WITH_IOMMU_ALLOWED; in xc_memshr_fork()
255 mso.u.fork.flags |= XENMEM_FORK_BLOCK_INTERRUPTS; in xc_memshr_fork()
/xen/tools/misc/
A Dxenwatchdogd.c18 switch (fork()) { in daemonize()
A Dxencons74 if os.fork():
/xen/tools/console/testsuite/
A Dprocpipe.c51 pid = fork(); in exec()
/xen/xen/arch/x86/mm/
A Dmem_sharing.c1750 static int fork(struct domain *cd, struct domain *d) in fork() function
2107 if ( mso.u.fork.pad ) in mem_sharing_memop()
2109 if ( mso.u.fork.flags & in mem_sharing_memop()
2113 rc = rcu_lock_live_remote_domain_by_id(mso.u.fork.parent_domain, in mem_sharing_memop()
2126 (rc = mem_sharing_control(pd, true, mso.u.fork.flags)) ) in mem_sharing_memop()
2132 rc = fork(d, pd); in mem_sharing_memop()
2138 else if ( !rc && (mso.u.fork.flags & XENMEM_FORK_BLOCK_INTERRUPTS) ) in mem_sharing_memop()
2150 if ( mso.u.fork.pad || mso.u.fork.flags ) in mem_sharing_memop()
/xen/tools/xenpmd/
A Dxenpmd.c485 if ( (pid = fork()) < 0 ) in daemonize()
493 if ( (pid = fork()) < 0 ) in daemonize()
/xen/xen/include/public/
A Dmemory.h545 } fork; member
/xen/docs/designs/
A Dqemu-deprivilege.md134 reused. If a compromised QEMU can fork (due to seccomp or
154 if(fork())
176 if(fork())
/xen/tools/xl/
A Dxl.c260 ch->pid = fork(); in xl_fork()
/xen/docs/features/
A Dqemu-deprivilege.pandoc120 * Launch "fork bombs" or other resource exhaustion attacks
/xen/tools/libxl/
A Dlibxl_exec.c312 : fork(); in libxl__spawn_spawn()
A Dlibxl_fork.c609 : fork(); in libxl__ev_child_fork()
/xen/tools/xentrace/
A Dxenalyze.c9509 if(!(pid = fork())) { in progress_init()
9558 if(!(pid = fork())) { in progress_finish()
/xen/docs/man/
A Dxl.cfg.5.pod.in2756 Use the device-model based upon the historical Xen fork of QEMU.

Completed in 78 milliseconds