Interface Libraries libdevid(3LIB)
NAME
libdevid - device ID library
SYNOPSIS
cc [ flag... ] file... -ldevid [ library... ]
#include
DESCRIPTION
Functions in this library provide unique device IDs for
identifying a device, independent of the device name or dev-
ice number.
INTERFACES
The shared object libdevid.so.1 provides the public inter-
faces defined below. See Intro(3) for additional information
on shared object interfaces.
devidcompare deviddeviceidtonmlist
devidfree devidfreenmlist
devidget devidgetminorname
devidsizeof devidstrdecode
devidstrencode devidstrfree
devidvalid
FILES
/lib/libdevid.so.1 shared object.
/lib/64/libdevid.so.1 64-bit shared object.
ATRIBUTES
See attributes(5) for description of the following attri-
butes:
SunOS 5.11 Last change: 24 Mar 2004 1
Interface Libraries libdevid(3LIB)
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWcsl (32-bit)
SUNWcslx (64-bit)
Interface Stability Stable
MT-Level MT-Safe
SEE ALSO
pvs(1), Intro(3), attributes(5)
SunOS 5.11 Last change: 24 Mar 2004 2
|