Searched refs:fco_handle (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/sun4u/starcat/io/ |
H A D | gptwo_pci.c | 181 fco_handle_t fco_handle; in gptwo_configure_pci() local 287 fco_handle = gp2_fc_ops_alloc_handle(ap, new_child, NULL, NULL, in gptwo_configure_pci() 293 error = fcode_interpreter(ap, &gp2_fc_ops, fco_handle); in gptwo_configure_pci() 303 gp2_fc_ops_free_handle(fco_handle); in gptwo_configure_pci() 307 gptwocfg_save_handle(new_child, fco_handle); in gptwo_configure_pci() 369 fco_handle_t fco_handle; in gptwo_unconfigure_pci() local 371 fco_handle = gptwocfg_get_handle(dip); in gptwo_unconfigure_pci() 373 if (fco_handle != NULL) { in gptwo_unconfigure_pci() 379 GPTWO_DEBUG1(1, CE_CONT, "fco_handle=%lx\n", fco_handle); in gptwo_unconfigure_pci() 380 gp2_fc_ops_free_handle(fco_handle); in gptwo_unconfigure_pci()
|
/titanic_41/usr/src/uts/sun4u/io/ |
H A D | gptwocfg.c | 609 gptwocfg_save_handle(dev_info_t *dip, fco_handle_t fco_handle) in gptwocfg_save_handle() argument 614 "dip=%lx fco_handle=%lx\n", dip, fco_handle); in gptwocfg_save_handle() 622 h->fco_handle = fco_handle; in gptwocfg_save_handle() 632 fco_handle_t fco_handle; in gptwocfg_get_handle() local 647 fco_handle = h->fco_handle; in gptwocfg_get_handle() 652 "dip=%lx fco_handle=%lx\n", dip, fco_handle); in gptwocfg_get_handle() 654 return (fco_handle); in gptwocfg_get_handle()
|
H A D | opl_cfg.c | 2373 fco_handle_t fco_handle, *cfg_handle; in opl_probe_leaf() local 2463 fco_handle = opl_fc_ops_alloc_handle(parent, leaf_node, in opl_probe_leaf() 2466 error = fcode_interpreter(parent, &opl_fc_do_op, fco_handle); in opl_probe_leaf() 2472 opl_fc_ops_free_handle(fco_handle); in opl_probe_leaf() 2479 *cfg_handle = fco_handle; in opl_probe_leaf()
|
/titanic_41/usr/src/uts/sun4u/sys/ |
H A D | gp2cfg.h | 98 fco_handle_t fco_handle; member
|