Home
last modified time | relevance | path

Searched refs:DiskKey (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rosapps/applications/devutils/btrfstools/
H A Dbtrfs_structures.py486 class DiskKey(Key): class
490 super(DiskKey, self).__init__(*DiskKey.sstruct.unpack_from(data))
628 DiskKey.sstruct,
645 self.drop_progress = DiskKey(data[pos:pos+DiskKey.sstruct.size])
646 pos += DiskKey.sstruct.size
800 DiskKey.sstruct,
846 self.location = DiskKey(data[:DiskKey.sstruct.size])
847 pos = DiskKey.sstruct.size
1085 key1 = DiskKey(fd.read(item_size))
1129 key = DiskKey(sys_chunk[pos:])
[all …]
/reactos/boot/freeldr/freeldr/arch/i386/pc/
H A Dpchw.c347 PCONFIGURATION_COMPONENT_DATA ControllerKey, DiskKey; in DetectBiosDisks() local
434 &DiskKey); in DetectBiosDisks()
/reactos/boot/freeldr/freeldr/arch/i386/pc98/
H A Dpc98hw.c377 PCONFIGURATION_COMPONENT_DATA ControllerKey, DiskKey; in DetectBiosDisks() local
463 &DiskKey); in DetectBiosDisks()