Home
last modified time | relevance | path

Searched refs:fc_result (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_ops.c237 fc_result(cp, 0) = fc_int2cell(proplen); in fco_getproplen()
296 fc_result(cp, 0) = fc_int2cell(proplen); in fco_getprop()
315 fc_result(cp, 0) = fc_phandle2cell(h); in fco_ap_phandle()
347 fc_result(cp, 0) = fc_phandle2cell(h); in fco_child()
379 fc_result(cp, 0) = fc_phandle2cell(h); in fco_peer()
411 fc_result(cp, 0) = fc_phandle2cell(h); in fco_parent()
445 fc_result(cp, 0) = fc_phandle2cell(h); in fco_alloc_phandle()
856 (void) localetheraddr(NULL, (struct ether_addr *)(&fc_result(cp, 0))); in fco_local_ether_addr()
H A Dfcpci.c591 fc_result(cp, 0) = fc_ptr2cell(virt); in pfc_map_in()
737 case sizeof (x): fc_result(cp, 0) = x; break; in pfc_register_fetch()
738 case sizeof (l): fc_result(cp, 0) = fc_uint32_t2cell(l); break; in pfc_register_fetch()
739 case sizeof (w): fc_result(cp, 0) = fc_uint16_t2cell(w); break; in pfc_register_fetch()
740 case sizeof (b): fc_result(cp, 0) = fc_uint8_t2cell(b); break; in pfc_register_fetch()
955 case sizeof (b): fc_result(cp, 0) = fc_uint8_t2cell(b); break; in pfc_config_fetch()
1131 fc_result(cp, 0) = status; in pfc_get_fcode()
1163 fc_result(cp, 0) = len; in pfc_get_fcode_size()
1181 fc_result(cp, 1) = fc_int2cell(0); /* phys.lo */ in pfc_probe_address()
1182 fc_result(cp, 0) = fc_int2cell(0); /* phys.mid */ in pfc_probe_address()
[all …]
H A Dfcode.c760 error |= copyout(&fc_result(cp, 0), &(ap->v[nargs]), in fc_run_priv()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c1312 fc_result(cp, 0) = fc_ptr2cell(virt); in opl_map_in()
1486 case sizeof (x): fc_result(cp, 0) = x; break; in opl_register_fetch()
1489 case sizeof (b): fc_result(cp, 0) = fc_uint8_t2cell(b); break; in opl_register_fetch()
1664 fc_result(cp, 0) = answer; in opl_claim_memory()
1778 fc_result(cp, 0) = paddr; in opl_vtop()
1779 fc_result(cp, 1) = 0; in opl_vtop()
1798 fc_result(cp, 0) = fc_phandle2cell(h); in opl_config_child()
1852 fc_result(cp, 0) = status; in opl_get_fcode()
1892 fc_result(cp, 0) = len; in opl_get_fcode_size()
2031 fc_result(cp, 0) = status; in opl_get_hwd_va()
[all …]
/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h154 #define fc_result(cp, i) (cp->v[fc_cell2int(cp->nargs) + (i)]) macro