Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/boot/ofw/libofw/
Dopenfirm.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-9-stable/sys/powerpc/ofw/
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,
321 cell_t nreturns; in ofw_real_test() member
328 args.nreturns = 1; in ofw_real_test()
355 cell_t nreturns; in ofw_real_peer() member
362 args.nreturns = 1; in ofw_real_peer()
384 cell_t nreturns; in ofw_real_child() member
391 args.nreturns = 1; in ofw_real_child()
413 cell_t nreturns; in ofw_real_parent() member
420 args.nreturns = 1; in ofw_real_parent()
[all …]
Drtas.c192 rtas_call_method(cell_t token, int nargs, int nreturns, ...) in rtas_call_method() argument
200 cell_t nreturns; in rtas_call_method() member
205 if (!rtas_exists() || nargs + nreturns > 12) in rtas_call_method()
209 va_start(ap, nreturns); in rtas_call_method()
215 args.nreturns = nreturns; in rtas_call_method()
240 for (n = nargs; n < nargs + nreturns; n++) in rtas_call_method()
Dofw_machdep.c501 cell_t nreturns; in ofw_quiesce() member
520 args.nreturns = 0; in ofw_quiesce()
615 cell_t nreturns; in OF_reboot() member
621 args.nreturns = 0; in OF_reboot()
/freebsd-9-stable/sys/dev/ofw/
Dofw_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 …]
Dopenfirm.c183 OF_interpret(const char *cmd, int nreturns, ...) in OF_interpret() argument
193 status = OFW_INTERPRET(ofw_obj, cmd, nreturns, slots); in OF_interpret()
197 va_start(ap, nreturns); in OF_interpret()
198 while (i < nreturns) in OF_interpret()
383 OF_call_method(const char *method, ihandle_t instance, int nargs, int nreturns, in OF_call_method() argument
392 va_start(ap, nreturns); in OF_call_method()
396 status = OFW_CALL_METHOD(ofw_obj, instance, method, nargs, nreturns, in OF_call_method()
401 for (; n < nargs + nreturns; n++) in OF_call_method()
Dopenfirm.h130 int nargs, int nreturns, ...);
141 int OF_interpret(const char *cmd, int nreturns, ...);
/freebsd-9-stable/sys/powerpc/include/
Drtas.h46 int rtas_call_method(cell_t token, int nargs, int nreturns, ...);
/freebsd-9-stable/sys/sparc64/sparc64/
Dmachdep.c918 cell_t nreturns; in cpu_halt() member
934 cell_t nreturns; in sparc64_shutdown_final() member
Dvm_machdep.c362 cell_t nreturns; in cpu_reset() member
Dtrap.c242 cell_t nreturns; in sun4u_set_traptable() member
Dmp_machdep.c243 cell_t nreturns; in sun4u_startcpu() member
/freebsd-9-stable/sys/sparc64/pci/
Dsbbc.c535 cell_t nreturns; in sbbc_serengeti_set_console_input() member