Searched refs:chosen (Results 1 - 8 of 8) sorted by last modified time

/haiku/src/apps/diskprobe/
H A DProbeView.cpp1771 int32 chosen = alert->Go(); local
1773 if (chosen == 0)
1775 if (chosen == 1)
H A DAttributeWindow.cpp182 int32 chosen = alert->Go(); local
184 if (chosen == 1) {
/haiku/src/system/boot/platform/efi/
H A Ddtb.cpp579 int chosen = fdt_path_offset(fdt, "/chosen"); local
580 if (chosen < 0)
584 const char *stdoutPath = (const char *)fdt_getprop(fdt, chosen, "stdout-path", &len);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.cpp89 CachedExtentTree::FindNext(CachedExtent** chosen, uint64 offset, uint64 size, argument
98 *chosen = found;
615 CachedExtent* chosen; local
618 status = fTree->FindNext(&chosen, start, size, type);
622 if (TreeDefinition().Compare(start, chosen) == 0) {
623 if (chosen->End() - start >= size) {
627 start = chosen->End(); // set new start and retry
629 start = chosen->offset;
633 chosen = CachedExtent::Create(start, size,
635 status = fTree->AddExtent(chosen);
[all...]
H A DExtentAllocator.h91 status_t FindNext(CachedExtent** chosen, uint64 offset,
/haiku/src/bin/
H A Dfortune.c25 int chosen; local
46 chosen = rand() % count;
54 if (chosen <= count) {
/haiku/src/system/kernel/scheduler/
H A Dlow_latency.cpp119 irq_assignment* chosen = NULL; local
124 if (chosen == NULL || chosen->load < irq->load)
125 chosen = irq;
132 if (chosen == NULL || totalLoad < kLowLoad)
151 assign_io_interrupt_to_cpu(chosen->irq, newCPU);
H A Dpower_saving.cpp208 irq_assignment* chosen = NULL; local
212 if (chosen == NULL || chosen->load < irq->load)
213 chosen = irq;
219 if (chosen == NULL || chosen->load < kLowLoad)
235 assign_io_interrupt_to_cpu(chosen->irq, newCPU);

Completed in 240 milliseconds