Searched refs:bstart (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/atari/stand/bootxx/
H A Dbootxx.c179 u_char *bstart = (u_char *)(LOADADDR3); local
199 while ((bsize = read(fd, bstart, 1024)) > 0) {
200 bstart += bsize;
/netbsd-current/sys/arch/sparc/stand/boot/
H A Dboot.c58 paddr_t bstart, bend; /* physical start & end address of the boot program */ variable
124 if (pmap_extract((vaddr_t)start - (16*1024), &bstart) != 0)
127 bend = roundup(bstart, 0x400000);
146 if (pa < bstart && len >= size && (bstart - pa) >= size)
216 if (pa + size >= bstart) {
/netbsd-current/sys/arch/hpc/stand/hpcboot/
H A Dmemory.cpp322 paddr_t bstart, bend; local
325 bstart = _bank[banknum].addr;
328 pstart = _search_guess ? _search_guess : bstart;
331 if (pstart < bstart || pstart >= pend)
/netbsd-current/sys/dev/ic/
H A Di82586.c820 uint16_t bstart, bend; local
823 if (i82586_get_rbd_list(sc, &bstart, &bend, &pktlen) == 0)
825 i82586_release_rbd_list(sc, bstart, bend);
1006 uint16_t bstart, bend; local
1009 if (i82586_get_rbd_list(sc, &bstart, &bend, &pktlen) == 0) {
1014 m = ieget(sc, bstart, pktlen);
1015 i82586_release_rbd_list(sc, bstart, bend);

Completed in 201 milliseconds