Home
last modified time | relevance | path

Searched refs:fc_int2cell (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_ops.c238 cp->nresults = fc_int2cell(1); in fco_getproplen()
295 cp->nresults = fc_int2cell(1); in fco_getprop()
314 cp->nresults = fc_int2cell(1); in fco_ap_phandle()
346 cp->nresults = fc_int2cell(1); in fco_child()
378 cp->nresults = fc_int2cell(1); in fco_peer()
410 cp->nresults = fc_int2cell(1); in fco_parent()
444 cp->nresults = fc_int2cell(1); in fco_alloc_phandle()
636 cp->nresults = fc_int2cell(0); in fco_new_device()
680 cp->nresults = fc_int2cell(0); in fco_finish_device()
754 cp->nresults = fc_int2cell(0); in fco_create_property()
[all …]
H A Dfc_subr.c393 cp->error = fc_int2cell(-1); in fc_syntax_error()
394 cp->nresults = fc_int2cell(0); in fc_syntax_error()
402 cp->priv_error = fc_int2cell(-1); in fc_priv_error()
403 cp->error = fc_int2cell(0); in fc_priv_error()
404 cp->nresults = fc_int2cell(0); in fc_priv_error()
412 cp->priv_error = cp->error = fc_int2cell(0); in fc_success_op()
429 cp->nresults = fc_int2cell(0); in fc_fail_op()
430 cp->error = fc_int2cell(-1); in fc_fail_op()
H A Dfcpci.c363 cp->nresults = fc_int2cell(1); in pfc_dma_map_in()
431 cp->nresults = fc_int2cell(0); in pfc_dma_sync()
491 cp->nresults = fc_int2cell(0); in pfc_dma_map_out()
539 cp->nresults = fc_int2cell(0); in pfc_dma_cleanup()
590 cp->nresults = fc_int2cell(1); in pfc_map_in()
651 cp->nresults = fc_int2cell(0); in pfc_map_out()
735 cp->nresults = fc_int2cell(1); in pfc_register_fetch()
822 cp->nresults = fc_int2cell(0); in pfc_register_store()
951 cp->nresults = fc_int2cell(1); in pfc_config_fetch()
1082 cp->nresults = fc_int2cell(0); in pfc_config_store()
[all …]
H A Dfcode.c671 cp->error = fc_int2cell(0); in fc_run_priv()
672 cp->priv_error = fc_int2cell(0); in fc_run_priv()
712 cp->nresults = fc_int2cell(0); in fc_run_priv()
730 cp->nresults = fc_int2cell(0); in fc_run_priv()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h130 #define FC_ERR_NONE fc_int2cell(0)
131 #define FC_ERR_SVC_NAME fc_int2cell(-1)
134 #define FC_PRIV_ERROR fc_int2cell(-1)
H A Dfc_plat.h65 #define fc_int2cell(i) ((fc_cell_t)((int)(i))) macro
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c1311 cp->nresults = fc_int2cell(1); in opl_map_in()
1373 cp->nresults = fc_int2cell(0); in opl_map_out()
1484 cp->nresults = fc_int2cell(1); in opl_register_fetch()
1605 cp->nresults = fc_int2cell(0); in opl_register_store()
1663 cp->nresults = fc_int2cell(1); in opl_claim_memory()
1728 cp->nresults = fc_int2cell(0); in opl_release_memory()
1776 cp->nresults = fc_int2cell(2); in opl_vtop()
1797 cp->nresults = fc_int2cell(1); in opl_config_child()
1851 cp->nresults = fc_int2cell(1); in opl_get_fcode()
1891 cp->nresults = fc_int2cell(1); in opl_get_fcode_size()
[all …]