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