Searched defs:pcidb_hdl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libpcidb/common/
H A Dpcidb.c100 struct pcidb_hdl { struct
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c102 pcidb_hdl_t *pcidb_hdl; member in struct:di_args
172 pcidb_hdl_t *pcidb_hdl = NULL; local
230 pcidb_hdl = pcidb_open(PCIDB_VERSION);
231 if (pcidb_hdl == NULL)
238 di_arg.pcidb_hdl = pcidb_hdl;
311 if (pcidb_hdl != NULL)
312 pcidb_close(pcidb_hdl);
770 (void) print_pciid(node, di_arg->prom_hdl, di_arg->pcidb_hdl);
815 ilev + 1, node, di_arg->pcidb_hdl);
[all...]

Completed in 63 milliseconds