Home
last modified time | relevance | path

Searched refs:nreturns (Results 1 – 13 of 13) sorted by relevance

/freebsd-11-stable/stand/ofw/libofw/
HDopenfirm.c117 cell_t nreturns; in OF_test() member
139 cell_t nreturns; in OF_milliseconds() member
162 cell_t nreturns; in OF_peer() member
184 cell_t nreturns; in OF_child() member
206 cell_t nreturns; in OF_parent() member
228 cell_t nreturns; in OF_instance_to_package() member
250 cell_t nreturns; in OF_getproplen() member
274 cell_t nreturns; in OF_getprop() member
302 cell_t nreturns; in OF_nextprop() member
329 cell_t nreturns; in OF_setprop() member
[all …]
/freebsd-11-stable/sys/powerpc/ofw/
HDofw_real.c101 int nargs, int nreturns, cell_t *args_and_returns);
102 static int ofw_real_interpret(ofw_t ofw, const char *cmd, int nreturns,
319 cell_t nreturns; in ofw_real_test() member
326 args.nreturns = 1; in ofw_real_test()
353 cell_t nreturns; in ofw_real_peer() member
360 args.nreturns = 1; in ofw_real_peer()
382 cell_t nreturns; in ofw_real_child() member
389 args.nreturns = 1; in ofw_real_child()
411 cell_t nreturns; in ofw_real_parent() member
418 args.nreturns = 1; in ofw_real_parent()
[all …]
HDrtas.c200 rtas_call_method(cell_t token, int nargs, int nreturns, ...) in rtas_call_method() argument
208 cell_t nreturns; in rtas_call_method() member
213 if (!rtas_exists() || nargs + nreturns > 12) in rtas_call_method()
217 va_start(ap, nreturns); in rtas_call_method()
223 args.nreturns = nreturns; in rtas_call_method()
250 for (n = nargs; n < nargs + nreturns; n++) in rtas_call_method()
HDofw_machdep.c436 cell_t nreturns; in ofw_quiesce() member
443 args.nreturns = 0; in ofw_quiesce()
554 cell_t nreturns; in OF_reboot() member
560 args.nreturns = 0; in OF_reboot()
/freebsd-11-stable/sys/dev/ofw/
HDofw_standard.c75 static int ofw_std_interpret(ofw_t ofw, const char *cmd, int nreturns,
97 const char *method, int nargs, int nreturns, cell_t *args_and_returns);
171 cell_t nreturns; in ofw_std_test() member
187 ofw_std_interpret(ofw_t ofw, const char *cmd, int nreturns, cell_t *returns) in ofw_std_interpret() argument
192 cell_t nreturns; in ofw_std_interpret() member
201 args.nreturns = ++nreturns; in ofw_std_interpret()
206 while (i < 1 + nreturns) in ofw_std_interpret()
222 cell_t nreturns; in ofw_std_peer() member
244 cell_t nreturns; in ofw_std_child() member
266 cell_t nreturns; in ofw_std_parent() member
[all …]
HDopenfirm.c294 OF_interpret(const char *cmd, int nreturns, ...) in OF_interpret() argument
304 status = OFW_INTERPRET(ofw_obj, cmd, nreturns, slots); in OF_interpret()
308 va_start(ap, nreturns); in OF_interpret()
309 while (i < nreturns) in OF_interpret()
674 OF_call_method(const char *method, ihandle_t instance, int nargs, int nreturns, in OF_call_method() argument
683 va_start(ap, nreturns); in OF_call_method()
687 status = OFW_CALL_METHOD(ofw_obj, instance, method, nargs, nreturns, in OF_call_method()
692 for (; n < nargs + nreturns; n++) in OF_call_method()
HDopenfirm.h159 int nargs, int nreturns, ...);
170 int OF_interpret(const char *cmd, int nreturns, ...);
/freebsd-11-stable/sys/powerpc/include/
HDrtas.h46 int rtas_call_method(cell_t token, int nargs, int nreturns, ...);
/freebsd-11-stable/sys/sparc64/sparc64/
HDvm_machdep.c338 cell_t nreturns; in cpu_reset() member
HDmachdep.c908 cell_t nreturns; in cpu_halt() member
924 cell_t nreturns; in sparc64_shutdown_final() member
HDtrap.c242 cell_t nreturns; in sun4u_set_traptable() member
HDmp_machdep.c245 cell_t nreturns; in sun4u_startcpu() member
/freebsd-11-stable/sys/sparc64/pci/
HDsbbc.c535 cell_t nreturns; in sbbc_serengeti_set_console_input() member