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

/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.h142 off_t tableOffset, off_t baseOffset,
146 off_t tableOffset, off_t baseOffset,
149 bool active, off_t tableOffset,
210 off_t tableOffset, uint32 blockSize);
246 off_t tableOffset,
250 off_t tableOffset,
253 bool active, off_t tableOffset,
H A DPartitionMap.cpp369 Partition::Partition(const partition_descriptor* descriptor, off_t tableOffset, argument
378 SetTo(descriptor, tableOffset, baseOffset, blockSize);
383 Partition::SetTo(const partition_descriptor* descriptor, off_t tableOffset, argument
389 descriptor->active, tableOffset, blockSize);
395 off_t tableOffset, uint32 blockSize)
397 fPartitionTableOffset = tableOffset;
496 off_t tableOffset, uint32 blockSize)
499 Partition::SetTo(descriptor, tableOffset, 0, blockSize);
535 off_t tableOffset = otherLogical->PartitionTableOffset(); local
539 &descriptor, tableOffset, thi
394 SetTo(off_t offset, off_t size, uint8 type, bool active, off_t tableOffset, uint32 blockSize) argument
495 SetTo(const partition_descriptor* descriptor, off_t tableOffset, uint32 blockSize) argument
639 LogicalPartition(const partition_descriptor* descriptor, off_t tableOffset, PrimaryPartition* primary) argument
652 SetTo(const partition_descriptor* descriptor, off_t tableOffset, PrimaryPartition* primary) argument
678 SetTo(off_t offset, off_t size, uint8 type, bool active, off_t tableOffset, PrimaryPartition* primary) argument
[all...]
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dconnector.cpp369 uint16 tableOffset; local
375 &tableOffset)) {
379 gpioInfo = (struct _ATOM_GPIO_PIN_LUT*)(gAtomContext->bios + tableOffset);
431 uint16 tableOffset; local
435 NULL, NULL, &tableOffset) != B_OK) {
442 = (struct _ATOM_GPIO_I2C_INFO*)(gAtomContext->bios + tableOffset);
569 uint16 tableOffset; local
572 &tableMajor, &tableMinor, &tableOffset) != B_OK) {
584 (gAtomContext->bios + tableOffset);
673 uint16 tableOffset; local
[all...]
H A Dgpu.cpp40 uint16 tableOffset; local
47 &tableMajor, &tableMinor, &tableOffset) != B_OK) {
64 = (union atomFirmwareInfo*)(gAtomContext->bios + tableOffset);
H A Dpll.cpp75 uint16 tableOffset; local
79 &tableMajor, &tableMinor, &tableOffset) != B_OK) {
96 = (union atomFirmwareInfo*)(gAtomContext->bios + tableOffset);
/haiku/src/tools/restest/
H A DResourceFile.h47 uint32 tableOffset,
H A DResourceFile.cpp952 ResourceFile::_ReadIndexEntry(int32 index, uint32 tableOffset, bool peekAhead) argument
957 off_t entryOffset = tableOffset + index * kResourceIndexEntrySize;
/haiku/headers/private/storage/
H A DResourceFile.h88 int32 index, uint32 tableOffset,
/haiku/src/kits/storage/
H A DResourceFile.cpp864 resource_parse_info& parseInfo, int32 index, uint32 tableOffset,
872 off_t entryOffset = tableOffset + index * kResourceIndexEntrySize;
863 _ReadIndexEntry(BPositionIO& buffer, resource_parse_info& parseInfo, int32 index, uint32 tableOffset, bool peekAhead) argument

Completed in 74 milliseconds