|
DEVICE_GET_PARENT (9) | Kernel routines | Unix Manual Pages | :man▋
NAME
device_get_parent - return the devices parent
CONTENTS
Synopsis Description See Also Authors
SYNOPSIS
.In sys/param.h .In sys/bus.h device_t device_get_parent "device_t dev"
DESCRIPTION
The device_get_parent function returns the name of the devices parent device.
SEE ALSO
device(9)
AUTHORS
|