Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/ofw/
H A Dofw_real.c102 int nargs, int nreturns, cell_t *args_and_returns);
103 static int ofw_real_interpret(ofw_t ofw, const char *cmd, int nreturns,
406 cell_t nreturns; in ofw_real_test() member
413 args.nreturns = IN(1); in ofw_real_test()
440 cell_t nreturns; in ofw_real_peer() member
447 args.nreturns = IN(1); in ofw_real_peer()
469 cell_t nreturns; in ofw_real_child() member
476 args.nreturns = IN(1); in ofw_real_child()
498 cell_t nreturns; in ofw_real_parent() member
505 args.nreturns = IN(1); in ofw_real_parent()
[all …]
H A Drtas.c201 rtas_call_method(cell_t token, int nargs, int nreturns, ...) in rtas_call_method() argument
209 cell_t nreturns; in rtas_call_method() member
214 if (!rtas_exists() || nargs + nreturns > 12) in rtas_call_method()
218 va_start(ap, nreturns); in rtas_call_method()
224 args.nreturns = htobe32(nreturns); in rtas_call_method()
251 for (n = nargs; n < nargs + nreturns; n++) in rtas_call_method()
H A Dofw_machdep.c692 cell_t nreturns; in ofw_quiesce() member
699 args.nreturns = 0; in ofw_quiesce()
815 cell_t nreturns; in OF_reboot() member
821 args.nreturns = 0; in OF_reboot()
/freebsd/stand/libofw/
H A Dopenfirm.c78 a.nreturns = IN( (d) );
123 cell_t nreturns; in OF_test() member
142 cell_t nreturns; in OF_milliseconds() member
162 cell_t nreturns; in OF_peer() member
181 cell_t nreturns; in OF_child() member
200 cell_t nreturns; in OF_parent() member
219 cell_t nreturns; in OF_instance_to_package() member
238 cell_t nreturns; in OF_getproplen() member
259 cell_t nreturns; in OF_getprop() member
299 cell_t nreturns; in OF_nextprop() member
[all …]
/freebsd/sys/dev/ofw/
H A Dofw_standard.c74 static int ofw_std_interpret(ofw_t ofw, const char *cmd, int nreturns,
96 const char *method, int nargs, int nreturns, cell_t *args_and_returns);
169 cell_t nreturns; in ofw_std_test() member
185 ofw_std_interpret(ofw_t ofw, const char *cmd, int nreturns, cell_t *returns) in ofw_std_interpret() argument
190 cell_t nreturns; in ofw_std_interpret() member
199 args.nreturns = ++nreturns; in ofw_std_interpret()
204 while (i < 1 + nreturns) in ofw_std_interpret()
220 cell_t nreturns; in ofw_std_peer() member
242 cell_t nreturns; in ofw_std_child() member
264 cell_t nreturns; in ofw_std_parent() member
[all …]
H A Dopenfirm.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()
709 OF_call_method(const char *method, ihandle_t instance, int nargs, int nreturns, in OF_call_method() argument
718 va_start(ap, nreturns); in OF_call_method()
722 status = OFW_CALL_METHOD(ofw_obj, instance, method, nargs, nreturns, in OF_call_method()
727 for (; n < nargs + nreturns; n++) in OF_call_method()
H A Dopenfirm.h163 int nargs, int nreturns, ...);
174 int OF_interpret(const char *cmd, int nreturns, ...);
/freebsd/sys/powerpc/include/
H A Drtas.h45 int rtas_call_method(cell_t token, int nargs, int nreturns, ...);