  TYPE
    ost$rb_system_error = record
      reqcode: ALIGNED [0 MOD 8] syt$monitor_request_code,
      fatal: boolean,
      status: syt$monitor_status,
      caller_p_register: ost$p_register,
      status_p: ^ost$status,
      text_p: ^string (*),
      condition: ost$status_condition,
      text: string(64),
    recend;
*copyc OST$STATUS
*copyc SYC$MONITOR_REQUEST_CODES
*copyc SYT$MONITOR_REQUEST_CODE
*copyc OSD$VIRTUAL_ADDRESS
