PCI_FIND_NEXT_BUS

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

pci_find_next_bus - begin or continue searching for a PCI bus  

SYNOPSIS

"SYNOPSIS"

struct pci_bus * pci_find_next_bus (const struct pci_bus * from);  

ARGUMENTS

from
Previous PCI bus found, or NULL for new search.
 

DESCRIPTION

Iterates through the list of known PCI busses. A new search is initiated by passing NULL to the from argument. Otherwise if from is not NULL, searches continue from next device on the global list.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 13:31:44 GMT, October 06, 2005