{
{ dmt$mainframe_device_file_list
{

{
{ the ordinal field of dmt$ms_mf_file_list_entry must ONLY be referenced
{ using #compare_swap or the osp$ procedures which deal with 'locked variables'
{ when the type is used in a system table (as in the MFL).  this is critical
{ to dual processor.
{

  TYPE
    dmt$ms_mf_file_list_entry = record
      ordinal: ALIGNED [0 MOD 8] integer,
    recend;

  TYPE
    dmt$ms_mf_device_file_list = array [1 .. * ] of dmt$ms_mf_file_list_entry,
    dmt$ms_mf_device_file_list_ord = 0 .. dmc$max_device_file_list_index + 1;

  CONST
    dmc$cm_dflt_entries = 500;

*copyc dmt$device_file_list_index
