Searched refs:gptwocfg_configure (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dgp2cfg.h52 gptwocfg_cookie_t gptwocfg_configure(dev_info_t *, spcd_t *, uint_t);
107 gptwo_new_nodes_t *(*gptwocfg_configure) member in struct:gptwocfg_ops
/illumos-gate/usr/src/uts/sun4u/io/
H A Dgptwocfg.c203 ops->gptwocfg_configure = cfg_func;
227 gptwocfg_configure(dev_info_t *ap, spcd_t *pcd, gptwo_aid_t id) function
233 GPTWO_DEBUG3(1, CE_CONT, "gptwocfg_configure: ap=0x%p pcd=%p id=%x\n",
249 cmn_err(CE_WARN, "gptwocfg: gptwocfg_configure: "
259 GPTWO_DEBUG0(1, CE_CONT, "gptwocfg_configure: pcd=NULL\n");
293 if (ops->gptwocfg_configure == NULL) {
300 new_nodes = ops->gptwocfg_configure(ap, pcd, id);
410 GPTWO_DEBUG1(1, CE_CONT, "gptwocfg_configure "
411 "ops->gptwocfg_configure=%lx\n",
412 ops->gptwocfg_configure);
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dsc_gptwocfg.c638 gptwocfg_configure(ap, pcd, agent_id);

Completed in 73 milliseconds