| /src/lib/libc/db/hash/ |
| page.h | 89 uint16_t next_addr; member in struct:__anon9d08c6170108
|
| hash_bigkey.c | 606 if ((ret->next_addr = __find_last_page(hashp, &big_keyp)) != 0) { 608 __get_buf(hashp, (uint32_t)ret->next_addr, big_keyp, 0)))
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_ras_eeprom.h | 50 uint32_t next_addr; member in struct:amdgpu_ras_eeprom_control
|
| amdgpu_ras_eeprom.c | 199 control->next_addr = EEPROM_RECORD_START; 259 control->next_addr = EEPROM_RECORD_START; 407 if (write && (control->next_addr + EEPROM_TABLE_RECORD_SIZE * num > EEPROM_SIZE_BYTES)) 408 control->next_addr = EEPROM_RECORD_START; 421 control->next_addr = __correct_eeprom_dest_address(control->next_addr); 428 ((control->next_addr & EEPROM_ADDR_MSB_MASK) >> 15); 434 buff[0] = ((control->next_addr >> 8) & 0xff); 435 buff[1] = (control->next_addr & 0xff); 445 control->next_addr += EEPROM_TABLE_RECORD_SIZE [all...] |
| /src/bin/ed/ |
| main.c | 291 while ((addr = next_addr()) >= 0) { 312 /* next_addr: return the next line address in the command buffer */ 314 next_addr(void) function in typeref:typename:long
|
| ed.h | 209 long next_addr(void);
|
| /src/sys/external/bsd/drm2/dist/drm/via/ |
| via_dma.c | 126 uint32_t cur_addr, hw_addr, next_addr; local in function:via_cmdbuf_wait 131 next_addr = cur_addr + size + 512 * 1024; 137 ("via_cmdbuf_wait timed out hw %x cur_addr %x next_addr %x\n", 138 hw_addr, cur_addr, next_addr); 141 if ((cur_addr < hw_addr) && (next_addr >= hw_addr)) 143 } while ((cur_addr < hw_addr) && (next_addr >= hw_addr));
|
| /src/sys/dev/pci/qat/ |
| qat_hw15.c | 155 qat_msg_cmn_footer_populate(union fw_comn_req_ftr *msg, uint64_t next_addr) 157 msg->next_request_addr = next_addr;
|
| /src/sys/netinet/ |
| sctp_asconf.c | 2527 goto next_addr; 2572 next_addr:
|