Searched refs:fc_cell2phandle (Results 1 – 4 of 4) sorted by relevance
221 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()
169 pd->node = fc_cell2phandle(hcell); in allocate_phandle()185 return (fc_cell2phandle(hcell)); in fc_get_ap()
51 return (fc_cell2phandle(hcell)); in fc_nodeop()
89 #define fc_cell2phandle(ph) ((phandle_t)((fc_cell_t)(ph))) macro