Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dinterp_forth.c35 extern unsigned bootprog_rev;
319 ficlDictionarySetConstant(env, "loader_version", bootprog_rev); in bf_init()
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c100 static const char bootprog_rev[] = "1.1"; variable
777 (bootprog_rev[0] - '0') * 10 + (bootprog_rev[2] - '0')); in bf_init()