Home
last modified time | relevance | path

Searched refs:fc_cell2phandle (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/sun4/io/efcode/
H A Dfc_ops.c221 h = fc_cell2phandle(fc_arg(cp, 0)); in fco_getproplen()
268 h = fc_cell2phandle(fc_arg(cp, 0)); in fco_getprop()
333 h = fc_cell2phandle(fc_arg(cp, 0)); in fco_child()
365 h = fc_cell2phandle(fc_arg(cp, 0)); in fco_peer()
397 h = fc_cell2phandle(fc_arg(cp, 0)); in fco_parent()
485 ph = fc_cell2phandle(fc_arg(cp, 1)); in fco_new_device()
490 ch = fc_cell2phandle(fc_arg(cp, 0)); in fco_new_device()
654 h = fc_cell2phandle(fc_arg(cp, 0)); in fco_finish_device()
699 h = fc_cell2phandle(fc_arg(cp, 0)); in fco_create_property()
/titanic_50/usr/src/lib/efcode/fcdriver/
H A Dphandle.c169 pd->node = fc_cell2phandle(hcell); in allocate_phandle()
185 return (fc_cell2phandle(hcell)); in fc_get_ap()
H A Dbuild_tree.c51 return (fc_cell2phandle(hcell)); in fc_nodeop()
/titanic_50/usr/src/uts/sun4/sys/
H A Dfc_plat.h89 #define fc_cell2phandle(ph) ((phandle_t)((fc_cell_t)(ph))) macro