Searched refs:next (Results 176 - 200 of 546) sorted by relevance

1234567891011>>

/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp57 get_next_frame(addr_t fp, addr_t *next, addr_t *ip) argument
61 *next = *(((addr_t*)fp) - 1);
285 print_stack_frame(Thread *thread, addr_t ip, addr_t fp, addr_t next, argument
295 diff = next - fp;
310 next, false, false);
420 addr_t ip, next; local
422 if (get_next_frame(fp, &next, &ip) != B_OK) {
430 print_stack_frame(thread, ip, fp, next, callIndex, demangle);
431 fp = next;
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp49 get_next_frame(addr_t fp, addr_t *next, addr_t *ip) argument
53 *next = ((addr_t*)fp)[0];
276 print_stack_frame(Thread *thread, addr_t ip, addr_t fp, addr_t next, argument
286 diff = next - fp;
301 next, false, false);
402 addr_t ip, next; local
404 if (get_next_frame(fp, &next, &ip) != B_OK) {
412 print_stack_frame(thread, ip, fp, next, callIndex, demangle);
413 fp = next;
/haiku/src/system/boot/platform/riscv/
H A Dmmu.cpp27 MemoryRegion* next; member in struct:MemoryRegion
266 for (region = sRegions; region != NULL; region = region->next) {
322 region->next = sRegions;
336 region = region->next;
345 sRegions = region->next;
347 prev->next = region->next;
380 region = region->next;
396 region = region->next;
/haiku/src/system/libroot/posix/glibc/libio/
H A Diopopen.c58 struct _IO_proc_file *next; member in struct:_IO_proc_file
128 for (p = proc_file_chain; p; p = p->next)
147 ((_IO_proc_file *) fp)->next = proc_file_chain;
212 for ( ; *ptr != NULL; ptr = &(*ptr)->next)
216 *ptr = (*ptr)->next;
/haiku/src/add-ons/kernel/network/stack/
H A Dstack.cpp64 struct family* next; member in struct:family
88 chain* next; member in struct:chain
132 return value->next;
157 return value->next;
402 struct chain* next = current->next; local
406 current = next;
419 net_protocol* next = protocol->next; local
422 protocol = next;
513 net_datalink_protocol* next = protocol->next; local
901 struct family* next = current->next; local
[all...]
/haiku/src/apps/sudoku/
H A DSudokuSolver.cpp207 SolutionStep* next = new SolutionStep(*step); local
208 next->Field()->SetValueAt(x, y, i + 1, true);
209 stack.Push(next);
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ageq.c94 struct mbuf *next; local
96 for (; m != NULL; m = next) {
97 next = m->m_nextpkt;
/haiku/src/add-ons/kernel/network/dns_resolver/server/
H A Dmain.cpp83 addrinfo* next = current->ai_next; local
84 if (next != NULL)
92 current = next;
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DOsSupportBeOS.cpp103 LIST_INSERT_HEAD(&mems, mem, next);
113 LIST_FOREACH(mem, &mems, next) {
116 LIST_REMOVE(mem, next);
/haiku/src/system/boot/loader/file_systems/fat/
H A DVolume.cpp204 // lookup the FAT for next cluster in chain
207 int32 next; local
235 next = read32(buf, offset);
236 next &= 0x0fffffff;
239 next = read16(buf, offset);
245 cluster = next;
248 return next;
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h231 ValueType* next = _Link(slot); local
235 _Link(previous) = next;
237 fTable[index] = next;
242 slot = next;
454 ValueType* next = _Link(bucket); local
456 bucket = next;
/haiku/src/bin/consoled/
H A Dconsoled.cpp31 struct keyboard* next; member in struct:keyboard
203 keyboard = keyboard->next) {
210 struct keyboard* next = keyboard->next; local
214 keyboard = next;
281 previous->next = keyboard;
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/
H A Dr92c_init.c135 KASSERT(bb_prog->next != NULL,
138 bb_prog = bb_prog->next;
172 KASSERT(agc_prog->next != NULL,
175 agc_prog = agc_prog->next;
205 KASSERT(prog->next != NULL,
208 prog = prog->next;
/haiku/headers/private/kernel/util/
H A DOpenHashTable.h231 ValueType* next = _Link(slot); local
235 _Link(previous) = next;
237 fTable[index] = next;
242 slot = next;
454 ValueType* next = _Link(bucket); local
456 bucket = next;
/haiku/headers/private/shared/
H A DEntryFilter.h60 void SetNextFilter(BasicEntryFilter* next) argument
62 fNextFilter = next;
/haiku/headers/private/userlandfs/legacy/
H A Dcache.h22 struct hash_ent *next; member in struct:hash_ent
51 struct cache_ent *next, /* points toward mru end of list */ member in struct:cache_ent
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Decho.h74 LIST_ENTRY(_echo_stream) next; member in struct:_echo_stream
129 LIST_ENTRY(_echo_dev) next; member in struct:_echo_dev
/haiku/src/apps/mail/
H A DUtilities.cpp149 goto next;
152 next:
/haiku/src/kits/app/
H A DMessageQueue.cpp36 BMessage* next = message->fQueueLink; local
39 message = next;
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipwvar.h47 SLIST_ENTRY(ipw_soft_hdr) next; member in struct:ipw_soft_hdr
54 SLIST_ENTRY(ipw_soft_buf) next; member in struct:ipw_soft_buf
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2661var.h70 int next; member in struct:rt2661_tx_ring
88 int next; member in struct:rt2661_rx_ring
H A Drt2560var.h74 int next; member in struct:rt2560_tx_ring
94 int next; member in struct:rt2560_rx_ring
/haiku/src/kits/debugger/dwarf/
H A DAbbreviationTable.h19 AbbreviationTableEntry* next; member in struct:AbbreviationTableEntry
96 return value->next;
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dauvia.h84 LIST_ENTRY(_auvia_mem) next; member in struct:_auvia_mem
107 LIST_ENTRY(_auvia_stream) next; member in struct:_auvia_stream
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp237 uint8 next = header.ip6_nxt; local
240 while (next != headerCode
241 && (next == IPPROTO_HOPOPTS
242 || next == IPPROTO_ROUTING
243 || next == IPPROTO_FRAGMENT
244 || next == IPPROTO_ESP
245 || next == IPPROTO_AH
246 || next == IPPROTO_DSTOPTS)) {
253 next = extensionHeader.ip6e_nxt;
259 if (next
322 net_buffer* next = NULL; local
[all...]

Completed in 127 milliseconds

1234567891011>>