Searched refs:Index (Results 76 - 100 of 147) sorted by relevance

123456

/haiku/headers/os/net/
H A DNetworkDevice.h97 uint32 Index() const;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devxfgpe.c1303 * PARAMETERS: Index - System GPE index (0-CurrentGpeCount)
1316 UINT32 Index,
1331 if (Index >= AcpiCurrentGpeCount)
1338 Info.Index = Index;
H A Devgpeutil.c246 /* Increment Index by the number of GPEs in this block */
250 if (Info->Index < Info->NextBlockBaseIndex)
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drsserial.c234 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Gpio.ResourceSource.Index),
350 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.PinFunction.ResourceSource.Index),
430 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Csi2SerialBus.ResourceSource.Index),
500 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.CommonSerialBus.ResourceSource.Index),
584 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.CommonSerialBus.ResourceSource.Index),
684 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.CommonSerialBus.ResourceSource.Index),
789 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.PinConfig.ResourceSource.Index),
906 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.PinGroupFunction.ResourceSource.Index),
977 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.PinGroupConfig.ResourceSource.Index),
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DDirectory.cpp796 level == 0 ? fDirectory->BlockIndex() : info.block.Index(),
886 level == 0 ? fDirectory->BlockIndex() : info.block.Index(),
958 info.block.Index(), 1, transaction);
1017 info.block.Index(), 1, transaction);
1201 nextBlockIndexToInsert = newBlock.Index();
1337 nextBlockIndexToInsert = newBlock.Index();
1369 allocatedBlock.Index(), transaction)) {
1387 newInfo.block.Index());
1389 PRINT(" -> new block: %" B_PRIu64 "\n", newInfo.block.Index());
1420 if (!newBlock.GetZero(fDirectory->GetVolume(), allocatedBlock.Index(),
[all...]
H A DVolume.cpp500 if (!block.GetZero(this, allocatedBlock.Index(), transaction))
504 node->SetBlockIndex(allocatedBlock.Index());
H A DFile.cpp633 if (!newBlock.GetZero(GetVolume(), allocatedBlock.Index(),
641 "\n", newBlock.Index(), i + 1);
647 infos[0].blockData[0] = newBlock.Index();
683 uint64 blockIndex = allocatedBlock.Index();
/haiku/src/libs/linprog/
H A DConstraint.cpp64 Constraint::Index() const function in class:Constraint
346 string << s->Var()->Index();
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DVolume.h44 class Index;
145 Index *FindIndex(const char *name);
H A DSizeIndex.cpp107 : Index(volume, "size", B_INT64_TYPE, true, sizeof(off_t)),
/haiku/src/system/kernel/scheduler/
H A Dscheduler_tracing.cpp177 maxLatencyEntry = iterator.Index();
187 maxRerunEntry = iterator.Index();
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexdump.c192 UINT32 Index);
345 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (IndexField.IndexObj), "Index Object"},
358 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Reference.IndexPointer), "Index Pointer"},
747 UINT32 Index; local
820 AcpiOsPrintf ("Table Index %X\n", ObjDesc->Reference.Value);
891 for (Index = 0; Index < ObjDesc->Package.Count; Index++)
894 ObjDesc->Package.Elements[Index], Depth + 1);
1193 AcpiOsPrintf (" Table Index
1224 AcpiExDumpPackageObj( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Level, UINT32 Index) argument
[all...]
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTNode.cpp677 P_PARAM + param->Index(), B_MEDIA_NO_TYPE,
684 fSelectorsGroup->MakeDiscreteParameter(P_PARAM + param->Index(),
687 dvalue->AddItem( param->ListItemAt(j)->Index,
697 label = group->MakeNullParameter(P_LABEL + param->Index(),
703 group->MakeNullParameter(P_LABEL2 + param->Index(),
705 value = group->MakeContinuousParameter(P_PARAM + param->Index(),
713 group->MakeNullParameter(P_LABEL3 + param->Index(),
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp24 #include "Index.h"
91 virtual void CalculateScore(Index& index) = 0;
130 status_t PrepareQuery(Volume* volume, Index& index,
137 virtual void CalculateScore(Index &index);
188 virtual void CalculateScore(Index& index);
483 Equation::PrepareQuery(Volume* /*volume*/, Index& index,
688 Equation::CalculateScore(Index &index)
959 Operator::CalculateScore(Index &index)
H A DInode.h20 class Index;
237 Index* index);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp191 memcpy(Index(at), origin->Index(from),
464 parentNode->Index(parentSlot)->SetLogicalAddress(address);
594 status = fVolume->FindBlock(node.Index(slot)->LogicalAddress(),
598 node.Index(slot)->LogicalAddress());
785 node->Index(slot)->LogicalAddress(), physicalBlock);
824 node->Index(slot)->LogicalAddress(), physicalBlock);
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dusb-io.h34 uint16_t Index; member in struct:__anon44
/haiku/src/apps/drivesetup/
H A DSupport.cpp43 printf("\tIndex(): %" B_PRId32 "\n", partition->Index());
/haiku/src/kits/debugger/arch/x86/
H A DCpuStateX86.cpp194 int32 index = reg->Index();
229 int32 index = reg->Index();
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp484 KPartition::Index() const function in class:KPartition
691 if (snprintf(buffer, size, "%" B_PRId32, Index()) >= (int)size)
703 if (snprintf(buffer + len, size - len, "_%" B_PRId32, Index()) >= int(size - len))
714 if (!path || path->InitCheck() != B_OK || !Parent() || Index() < 0)
1296 data->index = Index();
1346 OUT("%s index: %" B_PRId32 "\n", prefix, Index());
/haiku/src/kits/debugger/arch/x86_64/
H A DCpuStateX8664.cpp240 int32 index = reg->Index();
275 int32 index = reg->Index();
/haiku/src/kits/network/libnetapi/
H A DNetworkInterface.cpp46 request.ifra_index = address.Index();
225 BNetworkInterface::Index() const function in class:BNetworkInterface
/haiku/headers/private/kernel/
H A Dtracing.h232 int32 Index() const function in class:TraceEntryIterator
/haiku/src/apps/debuganalyzer/model/
H A DModel.h263 inline int32 Index() const;
441 inline int32 Index() const;
928 Model::IOScheduler::Index() const function in class:Model::IOScheduler
1281 Model::Thread::Index() const function in class:Model::Thread
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.h19 #include "Index.h"
89 Index* FindIndex(const StringKey& name) const

Completed in 148 milliseconds

123456