Searched refs:slot (Results 26 - 50 of 56) sorted by relevance

123

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_beacon.c428 * frame contents are done as needed and the slot time is
438 int slot, otherant; local
478 slot = ((tsftu % ic->ic_lintval) * ATH_BCBUF) / ic->ic_lintval;
479 vap = sc->sc_bslot[(slot+1) % ATH_BCBUF];
489 for (slot = 0; slot < ATH_BCBUF; slot++) {
490 vap = sc->sc_bslot[slot];
513 * Handle slot time change when a non-ERP station joins/leaves
522 sc->sc_slotupdate = slot;
[all...]
H A Dif_ath.c917 | IEEE80211_C_SHSLOT /* short slot time supported */
951 * in one cache slot automatically enable use.
1500 * Assign a beacon xmit slot. We try to space out
1508 u_int slot, free; local
1511 for (slot = 0; slot < ATH_BCBUF; slot++)
1512 if (sc->sc_bslot[slot] == NULL) {
1513 if (sc->sc_bslot[(slot+1)%ATH_BCBUF] == NULL &&
1514 sc->sc_bslot[(slot
[all...]
/haiku/src/kits/interface/layouter/
H A DComplexLayouter.cpp237 Constraint** slot = fConstraints + end; local
238 while (*slot != NULL && (*slot)->start > element)
239 slot = &(*slot)->next;
241 if (*slot != NULL && (*slot)->start == element) {
243 (*slot)->Restrict(min, max);
250 constraint->next = *slot;
251 *slot
[all...]
/haiku/src/system/runtime_loader/
H A Dimages.cpp157 topological_sort(image_t* image, uint32 slot, image_t** initList, argument
161 return slot;
165 slot = topological_sort(image->needed[i], slot, initList, sortFlag);
167 initList[slot] = image;
168 return slot + 1;
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Darch_mmu.h116 void JumpTo(uint16 slot) { argument
117 fDescriptor += slot;
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp231 // init slot list
235 PhysicalPageSlot* slot = &fSlots[i]; local
236 slot->next = slot + 1;
237 slot->pool = this;
238 slot->address = slotAddress;
269 // create an area that can contain the page table and the slot
/haiku/src/system/libroot/os/
H A Dimage.cpp79 void PrepareAdditionalSlots(char**& slot, char*& buffer) argument
83 *slot++ = buffer;
518 char** slot = flatArgs; local
525 *slot++ = stringSpace;
529 *slot++ = NULL;
533 *slot++ = stringSpace;
537 envFilter.PrepareAdditionalSlots(slot, stringSpace);
539 *slot++ = NULL;
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.cpp102 // + 1 page for the free virtual slot (no physical page needed)
152 TRACE("free virtual slot: %#" B_PRIxADDR ", PTE: %p\n",
258 // We don't need a physical page for the free virtual slot.
479 // init slot list
484 PhysicalPageSlot* slot = &fSlots[i]; local
485 slot->next = slot + 1;
486 slot->pool = this;
487 slot->address = slotAddress;
518 // create an area that can contain the page table and the slot
[all...]
/haiku/src/system/kernel/scheduler/
H A Dscheduling_analysis.cpp268 HashObject** slot = &fHashTable[index]; local
269 while (*slot != object)
270 slot = &(*slot)->next;
272 *slot = object->next;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c480 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: bad slot time %u\n",
591 uint32_t slot, timeout, eifs; local
608 slot = coverageclass * 3 * clkRate;
611 slot += IFS_SLOT_HALF_RATE;
614 slot += IFS_SLOT_QUARTER_RATE;
617 slot += IFS_SLOT_FULL_RATE;
628 * Write the values: slot, eifs, ack/cts timeouts.
630 OS_REG_WRITE(ah, AR_D_GBL_IFS_SLOT, slot);
/haiku/src/add-ons/kernel/busses/usb/
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/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_pci.h132 nvme_pci_device_probe(const struct pci_slot_match *slot);
H A Dnvme.h265 * PCI slot domain.
270 * PCI slot bus.
275 * PCI slot bus device number.
280 * PCI slot device function.
695 * @param slot Firmware image slot to use
700 void *fw, size_t size, int slot);
H A Dnvme_ctrlr.c1345 void *fw, size_t size, int slot)
1379 fw_commit.fs = slot;
1344 nvme_ctrlr_update_firmware(struct nvme_ctrlr *ctrlr, void *fw, size_t size, int slot) argument
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c951 struct netmap_slot *slot = &ring->slot[nm_i]; local
952 void *addr = PNMB(na, slot, &fl->ifl_bus_addrs[i]);
964 } else if (slot->flags & NS_BUF_CHANGED) {
971 slot->flags &= ~NS_BUF_CHANGED;
1047 * the corresponding slot in the NIC ring. Some drivers also
1048 * need to update the buffer's physical address in the NIC slot
1059 * to prefetch the next slot and txr entry.
1071 __builtin_prefetch(&ring->slot[nm_i]);
1076 struct netmap_slot *slot local
1363 struct netmap_slot *slot; local
1388 struct netmap_slot *slot; local
[all...]
/haiku/src/apps/deskbar/
H A DSwitcher.cpp190 int32 IndexAt(int32 slot) const;
421 // get the composed icon size for slot calculation but don't set it
1015 // if we're in the last slot already (the last usable team group)
1886 BRect slot(0, 0, fManager->SlotSize() - 1, fManager->SlotSize() - 1);
1888 fOffView = new BView(slot, "off_view", B_FOLLOW_NONE, B_WILL_DRAW);
1889 fOffBitmap = new BBitmap(slot, B_RGBA32, true);
1929 // scroll center rect to the draw slot
2060 TIconView::IndexAt(int32 slot) const
2062 if (slot < 0 || slot >
[all...]
/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/system/kernel/
H A Dteam.cpp3802 char** slot = flatArgs; local
3809 *slot++ = stringSpace;
3813 *slot++ = NULL;
3818 *slot++ = stringSpace;
3822 *slot++ = NULL;
3892 int32 slot = *cookie; local
3893 if (slot < 1)
3894 slot = 1;
3903 while (slot < lastTeamID && !(team = team_get_team_struct_locked(slot)))
[all...]
/haiku/src/system/boot/platform/bios_ia32/
H A Ddevices.cpp81 uint8 slot; member in struct:drive_parameters::__anon23::__anon25
302 disk.bus.pci.slot = parameters.interface.pci.slot;
/haiku/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp66 uint8 slot; member in struct:drive_parameters::__anon13::__anon15
252 disk.bus.pci.slot = parameters.interface.pci.slot;
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_scan_sta.c1001 int slot, slotcnt; local
1004 for (slot = slotcnt-1; slot >= 0; slot--)
1005 if (isclr(tdma->tdma_inuse, slot))
1657 /* NB: never auto-start a tdma network for slot !0 */
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2814 * + IFS params: slot, eifs, misc etc.
2821 * code isn't aware of the slot/ifs/ACK/RTS timeout values that need to
2830 uint32_t txLat, rxLat, usec, slot, refClock, eifs, init_usec; local
2855 slot = AR5416_IFS_SLOT_HALF_RATE_44;
2864 slot = AR5416_IFS_SLOT_HALF_RATE_40;
2875 slot = AR5416_IFS_SLOT_QUARTER_RATE_44;
2884 slot = AR5416_IFS_SLOT_QUARTER_RATE_40;
2897 OS_REG_WRITE(ah, AR_D_GBL_IFS_SLOT, slot);
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.h320 /* slot = 0 if regular, slot = 1 if short. */
321 uint8_t slot; member in struct:malo_cmd_fw_setslot
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2860.c320 | IEEE80211_C_SHSLOT /* short slot time supported */
552 continue; /* nothing mapped in this slot */
591 continue; /* nothing mapped in this slot */
1672 /* remove from the free pool and link it into the SW Tx slot */
1917 /* remove from the free pool and link it into the SW Tx slot */
2175 int slot, ntries; local
2197 /* find the command slot */
2198 for (slot = 0; slot < 4; slot
[all...]
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php106 // name of session variable holding the qemu slot; not yet used correctly
500 err("No available qemu slot, please try later.");
596 "or open <a href=\"" . $_SERVER['PHP_SELF'] . "?getfile=vncinfo&slot=" . vnc_display() . "\">this file</a>, " .

Completed in 379 milliseconds

123