Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/os/
H A Dbus_func.c33 static bus_func_desc_t *bfd_list = NULL; /* list of busfunc descriptors */ variable
52 bfd->bf_next = bfd_list; in bus_func_register()
53 bfd_list = bfd; in bus_func_register()
68 pp = &bfd_list; in bus_func_unregister()
70 for (bfd = bfd_list; bfd != NULL; bfd = bfd->bf_next) { in bus_func_unregister()
100 for (bfd = bfd_list; bfd != NULL; bfd = bfd->bf_next) { in bus_func_invoke()