Searched refs:pdi (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/dev/ida/
H A Didaio.h15 struct ida_phys_drv_info pdi; member in union:ida_user_command::__anon2574
/freebsd-current/usr.sbin/bhyve/
H A Dpci_emul.c112 struct pci_devinst *pdi; member in struct:pci_bar_allocation
123 struct pci_devinst *pdi; member in struct:boot_device
519 struct pci_devinst *pdi = arg; local
520 struct pci_devemu *pe = pdi->pi_d;
527 if (pdi->pi_bar[i].type == PCIBAR_IO &&
528 (uint64_t)port >= pdi->pi_bar[i].addr &&
530 pdi->pi_bar[i].addr + pdi->pi_bar[i].size) {
531 offset = port - pdi->pi_bar[i].addr;
533 *eax = (*pe->pe_barread)(pdi,
548 struct pci_devinst *pdi = arg1; local
573 struct pci_devinst *pdi = arg1; local
795 pci_emul_alloc_bar(struct pci_devinst *pdi, int idx, enum pcibar_type type, uint64_t size) argument
882 pci_emul_assign_bar(struct pci_devinst *const pdi, const int idx, const enum pcibar_type type, const uint64_t size) argument
977 pci_emul_alloc_rom(struct pci_devinst *const pdi, const uint64_t size, void **const addr) argument
1122 struct pci_devinst *pdi; local
2515 struct pci_devinst *pdi; local
2534 pci_pause(struct pci_devinst *pdi) argument
2547 pci_resume(struct pci_devinst *pdi) argument
[all...]
H A Dsnapshot.c877 struct pci_devinst *pdi = NULL; local
879 while ((pdi = pci_next(pdi)) != NULL) {
880 ret = vm_restore_device(rstate, pci_snapshot, pdi->pi_name, pdi);
897 struct pci_devinst *pdi = NULL; local
899 while ((pdi = pci_next(pdi)) != NULL) {
900 ret = pci_pause(pdi);
902 EPRINTLN("Cannot pause dev %s: %d", pdi
914 struct pci_devinst *pdi = NULL; local
1094 struct pci_devinst *pdi; local
[all...]
H A Dpci_emul.h235 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-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c723 dt_pfdict_t *pdi; local
725 if ((pdi = malloc(sizeof (dt_pfdict_t))) == NULL ||
726 (pdi->pdi_buckets = malloc(sizeof (dt_pfconv_t *) * n)) == NULL) {
727 free(pdi);
731 dtp->dt_pfdict = pdi;
732 bzero(pdi->pdi_buckets, sizeof (dt_pfconv_t *) * n);
733 pdi->pdi_nbuckets = n;
747 pfc->pfc_next = pdi->pdi_buckets[h];
748 pdi->pdi_buckets[h] = pfc;
796 dt_pfdict_t *pdi local
818 dt_pfdict_t *pdi = dtp->dt_pfdict; local
[all...]
/freebsd-current/sys/i386/include/
H A Dpmap.h98 #define VADDR(pdi, pti) ((vm_offset_t)(((pdi)<<PDRSHIFT)|((pti)<<PAGE_SHIFT)))
/freebsd-current/stand/efi/libefi/
H A Defipart.c136 pdinfo_list_t *pdi; local
139 pdi = efiblk_get_pdinfo_list(dev->d_dev);
140 if (pdi == NULL)
143 STAILQ_FOREACH(pd, pdi, pd_link) {
202 efiblk_pdinfo_count(pdinfo_list_t *pdi) argument
207 STAILQ_FOREACH(pd, pdi, pd_link) {
214 efipart_find_parent(pdinfo_list_t *pdi, EFI_DEVICE_PATH *devpath) argument
225 STAILQ_FOREACH(pd, pdi, pd_link) {

Completed in 112 milliseconds