|
NAMEdevice_delete_children —
delete all child devices of a given device
SYNOPSIS#include <sys/param.h>
#include <sys/bus.h>
int
DESCRIPTIONThedevice_delete_children () function deletes all child
devices of the given device dev, if any, using the
device_delete_child () function for each device it
finds. If a child device cannot be deleted, this function will return an error
code.
RETURN VALUESZero is returned on success, a non-zero return value indicates failure.SEE ALSOdevice_delete_child(9)AUTHORSThis manual page was written by Jeroen Ruigrok van der Werven.
Visit the GSP FreeBSD Man Page Interface. |