Searched refs:drive_layout (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dwin32_io.c1063 DRIVE_LAYOUT_INFORMATION *drive_layout; local
1075 drive_layout = (DRIVE_LAYOUT_INFORMATION*)ntfs_malloc(buf_size);
1076 if (!drive_layout) {
1081 0, (BYTE*)drive_layout, buf_size, &i, NULL))
1084 free(drive_layout);
1099 for (i = 0; i < drive_layout->PartitionCount; i++) {
1100 if (drive_layout->PartitionEntry[i].PartitionNumber ==
1102 *part_offset = drive_layout->PartitionEntry[i].
1104 *part_length = drive_layout->PartitionEntry[i].
1106 *hidden_sectors = drive_layout
[all...]

Completed in 43 milliseconds