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

/xsrc/external/mit/libpciaccess/dist/src/
H A Dfreebsd_pci.c99 } *freebsd_pci_sys; variable in typeref:struct:freebsd_pci_system *
211 if ( ioctl( freebsd_pci_sys->pcidev, PCIOCREAD, &io ) < 0 )
250 if ( ioctl( freebsd_pci_sys->pcidev, PCIOCWRITE, &io ) < 0 )
369 if ( ioctl( freebsd_pci_sys->pcidev, PCIOCGETBAR, &bar ) < 0 )
399 close(freebsd_pci_sys->pcidev);
400 free(freebsd_pci_sys->pci_sys.devices);
401 freebsd_pci_sys = NULL;
414 if ( ioctl( freebsd_pci_sys->pcidev, PCIOCATTACHED, &io ) < 0 ) {
608 freebsd_pci_sys = calloc( 1, sizeof( struct freebsd_pci_system ) );
609 if ( freebsd_pci_sys
[all...]

Completed in 2 milliseconds