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

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c2472 INDEX_ENTRY *idx_entry_sdh, *idx_entry_sii; local
2481 idx_entry_sdh = ntfs_calloc(sizeof(INDEX_ENTRY));
2482 if (!idx_entry_sdh)
2486 free(idx_entry_sdh);
2495 idx_entry_sdh->data_offset = const_cpu_to_le16(0x18);
2496 idx_entry_sdh->data_length = const_cpu_to_le16(0x14);
2497 idx_entry_sdh->reservedV = const_cpu_to_le32(0x00);
2498 idx_entry_sdh->length = const_cpu_to_le16(0x30);
2499 idx_entry_sdh->key_length = const_cpu_to_le16(0x08);
2500 idx_entry_sdh
[all...]

Completed in 45 milliseconds