1 " ***********************************************************
 2 " *                                                         *
 3 " * Copyright, (C) Honeywell Bull Inc., 1987                *
 4 " *                                                         *
 5 " * Copyright, (C) Honeywell Information Systems Inc., 1982 *
 6 " *                                                         *
 7 " * Copyright (c) 1972 by Massachusetts Institute of        *
 8 " * Technology and Honeywell Information Systems, Inc.      *
 9 " *                                                         *
10 " ***********************************************************
11 
12 "         Gate for file system disk control procedures using
13 "         read disk/write disk, and changing PVT status.
14 
15           include   gate_macros
16 
17           hardcore_gate_info  initializer_gate_
18 
19           hgate     accept_fs_disk,accept_fs_disk,accept_fs_disk,2
20           hgate     demount_pv,demount_pv,demount_pv,2
21 
22           hgate     read_disk,read_disk,read_disk,4
23           hgate     write_disk,write_disk,write_disk,4
24 
25           hgate     disk_rebuild,disk_rebuild,disk_rebuild,0
26 
27           hgate     ss_io_reconfigure,accept_fs_disk,ss_io_reconfigure,3
28           hgate     vol_salv,salvager,volume_salvage,3
29 
30           hgate     set_disk_table_loc,set_disk_table_loc,set_disk_table_loc,2
31 
32           hgate     define_lv,logical_volume_manager,add,2
33           hgate     delete_lv,logical_volume_manager,delete,2
34           hgate     add_pv_to_lv,logical_volume_manager,add_pv,3
35           hgate     connect_to_lv,private_logical_volume,connect,2
36           hgate     disconnect_from_lv,private_logical_volume,disconnect,2
37 
38           hgate     set_sr,initiate_search_rules,set_system_rules,0
39 
40           hgate     set_tuning_parameter,hc_tune,set_silent,6
41 
42           end