1 " ***********************************************************
2 " * *
3 " * Copyright, C Honeywell Bull Inc., 1987 *
4 " * *
5 " * Copyright, C Honeywell Information Systems Inc., 1984 *
6 " * *
7 " * Copyright c 1972 by Massachusetts Institute of *
8 " * Technology and Honeywell Information Systems, Inc. *
9 " * *
10 " ***********************************************************
11
12 " Gate to RCP to perform very privileged functions.
13 " This gate has ring brackets of 115.
14 " Its ACL gives access to only system daemon processes.
15 "
16 " Modified 1985-03-08, BIM: remove obsolete "init" gate.
17
18 include gate_macros
19
20 gate_info rcp_sys_
21
22 gate add_device,rcp_reconfigure_,add_device,2
23 gate authenticate_device,rcp_authenticate_device_,rcp_authenticate_device_,3
24 gate check_mount_timer,rcp_mount_timer_,check,3
25 gate clear_resource,rcprm_find_resource_,clear,3
26 gate copy_data,rcp_copy_,data,3
27 gate create_registry,rcprm_registry_mgr_,create_registry,3
28 gate delete_device,rcp_reconfigure_,delete_device,2
29 gate initialize,rcp_ring1_init_,rcp_ring1_init_,2
30 gate init_mount_timer,rcp_mount_timer_,init,2
31 gate init_account_chan,rcp_mount_timer_,account_init,2
32 gate reconstruct_registry,rcprm_journalize_,reconstruct,4
33 gate reserve,rcp_reserve_,sys,4
34 gate cancel_id,rcp_cancel_id_,sys,3
35 gate cancel_id_string,rcp_cancel_id_,sys_string,3
36 gate pre_claim,rcp_pre_claim_,rcp_pre_claim_,4
37 gate remove_registry,rcprm_registry_mgr_,remove_registry,3
38 gate unassign_device,rcp_force_unassign_,unassign_device,2
39 gate unassign_process,rcp_force_unassign_,unassign_process,2
40 gate preload,rcp_preload_,rcp_preload_,4
41 gate unload,rcp_unload_,rcp_unload_,3
42 gate update_registry_header,rcprm_registry_mgr_,update_registry_header,3
43
44 end