Home
last modified time | relevance | path

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

/freebsd-14.2/stand/libofw/
H A Dopenfirm.c123 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
323 cell_t nreturns; in OF_setprop() member
[all …]
/freebsd-14.2/sys/powerpc/ofw/
H A Dofw_real.c406 cell_t nreturns; in ofw_real_test() member
440 cell_t nreturns; in ofw_real_peer() member
469 cell_t nreturns; in ofw_real_child() member
498 cell_t nreturns; in ofw_real_parent() member
527 cell_t nreturns; in ofw_real_instance_to_package() member
556 cell_t nreturns; in ofw_real_getproplen() member
589 cell_t nreturns; in ofw_real_getprop() member
629 cell_t nreturns; in ofw_real_nextprop() member
667 cell_t nreturns; in ofw_real_setprop() member
864 args.nreturns = IN(nreturns + 1); in ofw_real_call_method()
[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-14.2/sys/dev/ofw/
H A Dofw_standard.c170 cell_t nreturns; in ofw_std_test() member
191 cell_t nreturns; in ofw_std_interpret() member
200 args.nreturns = ++nreturns; in ofw_std_interpret()
221 cell_t nreturns; in ofw_std_peer() member
243 cell_t nreturns; in ofw_std_child() member
265 cell_t nreturns; in ofw_std_parent() member
287 cell_t nreturns; in ofw_std_instance_to_package() member
309 cell_t nreturns; in ofw_std_getproplen() member
334 cell_t nreturns; in ofw_std_getprop() member
363 cell_t nreturns; in ofw_std_nextprop() 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-14.2/sys/powerpc/include/
H A Drtas.h46 int rtas_call_method(cell_t token, int nargs, int nreturns, ...);