Searched refs:exec (Results 1 – 11 of 11) sorted by relevance
| /tools/libs/ctrl/ |
| 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()
|
| /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()
|
| /tools/firmware/etherboot/patches/ |
| A D | boot_prompt_option.patch | 13 call exec
|
| /tools/ocaml/xenstored/ |
| A D | event.ml | 25 across exec(), and the DOM_EXC VIRQ still bound. *)
|
| A D | xenstored.ml | 270 (* systemd and utils.ml sets it close on exec *)
|
| /tools/hotplug/Linux/ |
| A D | xen-hotplug-common.sh.in | 23 exec 2>>@XEN_LOG_DIR@/xen-hotplug.log
|
| /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.
|
Completed in 43 milliseconds