1 " ***********************************************************
 2 " *                                                         *
 3 " * Copyright, (C) Honeywell Information Systems Inc., 1982 *
 4 " *                                                         *
 5 " * Copyright (c) 1972 by Massachusetts Institute of        *
 6 " * Technology and Honeywell Information Systems, Inc.      *
 7 " *                                                         *
 8 " ***********************************************************
 9 
10 "         "         "         "         "         "         "         "         "
11 "
12 "         This is the I/O switch transfer vector for the cpz outer module.
13 "
14 "         "         "         "         "         "         "         "         "
15 
16           name      cpz
17           entry     cpzmodule
18 
19           segref    cpz_dim,cpz_attach,cpz_detach,cpz_write,cpz_order,cpz_setsize,cpz_getsize
20           segref    ios_,no_entry
21 
22 cpzmodule:
23           tra       *+1,6
24 
25           tra       cpz_attach
26           tra       cpz_detach
27           tra       no_entry
28           tra       cpz_write
29           tra       no_entry
30           tra       cpz_order
31           tra       no_entry
32           tra       no_entry
33           tra       cpz_setsize
34           tra       cpz_getsize
35           tra       no_entry
36           tra       no_entry
37           tra       no_entry
38           tra       no_entry
39           tra       no_entry
40           tra       no_entry
41           tra       no_entry
42           tra       no_entry
43           tra       no_entry
44           tra       no_entry
45           tra       no_entry
46 
47           end       cpzmodule