/qemu/hw/usb/ |
H A D | core.c | 582 void usb_packet_setup(USBPacket *p, int pid, in usb_packet_setup() 736 struct USBEndpoint *usb_ep_get(USBDevice *dev, int pid, int ep) in usb_ep_get() 750 uint8_t usb_ep_get_type(USBDevice *dev, int pid, int ep) in usb_ep_get_type() 756 void usb_ep_set_type(USBDevice *dev, int pid, int ep, uint8_t type) in usb_ep_set_type() 762 void usb_ep_set_ifnum(USBDevice *dev, int pid, int ep, uint8_t ifnum) in usb_ep_set_ifnum() 768 void usb_ep_set_max_packet_size(USBDevice *dev, int pid, int ep, in usb_ep_set_max_packet_size() 789 void usb_ep_set_max_streams(USBDevice *dev, int pid, int ep, uint8_t raw) in usb_ep_set_max_streams() 802 void usb_ep_set_halted(USBDevice *dev, int pid, int ep, bool halted) in usb_ep_set_halted() 808 USBPacket *usb_ep_find_packet_by_id(USBDevice *dev, int pid, int ep, in usb_ep_find_packet_by_id()
|
/qemu/qga/ |
H A D | commands.c | 95 GPid pid; member 113 static int64_t gpid_to_int64(GPid pid) in gpid_to_int64() 122 static GuestExecInfo *guest_exec_info_add(GPid pid) in guest_exec_info_add() 147 GuestExecStatus *qmp_guest_exec_status(int64_t pid, Error **errp) in qmp_guest_exec_status() 259 static void guest_exec_child_watch(GPid pid, gint status, gpointer data) in guest_exec_child_watch() 414 GPid pid; in qmp_guest_exec() local
|
/qemu/scripts/ |
H A D | simpletrace.py | 193 def _process_event(self, rec_args, *, event, event_id, timestamp_ns, pid, **kwargs): argument 264 def catchall(self, *rec_args, event, timestamp_ns, pid, event_id, **kwargs): argument 343 def catchall(self, *rec_args, event, timestamp_ns, pid, event_id): argument
|
/qemu/util/ |
H A D | systemd.c | 22 unsigned long pid; in check_socket_activation() local
|
/qemu/include/io/ |
H A D | channel-command.h | 44 GPid pid; member
|
/qemu/tests/tcg/multiarch/ |
H A D | follow-fork-mode.c | 23 pid_t child, pid; in main() local
|
/qemu/tests/unit/ |
H A D | test-qga.c | 15 GPid pid; member 43 static void qga_watch(GPid pid, gint status, gpointer user_data) in qga_watch() 804 static QDict *wait_for_guest_exec_completion(int fd, int64_t pid) in wait_for_guest_exec_completion() 836 int64_t pid, exitcode; in test_qga_guest_exec() local 897 int64_t pid, exitcode; in test_qga_guest_exec_separated() local 938 int64_t pid, exitcode; in test_qga_guest_exec_merged() local
|
/qemu/tests/migration-stress/guestperf/ |
H A D | engine.py | 54 def _vcpu_timing(self, pid, tid_list): argument 69 def _cpu_timing(self, pid): argument
|
/qemu/tests/tcg/multiarch/linux/ |
H A D | linux-test.c | 211 int pid, status; in test_fork() local 289 int server_fd, client_fd, fd, pid, ret, val; in test_socket() local 398 static void wait_for_child(pid_t pid) in wait_for_child()
|
/qemu/target/ppc/ |
H A D | mmu-booke.c | 30 target_ulong address, uint32_t pid, int i) in ppcemb_tlb_check() 56 int ppcemb_tlb_search(CPUPPCState *env, target_ulong address, uint32_t pid) in ppcemb_tlb_search() 221 target_ulong address, uint32_t pid) in ppcmas_tlb_check()
|
H A D | mmu-radix64.c | 66 uint64_t *lpid, uint64_t *pid) in ppc_radix64_get_fully_qualified_addr() 513 vaddr eaddr, uint64_t pid, in ppc_radix64_process_scoped_xlate() 698 uint64_t lpid, pid; in ppc_radix64_xlate_impl() local
|
/qemu/tests/qtest/ |
H A D | tpm-util.c | 134 gboolean tpm_util_swtpm_start(const char *path, GPid *pid, in tpm_util_swtpm_start() 164 void tpm_util_swtpm_kill(GPid pid) in tpm_util_swtpm_kill()
|
H A D | vhost-user-blk-test.c | 29 pid_t pid; member 864 pid_t pid; in quit_storage_daemon() local 930 pid_t pid = fork(); in start_vhost_user_blk() local
|
/qemu/gdbstub/ |
H A D | gdbstub.c | 217 GDBProcess *gdb_get_process(uint32_t pid) in gdb_get_process() 268 uint32_t pid = gdb_get_cpu_pid(cpu); in gdb_next_cpu_in_process() local 311 static CPUState *gdb_get_cpu(uint32_t pid, uint32_t tid) in gdb_get_cpu() 677 uint32_t *pid, uint32_t *tid) in read_thread_id() 733 uint32_t pid, tid; in gdb_handle_vcont() local 1013 uint32_t pid = 1; in handle_detach() local 1105 uint32_t pid, tid; in handle_set_thread() local 2497 int pid; in gdb_create_default_process() local
|
H A D | user.c | 545 void gdbserver_fork_end(CPUState *cpu, pid_t pid) in gdbserver_fork_end() 675 bool gdb_handle_set_thread_user(uint32_t pid, uint32_t tid) in gdb_handle_set_thread_user() 687 bool gdb_handle_detach_user(uint32_t pid) in gdb_handle_detach_user()
|
/qemu/io/ |
H A D | channel-command.c | 53 GPid pid) in qio_channel_command_new_pid() 79 GPid pid = 0; in qio_channel_command_new_spawn() local
|
/qemu/include/exec/ |
H A D | memattrs.h | 55 unsigned int pid:8; member
|
/qemu/target/i386/kvm/ |
H A D | vmsr_energy.c | 257 void vmsr_read_thread_stat(pid_t pid, in vmsr_read_thread_stat() 290 pid_t *vmsr_get_thread_ids(pid_t pid, unsigned int *num_threads) in vmsr_get_thread_ids()
|
/qemu/qga/vss-win32/ |
H A D | requester.cpp | 412 VSS_ID pid; in requester_freeze() local 446 VSS_ID pid; in requester_freeze() local
|
/qemu/include/gdbstub/ |
H A D | commands.h | 20 uint32_t pid; member
|
/qemu/tcg/ |
H A D | perf.c | 126 uint32_t pid; member 145 uint32_t pid; member
|
/qemu/storage-daemon/ |
H A D | qemu-storage-daemon.c | 68 void qemu_system_killed(int signal, pid_t pid) in qemu_system_killed()
|
/qemu/bsd-user/ |
H A D | bsd-proc.h | 257 static inline abi_long do_bsd_getpgid(pid_t pid) in do_bsd_getpgid() 263 static inline abi_long do_bsd_setpgid(int pid, int pgrp) in do_bsd_setpgid()
|
/qemu/ |
H A D | os-posix.c | 215 pid_t pid; in os_daemonize() local
|
/qemu/tests/qtest/migration/ |
H A D | misc-tests.c | 49 int pid, wstatus; in test_analyze_script() local
|