Home
last modified time | relevance | path

Searched refs:lifdir (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.sbin/installboot/arch/
H A Dhp300.c86 struct hp300_lifdir *lifdir; in hp300_setboot() local
250 lifdir = (void *)(bootstrap + HP300_SECTSIZE * 2); in hp300_setboot()
251 for (i = 0; i < 8; lifdir++, i++) { in hp300_setboot()
252 uint32_t addr = be32toh(lifdir->dir_addr); in hp300_setboot()
255 uint32_t end = addr + be32toh(lifdir->dir_length); in hp300_setboot()
262 lifdir->dir_addr = htobe32(addr + boot_offset in hp300_setboot()
/netbsd-src/sys/arch/hppa/hppa/
H A Ddisksubr.c251 memcpy(osdep->lifdir, dbp->b_data, HPPA_LIF_DIRSIZE); in readliflabel()
254 for (fsoff = -1, p = &osdep->lifdir[0]; in readliflabel()
255 fsoff < 0 && p < &osdep->lifdir[HPPA_LIF_NUMDIR]; p++) in readliflabel()
/netbsd-src/sys/arch/hppa/include/
H A Ddisklabel.h58 struct hppa_lifdir lifdir[HPPA_LIF_NUMDIR]; member