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 " Modified 1984-07-19 BIM to remove get_lv_pvinfo
13 " Modified 84-09-04 by EJ Sharpe to rename module hdx references to volume_registration_mgr_
14 " Modified 84-10-30 by EJ Sharpe to increase number of args for get_lv_access
15 " Modified 84-11-01 by EJ Sharpe to add create_dirx_acct
16
17 include gate_macros
18
19 gate_info mdc_
20
21 gate create_dir,mdc_create_,dir,8
22 gate create_dirx,mdc_create_,dirx,5
23 gate create_dirx_acct,mdc_create_,dirx_acct,7
24 gate delete_dir,mdc_create_,delete,3
25 gate set_mdir_account,mdc_set_,mdir_account,4
26 gate set_mdir_owner,mdc_set_,mdir_owner,4
27 gate set_mdir_quota,mdc_set_,mdir_quota,5
28 gate set_volume_quota,mdc_set_,volume_quota,5
29 gate delete_volume_quota,mdc_set_,delete_volume_quota,3
30 gate read_disk_table,mdx,read_disk_table,2
31 gate find_volname,volume_registration_mgr_,find_volname,4
32 gate find_lvname,volume_registration_mgr_,find_lvname,3
33 gate find_lvid,volume_registration_mgr_,find_lvid,3
34 gate check_mounted,mdx,check_lv,2
35 gate get_lv_access,volume_registration_mgr_,get_access,5
36 gate set_account_restrict_path,mdc_set_path_,account_restrict,6
37 gate status,mdc_status_,list,4
38 gate lvname_info,volume_registration_mgr_,lvname_info,4
39 gate pvname_info,volume_registration_mgr_,pvname_info,6
40
41
42 end