Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dgptwocfg.c590 gptwocfg_save_handle(dev_info_t *dip, fco_handle_t fco_handle) in gptwocfg_save_handle() argument
595 "dip=%lx fco_handle=%lx\n", dip, fco_handle); in gptwocfg_save_handle()
603 h->fco_handle = fco_handle; in gptwocfg_save_handle()
613 fco_handle_t fco_handle; in gptwocfg_get_handle() local
628 fco_handle = h->fco_handle; in gptwocfg_get_handle()
633 "dip=%lx fco_handle=%lx\n", dip, fco_handle); in gptwocfg_get_handle()
635 return (fco_handle); in gptwocfg_get_handle()
H A Dopl_cfg.c2372 fco_handle_t fco_handle, *cfg_handle; in opl_probe_leaf() local
2462 fco_handle = opl_fc_ops_alloc_handle(parent, leaf_node, in opl_probe_leaf()
2465 error = fcode_interpreter(parent, &opl_fc_do_op, fco_handle); in opl_probe_leaf()
2471 opl_fc_ops_free_handle(fco_handle); in opl_probe_leaf()
2478 *cfg_handle = fco_handle; in opl_probe_leaf()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dgp2cfg.h98 fco_handle_t fco_handle; member