Searched refs:pdi (Results 1 – 8 of 8) sorted by relevance
| /freebsd/usr.sbin/bhyve/ |
| H A D | pci_emul.c | 114 struct pci_devinst *pdi; member 125 struct pci_devinst *pdi; member 523 struct pci_devinst *pdi = arg; in pci_emul_io_handler() local 524 struct pci_devemu *pe = pdi->pi_d; in pci_emul_io_handler() 531 if (pdi->pi_bar[i].type == PCIBAR_IO && in pci_emul_io_handler() 532 (uint64_t)port >= pdi->pi_bar[i].addr && in pci_emul_io_handler() 534 pdi->pi_bar[i].addr + pdi->pi_bar[i].size) { in pci_emul_io_handler() 535 offset = port - pdi->pi_bar[i].addr; in pci_emul_io_handler() 537 *eax = (*pe->pe_barread)(pdi, i, in pci_emul_io_handler() 540 (*pe->pe_barwrite)(pdi, i, offset, in pci_emul_io_handler() [all …]
|
| H A D | snapshot.c | 877 struct pci_devinst *pdi = NULL; in vm_restore_devices() local 879 while ((pdi = pci_next(pdi)) != NULL) { in vm_restore_devices() 880 ret = vm_restore_device(rstate, pci_snapshot, pdi->pi_name, pdi); in vm_restore_devices() 897 struct pci_devinst *pdi = NULL; in vm_pause_devices() local 899 while ((pdi = pci_next(pdi)) != NULL) { in vm_pause_devices() 900 ret = pci_pause(pdi); in vm_pause_devices() 902 EPRINTLN("Cannot pause dev %s: %d", pdi->pi_name, ret); in vm_pause_devices() 914 struct pci_devinst *pdi = NULL; in vm_resume_devices() local 916 while ((pdi = pci_next(pdi)) != NULL) { in vm_resume_devices() 917 ret = pci_resume(pdi); in vm_resume_devices() [all …]
|
| H A D | pci_emul.h | 235 int pci_emul_alloc_bar(struct pci_devinst *pdi, int idx, 237 int pci_emul_alloc_rom(struct pci_devinst *const pdi, const uint64_t size, 268 int pci_pause(struct pci_devinst *pdi); 269 int pci_resume(struct pci_devinst *pdi);
|
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_printf.c | 723 dt_pfdict_t *pdi; in dt_pfdict_create() local 725 if ((pdi = malloc(sizeof (dt_pfdict_t))) == NULL || in dt_pfdict_create() 726 (pdi->pdi_buckets = malloc(sizeof (dt_pfconv_t *) * n)) == NULL) { in dt_pfdict_create() 727 free(pdi); in dt_pfdict_create() 731 dtp->dt_pfdict = pdi; in dt_pfdict_create() 732 bzero(pdi->pdi_buckets, sizeof (dt_pfconv_t *) * n); in dt_pfdict_create() 733 pdi->pdi_nbuckets = n; in dt_pfdict_create() 747 pfc->pfc_next = pdi->pdi_buckets[h]; in dt_pfdict_create() 748 pdi->pdi_buckets[h] = pfc; in dt_pfdict_create() 796 dt_pfdict_t *pdi = dtp->dt_pfdict; in dt_pfdict_destroy() local [all …]
|
| /freebsd/stand/efi/libefi/ |
| H A D | efipart.c | 137 pdinfo_list_t *pdi; in efiblk_get_pdinfo() local 140 pdi = efiblk_get_pdinfo_list(dev->d_dev); in efiblk_get_pdinfo() 141 if (pdi == NULL) in efiblk_get_pdinfo() 144 STAILQ_FOREACH(pd, pdi, pd_link) { in efiblk_get_pdinfo() 203 efiblk_pdinfo_count(pdinfo_list_t *pdi) in efiblk_pdinfo_count() argument 208 STAILQ_FOREACH(pd, pdi, pd_link) { in efiblk_pdinfo_count() 215 efipart_find_parent(pdinfo_list_t *pdi, EFI_DEVICE_PATH *devpath) in efipart_find_parent() argument 226 STAILQ_FOREACH(pd, pdi, pd_link) { in efipart_find_parent()
|
| /freebsd/sys/dev/ida/ |
| H A D | idaio.h | 15 struct ida_phys_drv_info pdi; member
|
| /freebsd/sys/i386/include/ |
| H A D | pmap.h | 98 #define VADDR(pdi, pti) ((vm_offset_t)(((pdi)<<PDRSHIFT)|((pti)<<PAGE_SHIFT))) argument
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | playdate | 14 # pdi: static image
|