Searched refs:pci_system (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/libpciaccess/dist/src/
H A Dcommon_init.c41 _pci_hidden struct pci_system * pci_sys;
H A Dpciaccess_private.h166 struct pci_system { struct
191 extern struct pci_system * pci_sys;
H A Dlinux_sysfs.c83 static int populate_entries(struct pci_system * pci_sys);
100 pci_sys = calloc( 1, sizeof( struct pci_system ) );
189 populate_entries( struct pci_system * p )
H A Dfreebsd_pci.c86 * FreeBSD private pci_system structure that extends the base pci_system
89 * It is initialized once and used as a global, just as pci_system is used.
96 struct pci_system pci_sys;
H A Dhurd_pci.c73 struct pci_system system;
H A Dnetbsd_pci.c949 pci_sys = calloc(1, sizeof(struct pci_system));
H A Dopenbsd_pci.c605 pci_sys = calloc(1, sizeof(struct pci_system));
H A Dsolx_devfs.c1107 if ((pci_sys = calloc(1, sizeof (struct pci_system))) == NULL) {
H A Dx86_pci.c1206 pci_sys = calloc (1, sizeof (struct pci_system));

Completed in 12 milliseconds