Home
last modified time | relevance | path

Searched refs:bf_func (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dbus_func.c48 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()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dasync.h117 busfunc_t bf_func; /* function to call */ member