Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

device_get_parent — return the device's parent

Authors

       This manual page was written by Warner Losh.

Debian                                           April 21, 2003                             DEVICE_GET_PARENT(9)

Description

       The device_get_parent() function returns the name of the device's parent device.

Name

       device_get_parent — return the device's parent

See Also

device(9)

Synopsis

#include<sys/param.h>#include<sys/bus.h>device_tdevice_get_parent(device_tdev);

See Also