Home
last modified time | relevance | path

Searched refs:FORTH (Results 1 – 25 of 40) sorted by relevance

12

/titanic_50/usr/src/lib/efcode/engine/
H A Dinteractive.c779 FORTH(IMMEDIATE, "if", do_if); in _init()
780 FORTH(IMMEDIATE, "else", do_else); in _init()
781 FORTH(IMMEDIATE, "then", do_then); in _init()
782 FORTH(IMMEDIATE, "case", bcase); in _init()
783 FORTH(IMMEDIATE, "of", do_of); in _init()
784 FORTH(IMMEDIATE, "endof", do_else); in _init()
785 FORTH(IMMEDIATE, "endcase", bendcase); in _init()
786 FORTH(IMMEDIATE, "value", value); in _init()
787 FORTH(IMMEDIATE, "variable", variable); in _init()
788 FORTH(IMMEDIATE, "constant", constant); in _init()
[all …]
H A Dtracing.c213 FORTH(0, "stack-trace", enable_stack_trace); in _init()
214 FORTH(0, "no-stack-trace", disable_stack_trace); in _init()
215 FORTH(0, "trace-on", enable_trace); in _init()
216 FORTH(0, "trace-off", disable_trace); in _init()
217 FORTH(0, "call-trace", call_trace); in _init()
218 FORTH(0, "no-call-trace", no_call_trace); in _init()
219 FORTH(0, "step-on", enable_step); in _init()
220 FORTH(0, "step-off", disable_step); in _init()
H A Dextend.c142 FORTH(0, "dl-open", do_dlopen); in _init()
143 FORTH(0, "dl-close", do_dlclose); in _init()
144 FORTH(0, "dl-sym", do_dlsym); in _init()
145 FORTH(0, "dl-exec", do_dlexec); in _init()
146 FORTH(IMMEDIATE, "extend-from", do_extend); in _init()
H A Ddebug.c1573 FORTH(IMMEDIATE, "words", words); in _init()
1574 FORTH(IMMEDIATE, "dump-words", dump_words); in _init()
1575 FORTH(IMMEDIATE, "dump-dict", dump_dictionary); in _init()
1576 FORTH(IMMEDIATE, "dump-table", dump_table); in _init()
1577 FORTH(0, "debugf", debugf); in _init()
1578 FORTH(0, ".debugf", dot_debugf); in _init()
1579 FORTH(0, "set-debugf", set_debugf); in _init()
1580 FORTH(0, "debugf?", debugf_qmark); in _init()
1581 FORTH(0, "control", control); in _init()
1582 FORTH(0, "dump", dump); in _init()
[all …]
H A Dactions.c390 FORTH(0, "get", do_get); in _init()
391 FORTH(0, "set", do_set); in _init()
392 FORTH(0, "addr", do_addr); in _init()
393 FORTH(0, "dump-actions", dump_actions); in _init()
394 FORTH(IMMEDIATE, "actions", actions); in _init()
395 FORTH(IMMEDIATE, "use-actions", use_actions); in _init()
396 FORTH(IMMEDIATE, "action:", action_colon); in _init()
397 FORTH(0, "perform-action", perform_action); in _init()
H A Dmcookie.c236 FORTH(0, ".maps", dot_maps); in _init()
237 FORTH(0, "map?", map_qmark); in _init()
238 FORTH(0, "add-map", add_map); in _init()
239 FORTH(0, "del-map", del_map); in _init()
H A Dpackage.c1063 FORTH(IMMEDIATE, "root-node", root_node); in _init()
1064 FORTH(0, "current-device", current_device); in _init()
1065 FORTH(0, "pwd$", pwd_dollar); in _init()
1066 FORTH(IMMEDIATE, "pwd", pwd); in _init()
1067 FORTH(IMMEDIATE, "ls", do_ls); in _init()
1068 FORTH(IMMEDIATE, "(cd)", paren_cd); in _init()
1069 FORTH(IMMEDIATE, "cd", do_cd); in _init()
1070 FORTH(IMMEDIATE, "device-end", device_end); in _init()
1071 FORTH(0, "select-dev", do_select_dev); in _init()
1072 FORTH(0, "unselect-dev", do_unselect_dev); in _init()
[all …]
H A Dprint.c261 FORTH(0, ">digit", to_digit); in _init()
262 FORTH(0, "(.)", convert_num); in _init()
263 FORTH(0, ".d", do_dot_d); in _init()
264 FORTH(0, ".x", do_dot_x); in _init()
H A Dforth.c2507 FORTH(0, "/mod", slash_mod); in _init()
2653 FORTH(0, "forth", do_forth); in _init()
2654 FORTH(0, "current", do_current); in _init()
2655 FORTH(0, "context", do_context); in _init()
2656 FORTH(0, "definitions", do_definitions); in _init()
2657 FORTH(0, "vocabulary", do_vocab); in _init()
2658 FORTH(IMMEDIATE, ":", colon); in _init()
2659 FORTH(IMMEDIATE, ";", semi); in _init()
2660 FORTH(IMMEDIATE, "create", create); in _init()
2661 FORTH(IMMEDIATE, "does>", does); in _init()
[all …]
H A Dresource.c130 FORTH(0, "propbufs", propbufs); in _init()
131 FORTH(0, "dump-resource", dump_resources); in _init()
H A Dlog.c359 FORTH(0, ".error-buffer", dot_error_buffer); in _init()
360 FORTH(0, "set-error-log", set_error_log); in _init()
/titanic_50/usr/src/lib/efcode/fcdriver/
H A Dget_req.c459 FORTH(0, "get-fcode-from-device", get_fcode_from_device); in _init()
460 FORTH(0, "save-fcode-to-file", save_fcode_to_file); in _init()
461 FORTH(0, "get-my-args", get_my_args); in _init()
462 FORTH(0, "set-my-args", set_my_args); in _init()
463 FORTH(0, ".my-args", dot_my_args); in _init()
464 FORTH(0, ".request", dot_request); in _init()
465 FORTH(0, "get-request", get_request); in _init()
466 FORTH(0, "process-request", process_request); in _init()
467 FORTH(0, "finish-request", finish_request); in _init()
468 FORTH(0, "do-request", do_request); in _init()
[all …]
H A Ddma.c117 FORTH(0, "dma-alloc", do_dma_alloc); in install_dma_methods()
118 FORTH(0, "dma-free", do_dma_free); in install_dma_methods()
119 FORTH(0, "dma-map-in", do_dma_map_in); in install_dma_methods()
120 FORTH(0, "dma-map-out", do_dma_map_out); in install_dma_methods()
121 FORTH(0, "dma-sync", do_dma_sync); in install_dma_methods()
H A Dfcdebug.c114 FORTH(0, "dump-private", dump_private); in _init()
115 FORTH(0, "trigger", do_trigger); in _init()
H A Dphandle.c202 FORTH(0, "use-os-handles", do_use_os_handles); in _init()
203 FORTH(0, "use-fake-handles", do_use_fake_handles); in _init()
H A Dupload.c176 FORTH(0, "upload-nodes", upload_nodes); in _init()
177 FORTH(0, "validate-nodes", validate_nodes); in _init()
H A Dbuild_tree.c248 FORTH(0, "update-nodes", update_nodeids); in _init()
249 FORTH(0, "build-tree", build_tree); in _init()
H A Dload_node.c287 FORTH(0, "set-default-search-path", set_default_search_path); in _init()
288 FORTH(0, "get-default-search-path", get_default_search_path); in _init()
/titanic_50/usr/src/lib/efcode/pci/
H A Dpci.c331 FORTH(0, "config-l@", config_lfetch); in _init()
332 FORTH(0, "config-l!", config_lstore); in _init()
333 FORTH(0, "config-w@", config_wfetch); in _init()
334 FORTH(0, "config-w!", config_wstore); in _init()
335 FORTH(0, "config-b@", config_bfetch); in _init()
336 FORTH(0, "config-b!", config_bstore); in _init()
337 FORTH(0, "map-in", do_map_in); in _init()
338 FORTH(0, "map-out", do_map_out); in _init()
339 FORTH(0, "decode-unit", do_decode_unit); in _init()
340 FORTH(0, "encode-unit", do_encode_unit); in _init()
[all …]
/titanic_50/usr/src/lib/efcode/gp2/
H A Dgp2.c328 FORTH(0, "map-in", do_map_in); in _init()
329 FORTH(0, "get-portid", do_get_portid); in _init()
330 FORTH(0, "map-out", do_map_out); in _init()
331 FORTH(0, "decode-unit", do_decode_unit); in _init()
332 FORTH(0, "encode-unit", do_encode_unit); in _init()
333 FORTH(0, "claim-address", do_claim_addr); in _init()
334 FORTH(0, "master-interrupt", do_master_interrupt); in _init()
335 FORTH(0, "register-vector-entry", do_register_vectory_entry); in _init()
336 FORTH(0, "get-interrupt-target", do_get_interrupt_target); in _init()
337 FORTH(0, "device-id", do_device_id); in _init()
/titanic_50/usr/src/lib/efcode/packages/
H A Dmemalloc.c104 FORTH(0, "claim", claim); in install_openprom_nodes()
105 FORTH(0, "release", release); in install_openprom_nodes()
124 FORTH(0, "install-openprom-nodes", install_openprom_nodes); in _init()
125 FORTH(0, "claim", claim); in _init()
126 FORTH(0, "release", release); in _init()
H A Dpopulate.c303 FORTH(0, "install-package-nodes", install_package_nodes); in _init()
304 FORTH(0, "find-builtin-driver", find_builtin_driver); in _init()
305 FORTH(0, "exec-builtin-driver", exec_builtin_driver); in _init()
306 FORTH(0, "builtin-driver-method-hook", in _init()
308 FORTH(0, "do-builtin-dropin", do_builtin_dropin); in _init()
309 FORTH(0, "do-builtin-file", do_builtin_file); in _init()
/titanic_50/usr/src/lib/efcode/jupiter/
H A Djupiter.c440 FORTH(0, "map-in", do_map_in); in _init()
441 FORTH(0, "map-out", do_map_out); in _init()
442 FORTH(0, "get-portid", do_get_io_portid); in _init()
443 FORTH(0, "decode-unit", do_decode_unit); in _init()
444 FORTH(0, "encode-unit", do_encode_unit); in _init()
445 FORTH(0, "device-id", do_device_id); in _init()
446 FORTH(0, "get-hwd-va", do_get_hwd_va); in _init()
447 FORTH(0, "get-fcinterp-name", do_get_intrp_name); in _init()
448 FORTH(0, "master-interrupt", do_master_interrupt); in _init()
449 FORTH(0, "register-vector-entry", do_register_vector_entry); in _init()
[all …]
/titanic_50/usr/src/lib/efcode/extend/
H A Dfthread.c93 FORTH(0, "clone", do_clone); in _init()
94 FORTH(0, "switch", do_switch); in _init()
95 FORTH(0, "release", do_release); in _init()
/titanic_50/usr/src/lib/efcode/upa/
H A Dupa.c71 FORTH(0, "decode-unit", do_decode_unit); in _init()
72 FORTH(0, "encode-unit", do_encode_unit); in _init()

12