pci_dev_present(9) centos man page | unix.com

Man Page: pci_dev_present

Operating Environment: centos

Section: 9

PCI_DEV_PRESENT(9)						Hardware Interfaces						PCI_DEV_PRESENT(9)

NAME
pci_dev_present - Returns 1 if device matching the device list is present, 0 if not.
SYNOPSIS
int pci_dev_present(const struct pci_device_id * ids);
ARGUMENTS
ids A pointer to a null terminated list of struct pci_device_id structures that describe the type of PCI device the caller is trying to find.
OBVIOUS FACT
You do not have a reference to any device that might be found by this function, so if that device is removed from the system right after this function is finished, the value will be stale. Use this function to find devices that are usually built into a system, or for a general hint as to if another device happens to be present at this specific moment in time.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 PCI_DEV_PRESENT(9)
Related Man Pages
device_create(9) - centos
device_create_vargs(9) - centos
device_create_with_groups(9) - centos
struct_ccw_driver(9) - centos
struct_ccw_driver(9) - suse
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Weird 'find' results
How to increment version inside a file?
DB2 convert digits to binary format
Controlling user input