centos man page for dmi_find_device

Query: dmi_find_device

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DMI_FIND_DEVICE(9)						Firmware Interfaces						DMI_FIND_DEVICE(9)

NAME
dmi_find_device - find onboard device by type/name
SYNOPSIS
const struct dmi_device * dmi_find_device(int type, const char * name, const struct dmi_device * from);
ARGUMENTS
type device type or DMI_DEV_TYPE_ANY to match all device types name device name string or NULL to match all from previous device found in search, or NULL for new search.
DESCRIPTION
Iterates through the list of known onboard devices. If a device is found with a matching vendor and device, a pointer to its device structure is returned. Otherwise, NULL is returned. A new search is initiated by passing NULL as the from argument. If from is not NULL, searches continue from next device.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DMI_FIND_DEVICE(9)
Related Man Pages
device_create(9) - centos
pcap_findalldevs(3pcap) - mojave
struct_device_driver(9) - centos
hwloc_ibv_get_device_osdev_by_name(3) - centos
device_create_vargs(9) - suse
Similar Topics in the Unix Linux Community
Weird 'find' results
How to increment version inside a file?
Tar Command
Shopt -s histappend
[TIP] Processing YAML files with yq