Searched refs:bf_func (Results 1 – 2 of 2) sorted by relevance
48 bfd->bf_func = func; in bus_func_register()71 if (bfd->bf_type == type && bfd->bf_func == func && in bus_func_unregister()102 uint_t status = bfd->bf_func(bfd->bf_arg); in bus_func_invoke()
117 busfunc_t bf_func; /* function to call */ member