Home
last modified time | relevance | path

Searched refs:bi_howto (Results 1 – 2 of 2) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc64/sparc64/
H A Dautoconf.c276 struct btinfo_boothowto *bi_howto; in bootstrap() local
353 bi_howto = lookup_bootinfo(BTINFO_BOOTHOWTO); in bootstrap()
354 if (bi_howto) in bootstrap()
355 boothowto = bi_howto->boothowto; in bootstrap()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc/sparc/
H A Dautoconf.c279 struct btinfo_boothowto *bi_howto; in bootstrap() local
364 if ((bi_howto = lookup_bootinfo(BTINFO_BOOTHOWTO)) != NULL) { in bootstrap()
365 boothowto = bi_howto->boothowto; in bootstrap()