MCPcopy Create free account
hub / github.com/F-Stack/f-stack / bus_generic_add_child

Function bus_generic_add_child

freebsd/kern/subr_bus.c:3667–3671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3665}
3666
3667device_t
3668bus_generic_add_child(device_t dev, u_int order, const char *name, int unit)
3669{
3670 return (device_add_child_ordered(dev, order, name, unit));
3671}
3672
3673/**
3674 * @brief Helper function for implementing DEVICE_PROBE()

Callers

nothing calls this directly

Calls 1

device_add_child_orderedFunction · 0.85

Tested by

no test coverage detected