Searched refs:hcell (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/efcode/fcdriver/ |
H A D | phandle.c | 141 fc_cell_t hcell; in allocate_phandle() local 167 error = fc_run_priv(cdp, service, 0, 1, &hcell); in allocate_phandle() 169 pd->node = fc_cell2phandle(hcell); in allocate_phandle() 177 fc_cell_t hcell; in fc_get_ap() local 180 error = fc_run_priv(cdp, FC_AP_PHANDLE, 0, 1, &hcell); in fc_get_ap() 185 return (fc_cell2phandle(hcell)); in fc_get_ap()
|
H A D | build_tree.c | 45 fc_cell_t hcell; in fc_nodeop() local 48 error = fc_run_priv(cdp, svc, 1, 1, fc_phandle2cell(node), &hcell); in fc_nodeop() 51 return (fc_cell2phandle(hcell)); in fc_nodeop()
|