HomeSort by: relevance | last modified time | path
    Searched defs:next_addr (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/db/hash/
page.h 89 uint16_t next_addr; member in struct:__anon9d08c6170108
  /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
  /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/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

Completed in 14 milliseconds