Searched refs:pci_conf_io32 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.h105 struct pci_conf_io32 { struct
126 #define PCIOCGETCONF_32 _IOWR('p', 5, struct pci_conf_io32)
H A Dfreebsd32_ioctl.c63 CTASSERT(sizeof(struct pci_conf_io32) == 36);
250 struct pci_conf_io32 pci32;
/freebsd-11-stable/sys/dev/pci/
H A Dpci_user.c256 struct pci_conf_io32 { struct
270 #define PCIOCGETCONF_OLD32 _IOWR('p', 1, struct pci_conf_io32)
518 struct pci_conf_io32 *cio32 = NULL;
551 cio32 = (struct pci_conf_io32 *)data;

Completed in 127 milliseconds