Lines Matching refs:SETUP
74 #define SETUP(a, b, c, d) \ macro
126 SETUP(args, "test", 1, 1); in OF_test()
144 SETUP(args, "milliseconds", 0, 1); in OF_milliseconds()
165 SETUP(args, "peer", 1, 1); in OF_peer()
184 SETUP(args, "child", 1, 1); in OF_child()
203 SETUP(args, "parent", 1, 1); in OF_parent()
222 SETUP(args, "instance-to-package", 1, 1); in OF_instance_to_package()
242 SETUP(args, "getproplen", 2, 1); in OF_getproplen()
265 SETUP(args, "getprop", 4, 1); in OF_getprop()
304 SETUP(args, "nextprop", 3, 1); in OF_nextprop()
329 SETUP(args, "setprop", 4, 1); in OF_setprop()
353 SETUP(args, "canon", 3, 1); in OF_canon()
374 SETUP(args, "finddevice", 1, 1); in OF_finddevice()
395 SETUP(args, "instance-to-path", 3, 1); in OF_instance_to_path()
418 SETUP(args, "package-to-path", 3, 1); in OF_package_to_path()
441 SETUP(args, "call-method", nargs + 2, nreturns + 1); in OF_call_method()
479 SETUP(args, "open", 1, 1); in OF_open()
498 SETUP(args, "close", 1, 0); in OF_close()
517 SETUP(args, "read", 3, 1); in OF_read()
552 SETUP(args, "write", 3, 1); in OF_write()
575 SETUP(args, "seek", 3, 1); in OF_seek()
597 SETUP(args, "#blocks", 2, 1); in OF_blocks()
617 SETUP(args, "block-size", 2, 1); in OF_block_size()
642 SETUP(args, "claim", 3, 1); in OF_claim()
663 SETUP(args, "release", 2, 0); in OF_release()
684 SETUP(args, "boot", 1, 0); in OF_boot()
701 SETUP(args, "enter", 0, 0); in OF_enter()
716 SETUP(args, "exit", 0, 0); in OF_exit()
731 SETUP(args, "quiesce", 0, 0); in OF_quiesce()
751 SETUP(args, "chain", 5, 0);