Manual Page Search Parameters

DEVICE_DELETE_CHILDREN(9) Kernel Developer's Manual DEVICE_DELETE_CHILDREN(9)

device_delete_childrendelete all child devices of a given device

#include <sys/param.h>
#include <sys/bus.h>

int
device_delete_children(device_t dev);

The () function deletes all child devices of the given device dev, if any, using the () function for each device it finds. If a child device cannot be deleted, this function will return an error code.

Zero is returned on success, a non-zero return value indicates failure.

device_delete_child(9)

This manual page was written by Jeroen Ruigrok van der Werven.

September 28, 2018 release-26.07