Lines Matching refs:cell_t
74 cell_t *returns);
95 const char *method, int nargs, int nreturns, cell_t *args_and_returns);
166 cell_t name; in ofw_std_test()
167 cell_t nargs; in ofw_std_test()
168 cell_t nreturns; in ofw_std_test()
169 cell_t service; in ofw_std_test()
170 cell_t missing; in ofw_std_test()
172 (cell_t)"test", in ofw_std_test()
177 args.service = (cell_t)name; in ofw_std_test()
184 ofw_std_interpret(ofw_t ofw, const char *cmd, int nreturns, cell_t *returns) in ofw_std_interpret()
187 cell_t name; in ofw_std_interpret()
188 cell_t nargs; in ofw_std_interpret()
189 cell_t nreturns; in ofw_std_interpret()
190 cell_t slot[16]; in ofw_std_interpret()
192 (cell_t)"interpret", in ofw_std_interpret()
195 cell_t status; in ofw_std_interpret()
199 args.slot[i++] = (cell_t)cmd; in ofw_std_interpret()
217 cell_t name; in ofw_std_peer()
218 cell_t nargs; in ofw_std_peer()
219 cell_t nreturns; in ofw_std_peer()
220 cell_t node; in ofw_std_peer()
221 cell_t next; in ofw_std_peer()
223 (cell_t)"peer", in ofw_std_peer()
239 cell_t name; in ofw_std_child()
240 cell_t nargs; in ofw_std_child()
241 cell_t nreturns; in ofw_std_child()
242 cell_t node; in ofw_std_child()
243 cell_t child; in ofw_std_child()
245 (cell_t)"child", in ofw_std_child()
261 cell_t name; in ofw_std_parent()
262 cell_t nargs; in ofw_std_parent()
263 cell_t nreturns; in ofw_std_parent()
264 cell_t node; in ofw_std_parent()
265 cell_t parent; in ofw_std_parent()
267 (cell_t)"parent", in ofw_std_parent()
283 cell_t name; in ofw_std_instance_to_package()
284 cell_t nargs; in ofw_std_instance_to_package()
285 cell_t nreturns; in ofw_std_instance_to_package()
286 cell_t instance; in ofw_std_instance_to_package()
287 cell_t package; in ofw_std_instance_to_package()
289 (cell_t)"instance-to-package", in ofw_std_instance_to_package()
305 cell_t name; in ofw_std_getproplen()
306 cell_t nargs; in ofw_std_getproplen()
307 cell_t nreturns; in ofw_std_getproplen()
308 cell_t package; in ofw_std_getproplen()
309 cell_t propname; in ofw_std_getproplen()
310 cell_t proplen; in ofw_std_getproplen()
312 (cell_t)"getproplen", in ofw_std_getproplen()
318 args.propname = (cell_t)propname; in ofw_std_getproplen()
330 cell_t name; in ofw_std_getprop()
331 cell_t nargs; in ofw_std_getprop()
332 cell_t nreturns; in ofw_std_getprop()
333 cell_t package; in ofw_std_getprop()
334 cell_t propname; in ofw_std_getprop()
335 cell_t buf; in ofw_std_getprop()
336 cell_t buflen; in ofw_std_getprop()
337 cell_t size; in ofw_std_getprop()
339 (cell_t)"getprop", in ofw_std_getprop()
345 args.propname = (cell_t)propname; in ofw_std_getprop()
346 args.buf = (cell_t)buf; in ofw_std_getprop()
359 cell_t name; in ofw_std_nextprop()
360 cell_t nargs; in ofw_std_nextprop()
361 cell_t nreturns; in ofw_std_nextprop()
362 cell_t package; in ofw_std_nextprop()
363 cell_t previous; in ofw_std_nextprop()
364 cell_t buf; in ofw_std_nextprop()
365 cell_t flag; in ofw_std_nextprop()
367 (cell_t)"nextprop", in ofw_std_nextprop()
373 args.previous = (cell_t)previous; in ofw_std_nextprop()
374 args.buf = (cell_t)buf; in ofw_std_nextprop()
387 cell_t name; in ofw_std_setprop()
388 cell_t nargs; in ofw_std_setprop()
389 cell_t nreturns; in ofw_std_setprop()
390 cell_t package; in ofw_std_setprop()
391 cell_t propname; in ofw_std_setprop()
392 cell_t buf; in ofw_std_setprop()
393 cell_t len; in ofw_std_setprop()
394 cell_t size; in ofw_std_setprop()
396 (cell_t)"setprop", in ofw_std_setprop()
402 args.propname = (cell_t)propname; in ofw_std_setprop()
403 args.buf = (cell_t)buf; in ofw_std_setprop()
415 cell_t name; in ofw_std_canon()
416 cell_t nargs; in ofw_std_canon()
417 cell_t nreturns; in ofw_std_canon()
418 cell_t device; in ofw_std_canon()
419 cell_t buf; in ofw_std_canon()
420 cell_t len; in ofw_std_canon()
421 cell_t size; in ofw_std_canon()
423 (cell_t)"canon", in ofw_std_canon()
428 args.device = (cell_t)device; in ofw_std_canon()
429 args.buf = (cell_t)buf; in ofw_std_canon()
441 cell_t name; in ofw_std_finddevice()
442 cell_t nargs; in ofw_std_finddevice()
443 cell_t nreturns; in ofw_std_finddevice()
444 cell_t device; in ofw_std_finddevice()
445 cell_t package; in ofw_std_finddevice()
447 (cell_t)"finddevice", in ofw_std_finddevice()
452 args.device = (cell_t)device; in ofw_std_finddevice()
463 cell_t name; in ofw_std_instance_to_path()
464 cell_t nargs; in ofw_std_instance_to_path()
465 cell_t nreturns; in ofw_std_instance_to_path()
466 cell_t instance; in ofw_std_instance_to_path()
467 cell_t buf; in ofw_std_instance_to_path()
468 cell_t len; in ofw_std_instance_to_path()
469 cell_t size; in ofw_std_instance_to_path()
471 (cell_t)"instance-to-path", in ofw_std_instance_to_path()
477 args.buf = (cell_t)buf; in ofw_std_instance_to_path()
489 cell_t name; in ofw_std_package_to_path()
490 cell_t nargs; in ofw_std_package_to_path()
491 cell_t nreturns; in ofw_std_package_to_path()
492 cell_t package; in ofw_std_package_to_path()
493 cell_t buf; in ofw_std_package_to_path()
494 cell_t len; in ofw_std_package_to_path()
495 cell_t size; in ofw_std_package_to_path()
497 (cell_t)"package-to-path", in ofw_std_package_to_path()
503 args.buf = (cell_t)buf; in ofw_std_package_to_path()
513 int nargs, int nreturns, cell_t *args_and_returns) in ofw_std_call_method()
516 cell_t name; in ofw_std_call_method()
517 cell_t nargs; in ofw_std_call_method()
518 cell_t nreturns; in ofw_std_call_method()
519 cell_t method; in ofw_std_call_method()
520 cell_t instance; in ofw_std_call_method()
521 cell_t args_n_results[12]; in ofw_std_call_method()
523 (cell_t)"call-method", in ofw_std_call_method()
527 cell_t *ap, *cp; in ofw_std_call_method()
534 args.method = (cell_t)method; in ofw_std_call_method()
558 cell_t name; in ofw_std_open()
559 cell_t nargs; in ofw_std_open()
560 cell_t nreturns; in ofw_std_open()
561 cell_t device; in ofw_std_open()
562 cell_t instance; in ofw_std_open()
564 (cell_t)"open", in ofw_std_open()
569 args.device = (cell_t)device; in ofw_std_open()
580 cell_t name; in ofw_std_close()
581 cell_t nargs; in ofw_std_close()
582 cell_t nreturns; in ofw_std_close()
583 cell_t instance; in ofw_std_close()
585 (cell_t)"close", in ofw_std_close()
599 cell_t name; in ofw_std_read()
600 cell_t nargs; in ofw_std_read()
601 cell_t nreturns; in ofw_std_read()
602 cell_t instance; in ofw_std_read()
603 cell_t addr; in ofw_std_read()
604 cell_t len; in ofw_std_read()
605 cell_t actual; in ofw_std_read()
607 (cell_t)"read", in ofw_std_read()
613 args.addr = (cell_t)addr; in ofw_std_read()
626 cell_t name; in ofw_std_write()
627 cell_t nargs; in ofw_std_write()
628 cell_t nreturns; in ofw_std_write()
629 cell_t instance; in ofw_std_write()
630 cell_t addr; in ofw_std_write()
631 cell_t len; in ofw_std_write()
632 cell_t actual; in ofw_std_write()
634 (cell_t)"write", in ofw_std_write()
640 args.addr = (cell_t)addr; in ofw_std_write()
652 cell_t name; in ofw_std_seek()
653 cell_t nargs; in ofw_std_seek()
654 cell_t nreturns; in ofw_std_seek()
655 cell_t instance; in ofw_std_seek()
656 cell_t poshi; in ofw_std_seek()
657 cell_t poslo; in ofw_std_seek()
658 cell_t status; in ofw_std_seek()
660 (cell_t)"seek", in ofw_std_seek()
682 cell_t name; in ofw_std_claim()
683 cell_t nargs; in ofw_std_claim()
684 cell_t nreturns; in ofw_std_claim()
685 cell_t virt; in ofw_std_claim()
686 cell_t size; in ofw_std_claim()
687 cell_t align; in ofw_std_claim()
688 cell_t baseaddr; in ofw_std_claim()
690 (cell_t)"claim", in ofw_std_claim()
695 args.virt = (cell_t)virt; in ofw_std_claim()
708 cell_t name; in ofw_std_release()
709 cell_t nargs; in ofw_std_release()
710 cell_t nreturns; in ofw_std_release()
711 cell_t virt; in ofw_std_release()
712 cell_t size; in ofw_std_release()
714 (cell_t)"release", in ofw_std_release()
719 args.virt = (cell_t)virt; in ofw_std_release()
733 cell_t name; in ofw_std_enter()
734 cell_t nargs; in ofw_std_enter()
735 cell_t nreturns; in ofw_std_enter()
737 (cell_t)"enter", in ofw_std_enter()
751 cell_t name; in ofw_std_exit()
752 cell_t nargs; in ofw_std_exit()
753 cell_t nreturns; in ofw_std_exit()
755 (cell_t)"exit", in ofw_std_exit()