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 "         Privileged gate to Master Directory Control.
13 "         This gate has ring brackets of (1,1,5).
14 "         Its ACL gives RE access to Initializer.SysDaemon.z
15 "
16 " Modified 07/27/84 by EJ Sharpe - remove entries "chname_hv" and "make_link"
17 "                   since hdx will now handle those operations internally
18 "                   Also moved entries "delete_hv", "read_hv", "read_pv", and
19 "                   "write_hv" to the  gate "mdc_priv_"
20 "
21           include   gate_macros
22 
23           gate_info initializer_mdc_
24 
25           gate      assert,mdx,assert,0
26           gate      check_mount,wdx,check_mount,3
27           gate      countervalidate_label_,countervalidate_label_,countervalidate_label_,4
28           gate      demount_lv,mdx,demount_lv,3
29           gate      demount_pv,mdx,demount_pv,2
30           gate      forget,mdx,forget,0
31           gate      free_lvate,wdx,free_lvate,1
32           gate      get_lv_pvinfo,volume_registration_mgr_,get_lv_pvinfo,0
33           gate      init,mdx,init,0
34           gate      init_lvat,wdx,init,2
35           gate      invalidate_lvate,wdx,invalidate_lvate,1
36           gate      lvat_scan_lv,wdx,scan_lv,3
37           gate      mhv,mdx,mhv,0
38           gate      mhvmessage,wdx,mhvmessage,2
39           gate      poll_mounts,wdx,poll_mounts,3
40           gate      read_disk_table,mdx,read_disk_table,0
41           gate      respond_mount_lv,wdx,respond_mount_lv,4
42           gate      retrieve_lvate,wdx,retrieve_lvate,3
43           gate      rlvolcheck,mdx,rlvolcheck,4
44           gate      scan_process_lvat,wdx,scan_process,3
45           gate      set_lv_pdir_bit,mdx,set_lv_pdir_bit,3
46           gate      set_vacate_pdirs_bit,mdx,set_vacate_pdirs_bit,3
47           gate      set_lvat_info,wdx,set_lvinfo,3
48           gate      ss_io_reconfig,mdx,ss_io_reconfig,3
49           gate      take,mdx,take,0
50           gate      volsalv,mdx,volsalv,4
51 
52           end