OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lifv
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hp300/stand/mkboot/
mkboot.c
76
static struct hp300_lifvol
lifv
;
variable in typeref:struct:hp300_lifvol
165
lifv
.vol_id = htobe16(HP300_VOL_ID);
166
CLEAR(
lifv
.vol_label, "BOOT43", sizeof(
lifv
.vol_label));
167
lifv
.vol_addr = htobe32(hp300_btolifs(HP300_LIF_DIRSTART));
168
lifv
.vol_oct = htobe16(HP300_VOL_OCT);
169
lifv
.vol_dirsize = htobe32(hp300_btolifs(HP300_LIF_DIRSIZE));
170
lifv
.vol_version = htobe16(1);
183
lifv
.vol_length = htobe32(be32toh(lifd[0].dir_addr) +
193
lifd[1].dir_addr = htobe32(
lifv
.vol_length)
[
all
...]
/src/sys/arch/hppa/stand/mkboot/
mkboot.c
142
struct hppa_lifvol *
lifv
= (struct hppa_lifvol *)buf;
local in function:main
172
lifv
->vol_id = htobe16(HPPA_LIF_VOL_ID);
173
strncpy(
lifv
->vol_label, "MKBOOT", 6);
174
lifv
->vol_addr = htobe32(hppa_btolifs(HPPA_LIF_DIRSTART));
175
lifv
->vol_oct = htobe16(HPPA_LIF_VOL_OCT);
176
lifv
->vol_dirsize = htobe32(hppa_btolifs(HPPA_LIF_DIRSIZE));
177
lifv
->vol_version = htobe16(1);
178
lifv
->vol_number = htobe32(1);
179
lifv
->vol_lastvol = htobe32(1);
180
lifv
->vol_length = HPPA_LIF_FILESTART; /* ... so far. *
[
all
...]
Completed in 11 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025