Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/installboot/arch/
Dhp300.c89 struct hp300_lifdir *lifdir; in hp300_setboot() local
241 lifdir = (void *)(bootstrap + HP300_LIF_DIRSTART); in hp300_setboot()
243 uint32_t addr = be32toh(lifdir[i].dir_addr); in hp300_setboot()
245 uint32_t end = addr + be32toh(lifdir[i].dir_length); in hp300_setboot()
252 lifdir[i].dir_addr = in hp300_setboot()
/netbsd/src/sys/arch/hppa/hppa/
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/
Ddisklabel.h58 struct hppa_lifdir lifdir[HPPA_LIF_NUMDIR]; member