Searched refs:next (Results 401 - 425 of 546) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp630 small_data* next = item->Next(); local
631 if (!next->IsLast(node)) {
633 small_data* last = next;
637 int32 size = (uint8*)last - (uint8*)next;
639 || size > (uint8*)node + fVolume->BlockSize() - (uint8*)next)
642 memmove(item, next, size);
646 last = (small_data*)((uint8*)last - ((uint8*)next - (uint8*)item));
788 small_data* next = item->Next(); local
789 if (!next->IsLast(node)) {
790 memmove((uint8*)item + spaceNeeded, next,
[all...]
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp209 for(entry = tmap_list; entry != NULL; entry = entry->next)
327 last->next = entry->next;
329 tmap_list = entry->next;
334 entry = entry->next;
666 // no pagedir here, move the start up to access the next page table
681 // no pagetable here, move the start up to access the next page table
888 // no pagedir here, move the start up to access the next page table
903 // no pagetable here, move the start up to access the next page table
1217 map->next
[all...]
/haiku/src/build/libroot/
H A Dfs.cpp273 const char *next; local
274 for (const char *ptr = path; ptr < end; ptr = next + 1) {
275 next = (char *)memchr(ptr, '/', end - ptr);
276 if (next == NULL)
277 next = end;
279 size_t len = next - ptr;
618 // get the next entry
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dkernel_interface.cpp1180 entry->next = NULL;
1189 cookie->current->next = entry;
1250 cookie->current = cookie->current->next;
1288 directory_cookie::entry* next = cookie->current->next; local
1290 cookie->current = next;
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.cpp167 slot->next = slot + 1;
172 fSlots[1023].next = NULL;
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h185 * The next two are used to make sure CRTC2 is restored before CRTC_EXT,
309 display_device_e chosen_displays; // displays to be driven after next mode switch
356 struct overlay_buffer_node *next, *prev; member in struct:overlay_buffer_node
410 bool enforce_mode_change; // set to make sure next display mode change
439 int next; // next used/free buffer (-1 for EOL) member in struct:__anon27
453 uint32 tail, tail_mask; // next write position in dwords; mask for wrap-arounds
/haiku/headers/private/shared/
H A DHashMap.h442 Element* next = element->fNext; local
444 element = next;
/haiku/src/add-ons/translators/tga/
H A DTGATranslator.cpp694 uint32 current = 0, next = 0, aftnext = 0;
719 memcpy(&next, pbits, bitsBytesPerPixel);
733 if (current == next && !bJustWroteRLE) {
736 if (next != aftnext || nread == width || rlecount == 128) {
759 // "next" will be the last pixel in the row,
774 memcpy(praw, &next, bitsBytesPerPixel);
778 if ((!bJustWroteRLE && next == aftnext) ||
792 current = next;
793 next = aftnext;
/haiku/src/system/kernel/debug/
H A Ddebug_paranoia.cpp171 void SetHashNext(ParanoiaCheckSet* next) argument
173 fHashNext = next;
H A Ddebug_builtin_commands.cpp65 command = command->next) {
H A Dsafemode_settings.cpp33 file != NULL; file = file->next) {
/haiku/src/tests/system/kernel/util/
H A DBOpenHashTableTest.cpp391 Entry* next = head->Next(); local
393 head = next;
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c554 ring->cur = ring->next = 0;
589 ring->cur = ring->next = 0;
614 ring->cur = ring->next = 0;
696 ring->cur = ring->next = 0;
1618 while (txq->next != hw) {
1619 data = &txq->data[txq->next];
1620 DPRINTFN(15, ("tx done idx=%u\n", txq->next));
1628 txq->next = (txq->next + 1) % IWI_TX_RING_COUNT;
2746 int i, next, ban local
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c526 * this to determine where the next attribute will
647 INDEX_ENTRY *next; local
703 next = ntfs_index_next(entry,xsii);
704 if (next) {
705 psii = (struct SII*)next;
716 entry = next;
775 * the second copy. So align to next block when
795 * by the next allocated descriptor
878 * if so get next
908 /* (hash collision), try next on
[all...]
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_buffer.cpp62 struct free_data* next; member in struct:free_data
852 freeData->next = header->first_free;
877 header->first_free = header->first_free->next;
888 last->next = freeData->next;
893 freeData = freeData->next;
1918 data_node* next = (data_node*)list_get_next_item(&buffer->buffers, node); local
1922 node = next;
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDParser.cpp373 global_item_state *next = state->link; local
375 state = next;
/haiku/src/system/libroot/os/
H A Ddriver_settings.cpp152 Returns the next word in the input buffer passed in via "_pos" - if
155 If "allowNewLine" is true, it reads over comments to get to the next
249 // Scan for next beginning word, open brackets, or comment start
674 settings = settings->next;
772 settings = settings->next;
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.cpp167 slot->next = slot + 1;
172 fSlots[1023].next = NULL;
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp514 status_t status = endpoint->next->module->bind(endpoint->next, address);
/haiku/src/tools/fs_shell/
H A Dmodule.cpp52 struct module *next; member in struct:FSShell::module
/haiku/headers/os/drivers/bus/
H A DSCSI.h112 struct scsi_ccb *next, *prev; // internal member in struct:scsi_ccb
/haiku/src/add-ons/screen_savers/flurry/
H A DFlurry.cpp246 fFlurryInfo->next = NULL;
/haiku/src/apps/mail/
H A DContent.h236 spell_mark *next; member in struct:TTextView::spell_mark
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A DCP_setup.c465 cp->buffers.buffers[i].next = i + 1;
468 cp->buffers.buffers[i].next = -1;
623 tmp_oldest_buffer = oldest_buffer->next;
629 oldest_buffer->next = cp->buffers.free_list;
/haiku/headers/private/runtime_loader/
H A Druntime_loader.h97 struct image_t *next; member in struct:image_t

Completed in 313 milliseconds

<<11121314151617181920>>