Home
last modified time | relevance | path

Searched refs:exec (Results 1 – 17 of 17) sorted by relevance

/xen/tools/libxc/
A Dxc_kexec.c17 DECLARE_HYPERCALL_BUFFER(xen_kexec_exec_t, exec); in xc_kexec_exec()
20 exec = xc_hypercall_buffer_alloc(xch, exec, sizeof(*exec)); in xc_kexec_exec()
21 if ( exec == NULL ) in xc_kexec_exec()
27 exec->type = type; in xc_kexec_exec()
31 HYPERCALL_BUFFER_AS_ARG(exec)); in xc_kexec_exec()
34 xc_hypercall_buffer_free(xch, exec); in xc_kexec_exec()
/xen/tools/console/testsuite/
A Dprocpipe.c47 static pid_t exec(int stdout, int stdin, const char *cmd) in exec() function
108 pid1 = exec(host_stdout[1], host_stdin[0], argv[optind]); in main()
113 pid2 = exec(host_stdin[1], host_stdout[0], argv[optind + 1]); in main()
/xen/xen/tools/kconfig/
A Dstreamline_config.pl115 my $exec = $conf->{"exec"};
119 open(my $infile, '-|', "$exec $file") || die "Failed to run $exec $file";
A Dqconf.cc902 headerPopup->exec(e->globalPos()); in contextMenuEvent()
1751 switch (mb.exec()) { in closeEvent()
1888 configApp->exec(); in main()
/xen/stubdom/grub.patches/
A D61btrfs.diff3398 e2fs_stage1_5.exec fat_stage1_5.exec ffs_stage1_5.exec \
3399 iso9660_stage1_5.exec jfs_stage1_5.exec minix_stage1_5.exec \
3400 - reiserfs_stage1_5.exec ufs2_stage1_5.exec vstafs_stage1_5.exec \
3401 - xfs_stage1_5.exec nbloader.exec pxeloader.exec diskless.exec
3402 + reiserfs_stage1_5.exec btrfs_stage1_5.exec ufs2_stage1_5.exec \
3403 + vstafs_stage1_5.exec xfs_stage1_5.exec nbloader.exec \
3404 + pxeloader.exec diskless.exec
3413 e2fs_stage1_5.exec fat_stage1_5.exec ffs_stage1_5.exec \
3414 iso9660_stage1_5.exec jfs_stage1_5.exec minix_stage1_5.exec \
3415 - reiserfs_stage1_5.exec ufs2_stage1_5.exec vstafs_stage1_5.exec \
[all …]
A D00cvs8 …${CC-cc} ${CFLAGS} -nostdlib -Wl,-N -Wl,-Ttext -Wl,$link_addr conftest.o -o conftest.exec]); then :
9 …CFLAGS} ${LDFLAGS} -nostdlib -Wl,-N -Wl,-Ttext -Wl,$link_addr conftest.o -o conftest.exec]); then :
216 … ac_try='${CC-cc} ${CFLAGS} -nostdlib -Wl,-N -Wl,-Ttext -Wl,$link_addr conftest.o -o conftest.exec'
217 …CC-cc} ${CFLAGS} ${LDFLAGS} -nostdlib -Wl,-N -Wl,-Ttext -Wl,$link_addr conftest.o -o conftest.exec'
694 noinst_PROGRAMS = stage1.exec
714 SUFFIXES = .exec
849 * from: @(#)exec.h 8.1 (Berkeley) 6/11/93
/xen/tools/firmware/etherboot/patches/
A Dboot_prompt_option.patch13 call exec
/xen/xen/common/
A Dkexec.c819 xen_kexec_exec_t exec; in kexec_exec() local
823 if ( unlikely(copy_from_guest(&exec, uarg, 1)) ) in kexec_exec()
826 if ( kexec_load_get_bits(exec.type, &base, &bit) ) in kexec_exec()
835 switch (exec.type) in kexec_exec()
/xen/tools/hotplug/Linux/
A Dxen-hotplug-common.sh.in23 exec 2>>@XEN_LOG_DIR@/xen-hotplug.log
/xen/tools/pygrub/examples/
A Dubuntu-14.04-lts.grub2215 # the 'exec tail' line above.
223 # the 'exec tail' line above.
A Ddebian-wheezy-hvm.grub297 # the 'exec tail' line above.
A Dfedora-19.grub2108 # the 'exec tail' line above.
A Drhel-7-beta.grub2109 # the 'exec tail' line above.
A Dfedora-16-with-xen.grub2102 # the 'exec tail' line above.
/xen/docs/misc/
A Dconsole.txt151 its readiness. If xenconsole (the client) is exec'ed and has been given a fd
A Dxen-command-line.pandoc961 > `= List of [ ad=<bool>, pml=<bool>, exec-sp=<bool> ]`
992 * The `exec-sp` boolean controls whether EPT superpages with execute
1003 ept=[no-]exec-sp` to switch between fast and secure.
/xen/docs/designs/
A Dqemu-deprivilege.md95 whatever executes QEMU; i.e., have the process which exec's QEMU first

Completed in 22 milliseconds