/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_fwdump.c | 73 u32 addr, in, out, next_addr; in mlx5_fwdump_prep() local 122 next_addr = MLX5_VSC_GET(vsc_addr, &out, address); in mlx5_fwdump_prep() 123 if (next_addr == 0 || next_addr == addr) in mlx5_fwdump_prep() 125 if (next_addr != addr + 4) in mlx5_fwdump_prep() 127 addr = next_addr; in mlx5_fwdump_prep() 156 next_addr = MLX5_VSC_GET(vsc_addr, &out, address); in mlx5_fwdump_prep() 157 if (next_addr == 0 || next_addr == addr) in mlx5_fwdump_prep() 159 if (next_addr != addr + 4) { in mlx5_fwdump_prep() 166 mdev->dump_rege[i].addr = next_addr; in mlx5_fwdump_prep() 168 addr = next_addr; in mlx5_fwdump_prep()
|
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
H A D | vchiq_2835_arm.c | 404 char *addr, *base_addr, *next_addr; in create_pagelist() local 479 next_addr = base_addr + PAGE_SIZE; in create_pagelist() 485 if ((addr == next_addr) && (run < (PAGE_SIZE - 1))) { in create_pagelist() 486 next_addr += PAGE_SIZE; in create_pagelist() 492 next_addr = addr + PAGE_SIZE; in create_pagelist()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectMemoryTag.cpp | 122 addr_t next_addr = addr + tag_manager->GetGranuleSize(); in DoExecute() local 125 next_addr, tag, in DoExecute() 127 addr = next_addr; in DoExecute()
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_timer.c | 27 u_int32_t next_addr; member 126 OS_REG_WRITE(ah, gen_timer_configuration[index].next_addr, timer_next); in ar9300_start_generic_timer()
|
/freebsd/lib/libc/db/hash/ |
H A D | page.h | 87 u_int16_t next_addr; member
|
H A D | hash_bigkey.c | 568 if ( (ret->next_addr = __find_last_page(hashp, &big_keyp)) ) { in __big_split() 570 __get_buf(hashp, ret->next_addr, big_keyp, 0))) in __big_split()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.cpp | 845 std::optional<addr_t> next_addr; in ParseLineTableAndSupportFiles() local 848 line_seq_up.get(), *next_addr, /*line=*/0, /*column=*/0, in ParseLineTableAndSupportFiles() 870 if (next_addr && *next_addr != record->Address) { in ParseLineTableAndSupportFiles() 879 next_addr = record->Address + record->Size; in ParseLineTableAndSupportFiles() 881 if (next_addr) in ParseLineTableAndSupportFiles()
|
/freebsd/bin/ed/ |
H A D | ed.h | 221 long next_addr(void);
|
H A D | main.c | 249 while ((addr = next_addr()) >= 0) { in extract_addr_range() 275 next_addr(void) in next_addr() function 333 if ((addr = next_addr()) < 0) in next_addr()
|
/freebsd/contrib/libpcap/ |
H A D | pcap-sita.c | 396 pcap_addr_t *addr, *next_addr; in acn_freealldevs() local 400 for (addr = iff->addresses; addr != NULL; addr = next_addr) { in acn_freealldevs() 401 next_addr = addr->next; in acn_freealldevs()
|
/freebsd/sys/dev/qat_c2xxx/ |
H A D | qat_hw15.c | 151 qat_msg_cmn_footer_populate(union fw_comn_req_ftr *msg, uint64_t next_addr) in qat_msg_cmn_footer_populate() argument 153 msg->next_request_addr = next_addr; in qat_msg_cmn_footer_populate()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
H A D | EmulateInstructionMIPS.cpp | 1006 Address next_addr(next_inst_addr); in SetInstruction() local 1009 target->ReadMemory(next_addr, /* Address of next instruction */ in SetInstruction()
|
/freebsd/sys/netinet/ |
H A D | sctp_asconf.c | 2841 goto next_addr; in sctp_process_initack_addresses() 2874 next_addr: in sctp_process_initack_addresses()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_hsi_common.h | 1615 struct event_ring_next_addr next_addr /* Event Ring Next Page Address */; member
|