Searched refs:exec (Results 1 – 16 of 16) sorted by relevance
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | streamline_config.pl | 114 my $exec = $conf->{"exec"}; 118 open(my $infile, '-|', "$exec $file") || die "Failed to run $exec $file";
|
A D | qconf.cc | 859 headerPopup->exec(e->globalPos()); in contextMenuEvent() 1652 switch (mb.exec()) { in closeEvent() 1792 configApp->exec(); in main()
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 61btrfs.diff | 3409 e2fs_stage1_5.exec fat_stage1_5.exec ffs_stage1_5.exec \ 3410 iso9660_stage1_5.exec jfs_stage1_5.exec minix_stage1_5.exec \ 3411 - reiserfs_stage1_5.exec ufs2_stage1_5.exec vstafs_stage1_5.exec \ 3412 - xfs_stage1_5.exec nbloader.exec pxeloader.exec diskless.exec 3413 + reiserfs_stage1_5.exec btrfs_stage1_5.exec ufs2_stage1_5.exec \ 3414 + vstafs_stage1_5.exec xfs_stage1_5.exec nbloader.exec \ 3415 + pxeloader.exec diskless.exec 3424 e2fs_stage1_5.exec fat_stage1_5.exec ffs_stage1_5.exec \ 3425 iso9660_stage1_5.exec jfs_stage1_5.exec minix_stage1_5.exec \ 3426 - 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' 1054 noinst_PROGRAMS = stage1.exec 1074 SUFFIXES = .exec 1209 * from: @(#)exec.h 8.1 (Berkeley) 6/11/93
|
/xen-4.10.0-shim-comet/tools/firmware/etherboot/patches/ |
A D | boot_prompt_option.patch | 13 call exec
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | kexec.c | 818 xen_kexec_exec_t exec; in kexec_exec() local 822 if ( unlikely(copy_from_guest(&exec, uarg, 1)) ) in kexec_exec() 825 if ( kexec_load_get_bits(exec.type, &base, &bit) ) in kexec_exec() 834 switch (exec.type) in kexec_exec()
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/ |
A D | xen-hotplug-common.sh.in | 23 exec 2>>@XEN_LOG_DIR@/xen-hotplug.log
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/docs/misc/ |
A D | console.txt | 151 its readiness. If xenconsole (the client) is exec'ed and has been given a fd
|
/xen-4.10.0-shim-comet/ |
A D | .rootkeys | 669 428d0d83warJp9F3aKU4moRRVfTmFg tools/ioemu/exec-all.h 670 428d0d83m3Kwp8vJKycK1n5a_LygfA tools/ioemu/exec.c
|
Completed in 20 milliseconds