Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/sparc/sparc/
Dautoconf.c657 int v0val[3]; in bootpath_fake() local
676 v0val[0] = v0val[1] = v0val[2] = 0; in bootpath_fake()
678 && *(pp = str2hex(++pp, &v0val[0])) == ',' in bootpath_fake()
679 && *(pp = str2hex(++pp, &v0val[1])) == ',') in bootpath_fake()
680 (void)str2hex(++pp, &v0val[2]); in bootpath_fake()
698 BP_APPEND(bp, tmpname, -1, v0val[0], 0); in bootpath_fake()
701 BP_APPEND(bp, tmpname, v0val[1], v0val[2], 0); in bootpath_fake()
732 BP_APPEND(bp, "si", -1, v0val[0], 0); in bootpath_fake()
736 BP_APPEND(bp, "sw", -1, v0val[0], 0); in bootpath_fake()
740 BP_APPEND(bp, "esp", -1, v0val[0], 0); in bootpath_fake()
[all …]