Searched refs:next (Results 201 - 225 of 546) sorted by relevance

1234567891011>>

/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp63 cached_block* next; // next in hash member in struct:FSShell::cached_block
151 cache_transaction* next; member in struct:FSShell::cache_transaction
503 hash = hash_init(128, offsetof(cached_block, next), &cached_block::Compare,
508 transaction_hash = hash_init(16, offsetof(cache_transaction, next),
1066 cached_block* next; local
1067 for (; block != NULL; block = next) {
1068 next = block->transaction_next;
1123 cached_block* next; local
1124 for (; block != NULL; block = next) {
1191 cached_block* next; local
1270 cached_block* next; local
1322 cached_block* next; local
[all...]
/haiku/headers/os/storage/
H A DResourceStrings.h46 _string_id_hash* next; member in struct:BResourceStrings::_string_id_hash
/haiku/src/add-ons/kernel/file_systems/nfs/
H A DRPCPendingCalls.h25 struct PendingCall *next; member in struct:PendingCall
/haiku/src/libs/glut/
H A DglutMenu.h61 GlutMenuItem *next; // next menu entry on list member in class:GlutMenuItem
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A Dvirtio_ring.h36 /* This marks a buffer as continuing via the next field. */
53 * These can chain together via "next". */
62 uint16_t next; member in struct:vring_desc
106 * // Padding to the next align boundary.
/haiku/src/kits/package/
H A DPackageInfoSet.cpp45 PackageInfo* next = info->listNext; local
47 info = next;
157 PackageInfo* next = info->hashNext; local
159 info = next;
198 // get next in list
201 // get next in hash table
/haiku/src/add-ons/screen_savers/flurry/
H A DShared.h80 flurry_info_t *next; member in struct:flurry_info_t
/haiku/src/add-ons/translators/gif/
H A DGIFLoad.h38 Memblock* next; member in struct:Memblock
/haiku/headers/private/kernel/
H A Dkimage.h27 struct image* next; member in struct:image
H A Delf_priv.h28 struct elf_image_info* next; // next image in the hash member in struct:elf_image_info
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/usb/
H A Drtwn_usb_var.h44 STAILQ_ENTRY(rtwn_data) next; member in struct:rtwn_data
/haiku/src/kits/media/
H A DTimedEventQueuePrivate.h61 struct event_queue_entry *next; member in struct:_event_queue_imp::event_queue_entry
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DFile.cpp92 int32 next; local
94 next = fNode.NextExtension();
96 next = fBlock.NextExtension();
98 if (read_pos(fDevice, next * fNode.BlockSize(), fBlock.BlockData(), fNode.BlockSize()) < B_OK)
/haiku/src/bin/debug/profile/
H A DCallgrindProfileResult.cpp38 fFunctions[i].calledFunctions = calledFunction->next;
77 calledFunction = calledFunction->next;
87 calledFunction->next = function.calledFunctions;
241 calledFunction = calledFunction->next;
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DProtocolHandler.h54 void SetNextHandler(ProtocolHandler *next);
/haiku/src/system/boot/platform/riscv/
H A Dvirtio.cpp155 fDescs[lastDesc].next = desc;
156 reqs[i - 1]->next = reqs[i];
161 fDescs[desc].next = 0;
195 int32 nextDesc = fDescs[desc].next;
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageSettings.cpp38 Entry* next = entry->HashNext(); local
40 entry = next;
166 PackageSettingsItem* next = item->HashNext(); local
168 item = next;
/haiku/src/system/kernel/
H A Dkernel_daemon.cpp214 bigtime_t next = (daemon->last + local
216 if (next <= 0) {
218 next = daemon->frequency * iterationToUsecs;
221 timeout = min_c(timeout, next);
/haiku/src/kits/interface/layouter/
H A DComplexLayouter.cpp110 next(NULL)
139 Constraint* next; member in struct:ComplexLayouter::Constraint
192 Constraint* next = constraint->next; local
194 constraint = next;
239 slot = &(*slot)->next;
250 constraint->next = *slot;
382 end = &(*end)->next;
383 constraint = constraint->next;
510 constraint = constraint->next;
[all...]
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_ra_vht.c236 int next; local
249 next = IEEE80211_VHT_RATESET_MIMO2_80;
252 next = IEEE80211_VHT_RATESET_MIMO2_80_SGI;
260 next = IEEE80211_VHT_RATESET_SISO_80;
263 next = IEEE80211_VHT_RATESET_SISO_80_SGI;
271 rsnext = &ieee80211_std_ratesets_11ac[next];
311 /* Switch to the next rateset. */
315 /* Select the lowest rate from the next rateset with loss-free
337 /* Add rates from the next rateset as candidates. */
353 int next; local
[all...]
/haiku/src/add-ons/kernel/drivers/input/wacom/
H A Dwacom.c39 wacom_device* next; member in struct:wacom_device
293 device->next = sDeviceList;
325 for (device = sDeviceList; device; device = device->next) {
361 sDeviceList = device->next;
364 for (n = sDeviceList; n; n = n->next) {
365 if (n->next == device) {
366 n->next = device->next;
410 for (device = sDeviceList; device; device = device->next) {
725 for (i = 0, device = sDeviceList; device; device = device->next) {
[all...]
/haiku/src/add-ons/kernel/file_cache/
H A Drule_based_prefetcher.cpp120 rules *next; member in struct:rules
128 team_rules *next; member in struct:team_rules
724 team_rules *next = teamRules->next; local
726 teamRules = next;
733 Rule *next = rule->Next(); local
739 rule = next;
742 struct rules *next = rules->next; local
744 rules = next;
[all...]
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A Dtcp.cpp550 return protocol->next->module->control(protocol->next, level, option,
564 return protocol->next->module->getsockopt(protocol->next, level, option,
594 return protocol->next->module->setsockopt(protocol->next, level, option,
668 return protocol->next->module->get_domain(protocol->next);
675 return protocol->next->module->get_mtu(protocol->next, addres
[all...]
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyCommandMap.cpp140 hks* next = (hks*)fSpecs->ItemAt(i); local
142 if (key == next->GetKey() && next->DoModifiersMatch(modifiers)) {
144 result = next->GetActuator()->KeyEvent(keyMessage, outList,
149 newMessage.AddMessage("act", &next->GetActuatorMessage());
/haiku/src/bin/network/telnetd/
H A Dutility.c146 * Return the address of the next "item" in the TELNET data
147 * stream. This will be the address of the next character if
201 char *thisitem, *next; local
212 while ((next = nextitem(thisitem)) <= nbackp) {
213 thisitem = next;
228 next = thisitem;
230 next = nextitem(next);
231 } while (wewant(next));
232 length = next
[all...]

Completed in 237 milliseconds

1234567891011>>