bhnd_bus_find_hostb_device
if (bhnd_bus_find_hostb_device(dev) == child)
hostb = bhnd_bus_find_hostb_device(parent);
DEVMETHOD(bhnd_bus_find_hostb_device, bhnd_bhndb_find_hostb_device),
hostb = bhnd_bus_find_hostb_device(parent);
hostb_dev = bhnd_bus_find_hostb_device(device_get_parent(sc->chipc_dev));
if ((hostb = bhnd_bus_find_hostb_device(dev)) != NULL) {
if ((hostb = bhnd_bus_find_hostb_device(parent)) != NULL) {