/* * * Flag bits for the $dismou (dismount) system service. */ #ifndef _DMTDEF_H #define _DMTDEF_H #define DMT$V_NOUNLOAD 0 #define DMT$V_UNIT 1 #define DMT$V_ABORT 2 #define DMT$V_CLUSTER 3 #define DMT$V_UNLOAD 4 #define DMT$V_OVR_CHECKS 5 #define DMT$V_CHECK_ONLY 6 #define DMT$V_REMOTE 7 #define DMT$M_NOUNLOAD (1<