Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

libdevid(3LIB)

Name

libdevid - device ID library

Synopsis

cc [ flag... ] file... –ldevid [ library... ]
#include <devid.h>

Description

Functions in this library provide unique device IDs for identifying a device, independent of the device name or device number.

INTERFACES

The shared object libdevid.so.1 provides the public interfaces defined below. See intro(3) for additional information on shared object interfaces.

devid_compare
devid_deviceid_to_nmlist
devid_free
devid_free_nmlist
devid_get
devid_get_minor_name
devid_pget
devid_pget_minor_name
devid_sizeof
devid_str_decode
devid_str_encode
devid_str_free
devid_valid

Files

/lib/libdevid.so.1

shared object.

/lib/64/libdevid.so.1

64-bit shared object.

Attributes

See attributes(7) for description of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/library
Interface Stability
Committed
MT-Level
MT−Safe

See Also

pvs(1), intro(3), attributes(7)