Searched refs:next_addr (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/lib/libc/db/hash/
H A Dpage.h88 u_int16_t next_addr; member in struct:__anon6592
H A Dhash_bigkey.c572 if ( (ret->next_addr = __find_last_page(hashp, &big_keyp)) ) {
574 __get_buf(hashp, ret->next_addr, big_keyp, 0)))
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fwdump.c68 u32 addr, in, out, next_addr; local
107 next_addr = MLX5_VSC_GET(vsc_addr, &out, address);
108 if (next_addr == 0 || next_addr == addr)
110 if (next_addr != addr + 4)
112 addr = next_addr;
141 next_addr = MLX5_VSC_GET(vsc_addr, &out, address);
142 if (next_addr == 0 || next_addr == addr)
144 if (next_addr !
[all...]
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_timer.c27 u_int32_t next_addr; member in struct:gen_timer_configuation
126 OS_REG_WRITE(ah, gen_timer_configuration[index].next_addr, timer_next);
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-disasm.c142 CORE_ADDR next_addr; local
148 next_addr = tui_disassemble (&asm_lines[pos], last_addr, 1);
151 if (next_addr <= last_addr)
153 last_addr = next_addr;
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_2835_arm.c410 char *addr, *base_addr, *next_addr; local
492 next_addr = base_addr + PAGE_SIZE;
498 if ((addr == next_addr) && (run < (PAGE_SIZE - 1))) {
499 next_addr += PAGE_SIZE;
505 next_addr = addr + PAGE_SIZE;
/freebsd-11-stable/bin/ed/
H A Dmain.c269 while ((addr = next_addr()) >= 0) {
293 /* next_addr: return the next line address in the command buffer */
295 next_addr(void) function
H A Ded.h235 long next_addr(void);
/freebsd-11-stable/sys/dev/drm/
H A Dvia_dma.c117 uint32_t cur_addr, hw_addr, next_addr; local
122 next_addr = cur_addr + size + 512 * 1024;
128 ("via_cmdbuf_wait timed out hw %x cur_addr %x next_addr %x\n",
129 hw_addr, cur_addr, next_addr);
132 if ((cur_addr < hw_addr) && (next_addr >= hw_addr))
134 } while ((cur_addr < hw_addr) && (next_addr >= hw_addr));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp700 llvm::Optional<addr_t> next_addr; local
703 line_seq_up.get(), *next_addr, /*line*/ 0, /*column*/ 0,
721 if (next_addr && *next_addr != record->Address) {
730 next_addr = record->Address + record->Size;
732 if (next_addr)
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-sita.c390 pcap_addr_t *addr, *next_addr; local
394 for (addr = iff->addresses; addr != NULL; addr = next_addr) {
395 next_addr = addr->next;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1015 Address next_addr(next_inst_addr);
1018 target->ReadMemory(next_addr, /* Address of next instruction */
/freebsd-11-stable/sys/netinet/
H A Dsctp_asconf.c2855 goto next_addr;
2888 next_addr:
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_hsi_common.h1659 struct event_ring_next_addr next_addr /* Event Ring Next Page Address */; member in union:event_ring_element

Completed in 286 milliseconds