1 2 /* BEGIN INCLUDE FILE tolts_err_codes.incl.pl1 */ 3 4 dcl (iv_iom init (0), /* invalid IOM number */ 5 ch_not_ass init (1), /* channel not assignable */ 6 iv_dev init (2), /* invalid device number */ 7 mlt_act init (3), /* Molts active on this mpc (gcos only) */ 8 ptrain init (4), /* enter "ptrain" verb and retry (gcos only) */ 9 uns_rdr init (5), /* can't unspec reader (gcos only) */ 10 os_deny init (6), /* Operating system denies test request */ 11 rem_sp_pri init (7), /* can't test removable spindle */ 12 rem_sp_sec init (8), /* can't test removable spindle on alt dev */ 13 not_psia init (9), /* not a PSIA channel */ 14 not_boot_psia init (10), /* not a bootable psia channel */ 15 not_log_0 init (11), /* not logical channel 0 of mpc */ 16 not_sec_mpc init (12), /* not a secondary mpc */ 17 plt_act init (13), /* polts active on mpc (gcos only) */ 18 gc_files init (14), /* gcos files on mpc (gcos only) */ 19 no_sv_file init (15), /* no file space for sv file (gcos only) */ 20 no_pat init (16), /* no pat space for sv file (gcos only) */ 21 mem_test init (17), /* memory already in test */ 22 mem_not_rel init (18), /* memory not released */ 23 split_rlsec init (19), /* can't split rlsec table (gcos only) */ 24 no_s2_test init (20), /* can't test the S2 (gcos only) */ 25 dev_busy init (21), /* device busy */ 26 alt_dev_busy init (22), /* alternate device busy */ 27 inv_tt init (23), /* invalid test type */ 28 m_iv_iom init (24) /* Multics invalid IOM number */ 29 ) fixed bin (18) unsigned int static options (constant); 30 31 /* END INCLUDE FILE tolts_err_codes.incl.pl1 */ 32