Searched defs:slot (Results 1 - 25 of 44) sorted by last modified time

12

/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci_pci.cpp59 uint8_t bar, slot; local
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp8237 uint32 slot = *_cookie; local
/haiku/src/libs/compat/freebsd_network/
H A Dpci.cpp172 pci_find_dbsf(uint32_t domain, uint8_t bus, uint8_t slot, uint8_t func) argument
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.h72 uint8 slot; member in struct:xhci_device
[all...]
H A Dxhci.cpp1523 uint8 slot = XHCI_MAX_SLOTS; local
2150 ConfigureEndpoint(xhci_endpoint* ep, uint8 slot, uint8 number, uint8 type, bool directionIn, uint16 interval, uint16 maxPacketSize, usb_speed speed, uint8 maxBurst, uint16 bytesPerInterval) argument
2548 Ring(uint8 slot, uint8 endpoint) argument
2624 slot = TRB_3_SLOT_GET(flags); local
2862 EnableSlot(uint8* slot) argument
2880 DisableSlot(uint8 slot) argument
2893 SetAddress(uint64 inputContext, bool bsr, uint8 slot) argument
2909 ConfigureEndpoint(uint64 inputContext, bool deconfigure, uint8 slot) argument
2925 EvaluateContext(uint64 inputContext, uint8 slot) argument
2993 SetTRDequeue(uint64 dequeue, uint16 stream, uint8 endpoint, uint8 slot) argument
3009 ResetDevice(uint8 slot) argument
[all...]
H A Dxhci_hardware.h450 struct xhci_slot_ctx slot; member in struct:xhci_input_device_ctx
456 struct xhci_slot_ctx slot; member in struct:xhci_device_ctx
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c951 struct netmap_slot *slot = &ring->slot[nm_i]; local
1076 struct netmap_slot *slot local
1363 struct netmap_slot *slot; local
1388 struct netmap_slot *slot; local
[all...]
/haiku/src/system/kernel/
H A Dsem.cpp242 uint32 slot = num % sMaxSems; local
278 free_sem_slot(int slot, sem_id nextID) argument
730 int slot = id % sMaxSems; local
874 int32 slot = id % sMaxSems; local
997 int slot = id % sMaxSems; local
1023 int slot = id % sMaxSems; local
1131 int slot = id % sMaxSems; local
[all...]
H A Dteam.cpp3802 char** slot = flatArgs; local
3892 int32 slot = *cookie; local
[all...]
/haiku/src/system/boot/platform/bios_ia32/
H A Ddevices.cpp81 uint8 slot; member in struct:drive_parameters::__anon23::__anon25
/haiku/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp66 uint8 slot; member in struct:drive_parameters::__anon13::__anon15
/haiku/src/kits/interface/layouter/
H A DComplexLayouter.cpp237 Constraint** slot = fConstraints + end; local
[all...]
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp109 PhysicalPageSlot* slot; member in struct:LargeMemoryTranslationMapPhysicalPageMapper::page_slot
205 PhysicalPageSlot* slot = fSlots; local
212 PhysicalPageSlotPool::PutSlot(PhysicalPageSlot* slot) argument
245 PhysicalPageSlot* slot = fSlots; local
274 PutSlot(PhysicalPageSlot* slot) argument
322 PhysicalPageSlot* slot; local
393 page_slot& slot = fSlots[i]; local
407 page_slot& slot = fSlots[fNextSlot]; local
491 PhysicalPageSlot* slot = fPerCPUData[smp_get_current_cpu()].interruptSlot; local
501 PhysicalPageSlot* slot; local
533 PhysicalPageSlot* slot = slotQueue.GetSlot(); local
585 PhysicalPageSlot* slot = slotQueue->GetSlot(); local
615 PhysicalPageSlot* slot = slotQueue->GetSlot(); local
655 PhysicalPageSlot* slot = slotQueue->GetSlot(); local
707 GetSlot(bool canWait, PhysicalPageSlot*& slot) argument
739 PutSlot(PhysicalPageSlot* slot) argument
[all...]
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.cpp166 PhysicalPageSlot* slot = &fSlots[i]; local
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp88 BTree::Node::SearchSlot(const btrfs_key& key, int* slot, btree_traversing type) argument
331 BTree::Path::SetNode(off_t block, int slot) argument
339 BTree::Path::SetNode(const Node* node, int slot) argument
370 GetEntry(int slot, btrfs_key* _key, void** _value, uint32* _size, uint32* _offset) argument
400 SetEntry(int slot, const btrfs_entry& entry, void* value) argument
580 int slot; local
679 int slot = status; local
704 status_t slot = MakeEntries(transaction, path, entries[0].key, num, local
739 int slot = status; local
765 int slot; local
804 int slot; local
[all...]
/haiku/headers/private/kernel/util/
H A DOpenHashTable.h159 ValueType* slot = fTable[index]; local
228 ValueType* slot = fTable[index]; local
408 ValueType* slot = fTable[index]; local
[all...]
/haiku/src/system/kernel/scheduler/
H A Dscheduling_analysis.cpp268 HashObject** slot = &fHashTable[index]; local
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme.c78 struct pci_slot_match slot; local
177 char *slot; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2860.c2175 int slot, ntries; local
[all...]
/haiku/src/system/runtime_loader/
H A Dimages.cpp157 topological_sort(image_t* image, uint32 slot, image_t** initList, argument
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Darch_mmu.h116 void JumpTo(uint16 slot) { argument
/haiku/src/system/libroot/os/
H A Dimage.cpp79 void PrepareAdditionalSlots(char**& slot, char*& buffer) argument
518 char** slot = flatArgs; local
/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_large_memory.cpp107 PhysicalPageSlot* slot; member in struct:LargeMemoryTranslationMapPhysicalPageMapper::page_slot
203 PhysicalPageSlot* slot = fSlots; local
210 PhysicalPageSlotPool::PutSlot(PhysicalPageSlot* slot) argument
243 PhysicalPageSlot* slot = fSlots; local
272 PutSlot(PhysicalPageSlot* slot) argument
320 PhysicalPageSlot* slot; local
390 page_slot& slot = fSlots[i]; local
403 page_slot& slot = fSlots[fNextSlot]; local
486 PhysicalPageSlot* slot = fPerCPUData[smp_get_current_cpu()].interruptSlot; local
496 PhysicalPageSlot* slot = NULL; local
528 PhysicalPageSlot* slot = slotQueue.GetSlot(); local
580 PhysicalPageSlot* slot = slotQueue->GetSlot(); local
610 PhysicalPageSlot* slot = slotQueue->GetSlot(); local
650 PhysicalPageSlot* slot = slotQueue->GetSlot(); local
702 GetSlot(bool canWait, PhysicalPageSlot*& slot) argument
734 PutSlot(PhysicalPageSlot* slot) argument
[all...]
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp115 PhysicalPageSlot* slot; member in struct:LargeMemoryTranslationMapPhysicalPageMapper::page_slot
210 PhysicalPageSlot* slot = fSlots; local
217 PhysicalPageSlotPool::PutSlot(PhysicalPageSlot* slot) argument
250 PhysicalPageSlot* slot = fSlots; local
279 PutSlot(PhysicalPageSlot* slot) argument
327 PhysicalPageSlot* slot; local
397 page_slot& slot = fSlots[i]; local
411 page_slot& slot = fSlots[fNextSlot]; local
489 PhysicalPageSlot* slot = fPerCPUData[smp_get_current_cpu()].interruptSlot; local
499 PhysicalPageSlot* slot; local
531 PhysicalPageSlot* slot = slotQueue.GetSlot(); local
583 PhysicalPageSlot* slot = slotQueue->GetSlot(); local
613 PhysicalPageSlot* slot = slotQueue->GetSlot(); local
653 PhysicalPageSlot* slot = slotQueue->GetSlot(); local
705 GetSlot(bool canWait, PhysicalPageSlot*& slot) argument
737 PutSlot(PhysicalPageSlot* slot) argument
[all...]
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_tdma.c418 int slot, slotlen, update; local
[all...]

Completed in 230 milliseconds

12