Home
last modified time | relevance | path

Searched refs:pid (Results 76 – 100 of 109) sorted by relevance

12345

/qemu/hw/usb/
H A Du2f.c249 switch (p->pid) { in u2f_key_handle_data()
H A Dredirect.c58 #define USBEP2I(usb_ep) (((usb_ep)->pid == USB_TOKEN_IN) ? \
963 if (p->pid == USB_TOKEN_IN) { in usbredir_handle_data()
973 if (p->state == USB_PACKET_SETUP && p->pid == USB_TOKEN_IN && in usbredir_handle_data()
999 if (ep->pid == USB_TOKEN_IN && ep->pipeline) { in usbredir_flush_ep_queue()
1765 if (uep->pid == USB_TOKEN_OUT) { in usbredir_set_pipeline()
1768 if (uep->pid == USB_TOKEN_IN && uep->max_packet_size != 0 && in usbredir_set_pipeline()
2064 if (p->pid == USB_TOKEN_IN && p->ep->pipeline) { in usbredir_bulk_packet()
H A Ddev-audio.c912 if (p->pid == USB_TOKEN_OUT && p->ep->nr == 1) { in usb_audio_handle_data()
921 p->pid, p->ep->nr, p->iov.size); in usb_audio_handle_data()
H A Dcanokey.c197 switch (p->pid) { in canokey_handle_data()
H A Ddev-wacom.c377 switch (p->pid) { in usb_wacom_handle_data()
H A Ddev-network.c1245 switch(p->pid) { in usb_net_handle_data()
1281 p->pid, p->ep->nr, p->iov.size); in usb_net_handle_data()
H A Ddev-serial.c487 switch (p->pid) { in usb_serial_handle_data()
H A Ddev-hid.c662 switch (p->pid) { in usb_hid_handle_data()
H A Ddev-hub.c528 switch(p->pid) { in usb_hub_handle_data()
H A Ddev-storage.c413 switch (p->pid) { in usb_msd_handle_data()
H A Dtrace-events31 usb_ohci_td_bad_pid(const char *s, uint32_t edf, uint32_t tdf) "Bad pid %s: ed.flags 0x%x td.flags …
92 …t32_t addr, int tbytes, int cpage, int cerr, int pid) "QTD @ 0x%08x - tbytes %d, cpage %d, cerr %d…
/qemu/migration/
H A Dtrace-events293 … const char *ramblock, size_t offset, uint32_t pid) "Request for HVA=0x%" PRIx64 " rb=%s offset=0x…
308 get_mem_fault_cpu_index(int cpu, uint32_t pid) "cpu: %d, pid: %u"
/qemu/python/qemu/machine/
H A Dmachine.py283 return self._subp.pid
593 timeout, self._subp.pid
/qemu/tests/qtest/
H A Dmigration-test.c1570 int pid, wstatus; in test_analyze_script() local
1598 pid = fork(); in test_analyze_script()
1599 if (!pid) { in test_analyze_script()
1606 g_assert(waitpid(pid, &wstatus, 0) == pid); in test_analyze_script()
/qemu/linux-user/
H A Dsyscall.c382 _syscall1(int, sys_sched_getscheduler, pid_t, pid);
387 _syscall2(int, sys_sched_getparam, pid_t, pid,
390 _syscall2(int, sys_sched_setparam, pid_t, pid,
516 _syscall4(int, sys_prlimit64, pid_t, pid, int, resource,
687 safe_syscall2(int, kill, pid_t, pid, int, sig) in safe_syscall3()
1788 __get_user(cred->pid, &target_cred->pid); in target_to_host_cmsg()
1922 __put_user(cred->pid, &target_cred->pid); in host_to_target_cmsg()
2594 __put_user(cr.pid, &tcr->pid); in do_getsockopt()
7075 target_fox->pid = tswap32(fox.pid); in do_fcntl()
7086 fox.pid = tswap32(target_fox->pid); in do_fcntl()
[all …]
/qemu/tests/image-fuzzer/
H A Drunner.py93 os.kill(process.pid, term_signal)
/qemu/include/qemu/
H A Dosdep.h726 char *qemu_get_pid_name(pid_t pid);
/qemu/hw/nvme/
H A Dctrl.c349 return pid; in nvme_pid2ph()
352 return pid & ((1 << (15 - rgif)) - 1); in nvme_pid2ph()
363 return pid >> (16 - rgif); in nvme_pid2rg()
369 *rg = nvme_pid2rg(ns, pid); in nvme_parse_pid()
370 *ph = nvme_pid2ph(ns, pid); in nvme_parse_pid()
482 if (!nvme_parse_pid(ns, pid, &ph, &rg)) { in nvme_update_ruh()
496 e->pid = cpu_to_le16(pid); in nvme_update_ruh()
3481 uint16_t pid = le16_to_cpu(rw->dspec); in nvme_do_write_fdp() local
3486 !nvme_parse_pid(ns, pid, &ph, &rg)) { in nvme_do_write_fdp()
3504 nvme_update_ruh(n, ns, pid); in nvme_do_write_fdp()
[all …]
/qemu/qga/
H A Dqapi-schema.json1253 # @pid: pid returned from guest-exec
1260 'data': { 'pid': 'int' },
1266 # @pid: pid of child process in guest OS
1271 'data': { 'pid': 'int'} }
/qemu/docs/system/ppc/
H A Damigang.rst160 https://www.acube-systems.biz/index.php?page=hardware&pid=5
/qemu/linux-headers/asm-powerpc/
H A Dkvm.h44 __u64 pid; member
/qemu/bsd-user/
H A Dqemu.h190 void fork_end(pid_t pid);
/qemu/util/
H A Doslib-win32.c287 char *qemu_get_pid_name(pid_t pid) in qemu_get_pid_name() argument
/qemu/docs/tools/
H A Dqemu-nbd.rst188 .. option:: --pid-file=PATH
/qemu/include/block/
H A Dnvme.h1766 uint16_t pid; member
1812 uint16_t pid; member

12345