Home
last modified time | relevance | path

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

/freebsd-12-stable/libexec/rc/rc.d/
Dgptboot54 bootonce=$?
58 elif [ ${bootonce} -eq 0 ]; then
61 gpart unset -a bootonce -i ${pos} ${disk} >/dev/null
/freebsd-12-stable/stand/libsa/
Dgpt.c46 static int curent, bootonce; variable
120 if (bootonce) { in gptfind()
136 bootonce = 0; in gptfind()
335 bootonce = 1; in gptread()