Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pcidr/
H A Dpcidr.h82 typedef int(*pcidr_plugin_t)(nvlist_t *, pcidr_opt_t *); typedef
H A Dpcidr.c475 pcidr_plugin_t fp; in do_plugin()
497 fp = (pcidr_plugin_t)dlsym(dlh, PCIDR_PLUGIN_SYMSTR); in do_plugin()