

  TYPE
    fmt$path_handle_offset_nibbles = record
      case boolean of
      = TRUE =
        segment_offset: ost$segment_length,
      = FALSE =
        nibble: packed array [1 .. 8] of 0 .. 0F(16),
      casend,
    recend;

*copyc osd$virtual_address
