Searched refs:current (Results 1 - 25 of 168) sorted by last modified time

1234567

/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.cpp414 net_buffer* current = buffer; local
416 if (current->size > fChannelConfig.outgoing_mtu) {
418 buffer = gBufferModule->split(current, fChannelConfig.outgoing_mtu);
421 gBufferModule->free(current);
428 const size_t bufferSize = current->size;
429 status_t status = gStackModule->fifo_enqueue_buffer(&fSendQueue, current);
431 gBufferModule->free(current);
/haiku/src/kits/tracker/
H A DFSUtils.cpp1161 // we will skip the current item, because we got a conflict
1650 // do not create a new directory, use the current one
1749 BEntry current; local
1750 while (source.GetNextEntry(&current) == B_OK) {
1751 if (current.IsDirectory()) {
1752 RecursiveMove(&current, &subDir, loopControl);
1753 current.Remove();
1755 name = current.Name();
1756 if (loopControl->OverwriteOnConflict(&current, name,
1759 MoveError::FailOnError(current
[all...]
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Demuxki.h164 uint16 current;/* 0x4000 == unity pitch shift */ member in struct:_emuxki_chanparms_pitch
183 uint16 current; member in struct:_emuxki_chanparms_volume
336 float current[2]; member in struct:_emuxki_gpr
H A Demuxki.c374 chan->pitch.current = 0x0000; /* should it be 0x0400 */
379 chan->volume.current = 0x0000; /* no volume */
472 chan->pitch.current = chan->pitch.target;
621 chan->volume.current);
634 chan->pitch.current);
1769 values[i] = gpr->current[i];
1783 gpr->current[i] = index * gpr->granularity;
1801 values[i] = gpr->current[i];
/haiku/src/preferences/screen/
H A DScreenMode.cpp25 * It's a solution that works with the current BeOS interface that Haiku
313 screen_mode current; local
315 if (Get(current, workspace) == B_OK && fOriginal[workspace] == current)
/haiku/src/system/kernel/arch/x86/
H A Dioapic.cpp135 struct ioapic* current = sIOAPICs; local
136 while (current != NULL) {
137 if (gsi >= current->global_interrupt_base
138 && gsi <= current->global_interrupt_last) {
139 return current;
142 current = current->next;
758 struct ioapic* current = sIOAPICs; local
759 while (current != NULL) {
760 status = ioapic_initialize_ioapic(*current, targetAPI
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/wb840/
H A Ddevice.c139 int16 current; local
161 current = device->rxCurrent;
162 check = device->rxDescriptor[current].wb_status;
165 (int)current, (int)status));
183 memcpy(buf, (void*)device->rxBuffer[current], size);
186 device->rxCurrent = (current + 1) & WB_RX_CNT_MASK;
193 wb_put_rx_descriptor(&device->rxDescriptor[current]);
212 int16 current; local
223 current = device->txCurrent;
236 check = device->txDescriptor[current]
[all...]
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp191 net_protocol* current = socket->first_protocol; local
192 for (int i = 0; current != NULL; current = current->next, i++)
193 TRACE(" [%d] %p %s\n", i, current, current->module->info.name);
H A Dstack.cpp399 struct chain* current; local
400 current = chains->Clear(true);
401 while (current) {
402 struct chain* next = current->next;
404 current->Uninitialize();
405 delete current;
406 current = next;
898 struct family* current; local
899 current = sFamilies->Clear(true);
900 while (current) {
[all...]
H A Dutility.cpp62 void* current = fBuffer; local
67 return current;
/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp84 BString current = Text(); local
100 if (current != Text())
323 // increase the current digit value with one
408 // save current expression
/haiku/src/apps/deskbar/
H A DSwitcher.cpp119 void Update(int32 previous, int32 current,
182 void Update(int32 previous, int32 current,
785 int32 current = fCurrentIndex; local
786 SwitchToApp(current, fQuickSwitchIndex, false);
789 fCurrentIndex = current;
868 TSwitchManager::SwitchToApp(int32 previous, int32 current, bool forward) argument
872 fCurrentIndex = current;
924 // of teams. The current window (defined by fCurrentWindow) will define
931 // If the first window in the list isn't in current workspace,
961 // Now we go through all the windows in the current workspac
1805 Update(int32 previous, int32 current, int32 previousSlot, int32 currentSlot, bool forward) argument
1990 Update(int32 previous, int32 current, int32 previousSlot, int32 currentSlot, bool forward) argument
[all...]
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.cpp787 TRACE("current loop %" B_PRId32 ", status 0x%04x\n", i, status);
999 transfer_data *current = fFirstTransfer; local
1000 while (current) {
1001 if (current->transfer && current->transfer->TransferPipe() == pipe) {
1003 uhci_td *descriptor = current->first_descriptor;
1016 entry->transfer = current->transfer;
1017 current->transfer = NULL;
1023 current->canceled = true;
1025 current
1051 isochronous_transfer_data *current = fFirstIsochronousTransfer; local
1777 uhci_td *current = UnlinkIsochronousDescriptor(currentFrame); local
2256 uhci_td *current = topDescriptor; local
2279 uhci_td *current = topDescriptor; local
2337 uhci_td *current = topDescriptor; local
2402 uhci_td *current = topDescriptor; local
2446 uhci_td *current = transfer->descriptors[i]; local
[all...]
H A Dohci.cpp692 transfer_data *current = fFirstTransfer; local
693 while (current) {
694 if (current->transfer && current->transfer->TransferPipe() == pipe) {
696 if (!(current->endpoint->flags & OHCI_ENDPOINT_SKIP)) {
697 current->endpoint->flags |= OHCI_ENDPOINT_SKIP;
704 current->endpoint->head_physical_descriptor
705 = current->endpoint->tail_physical_descriptor;
710 = (ohci_isochronous_td *)current->first_descriptor;
717 == (ohci_isochronous_td*)current
2080 ohci_general_td *current = topDescriptor; local
2265 ohci_isochronous_td *current = topDescriptor; local
2280 ohci_general_td *current = topDescriptor; local
2337 ohci_isochronous_td *current = topDescriptor; local
2394 ohci_general_td *current = topDescriptor; local
2455 ohci_isochronous_td *current = topDescriptor; local
2509 ohci_general_td *current = topDescriptor; local
[all...]
H A Dehci.cpp1754 transfer_data *current = fFirstTransfer; local
1755 while (current) {
1756 if (current->transfer && current->transfer->TransferPipe() == pipe) {
1758 ehci_qtd *descriptor = current->queue_head->element_log;
1771 entry->transfer = current->transfer;
1772 current->transfer = NULL;
1778 current->canceled = true;
1781 current = current
1807 isochronous_transfer_data *current = fFirstIsochronousTransfer; local
2100 ehci_qh *current = freeListHead; local
2652 ehci_qtd *current = topDescriptor; local
2793 ehci_qtd *current = topDescriptor; local
2848 ehci_qtd *current = topDescriptor; local
2909 ehci_qtd *current = topDescriptor; local
[all...]
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.cpp1750 // consider the passed offset as the current ht capability block pointer
1810 PCI::_FindDevice(PCIBus *current, uint8 domain, uint8 bus, uint8 device, argument
1813 if (current->domain == domain) {
1816 for (PCIDev *child = current->child; child != NULL;
H A Dpci.h195 PCIDev * _FindDevice(PCIBus *current, uint8 domain,
/haiku/src/system/kernel/vm/
H A Dvm.cpp1135 // temporarily unlock the current cache since it might be mapped to
3979 for (addr_t current = start; current < end; current += B_PAGE_SIZE) {
3983 if (map->Query(current, &physicalAddress, &flags) == B_OK
4469 "address that is looked up in the translation map of the current\n"
4748 // The current cache does not contain the page we're looking for.
5375 for (VMArea* current = cache->areas; current != NULL;
5376 current
[all...]
/haiku/src/servers/app/
H A DScreen.cpp92 display_mode current; local
93 GetMode(current);
94 if (!memcmp(&mode, &current, sizeof(display_mode)))
H A DServerWindow.cpp568 // Initialize the view with the current application plain font.
572 // the current font here, the be_plain_font on the client may still
1117 View *current; local
1119 (void**)&current) != B_OK
1120 || current->Window()->ServerWindow() != this) {
1126 current = NULL;
1129 "token %" B_PRId32 "\n", fTitle, current->Name(), token));
1130 _SetCurrentView(current);
1666 BAffineTransform current = local
1668 current
1679 BAffineTransform current = local
1691 BAffineTransform current = local
3354 BAffineTransform current = local
3370 BAffineTransform current = local
3385 BAffineTransform current = local
[all...]
H A DDesktop.cpp148 // TODO: this is a try to not steal focus from the current window
763 // retrieve from current screen
826 // retrieve from current screen
858 // retrieve from current screen
901 screen_configuration* current = fWorkspaces[workspace] local
904 if ((stored != NULL && current != NULL
905 && !memcmp(&stored->mode, &current->mode,
907 || (stored == NULL && current == NULL))
912 .Remove(current);
933 // store the current configuratio
934 screen_configuration* current local
[all...]
/haiku/src/add-ons/accelerants/intel_extreme/
H A Daccelerant.cpp443 uint32 current = 0; local
449 // to limitations in the current driver on current hardware). Assign those
471 while (current < gInfo->pipe_count && assigned[current])
472 current++;
474 if (current >= gInfo->pipe_count) {
480 gInfo->ports[i]->SetPipe(gInfo->pipes[current]);
481 assigned[current] = true;
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DKeyboardProtocolHandler.cpp402 // we wrote the current repeat key
758 uint16 *current = fLastKeys; local
762 if (current[i] == 0 || (current[i] == 1
768 if (compare[j] == current[i]) {
780 if (current[i] < kKeyTableSize)
781 key = kKeyTable[current[i]];
789 && current[i] >= 4 && current[i] <= 29
801 char letter = current[
[all...]
/haiku/src/kits/interface/
H A DTextView.cpp194 "Returns the current selection.", 0,
201 "Sets the current selection.", 0,
1515 // is the new selection any different from the current selection?
2782 // validate current size
3900 // remove any lines that start before the current line
4085 // reset string width to start of current run ...
4092 // before the current "word"
4111 int32 current = fromOffset; local
4112 for (offset = _NextInitialByte(current); current < limi
[all...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp651 // update all current iterators
787 // move the attributes after the current one
855 // update all current iterators
1502 int32 current = (start % indirectSize) / directSize; local
1505 index % runsPerBlock]) + current / runsPerBlock);
1510 run = indirect[current % runsPerBlock];
1515 + (current * directSize);
1531 int32 current = -1; local
1532 while (++current < runsPerBlock) {
1533 if (indirect[current]
1552 int32 current = -1; local
[all...]

Completed in 257 milliseconds

1234567