Searched refs:exec (Results 1 – 17 of 17) sorted by relevance
/xen/tools/libxc/ |
A D | xc_kexec.c | 17 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 D | procpipe.c | 47 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 D | streamline_config.pl | 115 my $exec = $conf->{"exec"}; 119 open(my $infile, '-|', "$exec $file") || die "Failed to run $exec $file";
|
A D | qconf.cc | 902 headerPopup->exec(e->globalPos()); in contextMenuEvent() 1751 switch (mb.exec()) { in closeEvent() 1888 configApp->exec(); in main()
|
/xen/stubdom/grub.patches/ |
A D | 61btrfs.diff | 3398 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 D | 00cvs | 8 …${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 D | boot_prompt_option.patch | 13 call exec
|
/xen/xen/common/ |
A D | kexec.c | 819 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 D | xen-hotplug-common.sh.in | 23 exec 2>>@XEN_LOG_DIR@/xen-hotplug.log
|
/xen/tools/pygrub/examples/ |
A D | ubuntu-14.04-lts.grub2 | 215 # the 'exec tail' line above. 223 # the 'exec tail' line above.
|
A D | debian-wheezy-hvm.grub2 | 97 # the 'exec tail' line above.
|
A D | fedora-19.grub2 | 108 # the 'exec tail' line above.
|
A D | rhel-7-beta.grub2 | 109 # the 'exec tail' line above.
|
A D | fedora-16-with-xen.grub2 | 102 # the 'exec tail' line above.
|
/xen/docs/misc/ |
A D | console.txt | 151 its readiness. If xenconsole (the client) is exec'ed and has been given a fd
|
A D | xen-command-line.pandoc | 961 > `= 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 D | qemu-deprivilege.md | 95 whatever executes QEMU; i.e., have the process which exec's QEMU first
|
Completed in 22 milliseconds