Searched refs:lifdir (Results 1 – 3 of 3) sorted by relevance
86 struct hp300_lifdir *lifdir; in hp300_setboot() local250 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()
251 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()
58 struct hppa_lifdir lifdir[HPPA_LIF_NUMDIR]; member