Searched refs:bootspec_buf (Results 1 - 3 of 3) sorted by relevance

/src/sys/arch/virt68k/virt68k/
H A Dautoconf.c87 static char bootspec_buf[128 + 6 + 1]; variable in typeref:typename:char[]
95 if (bootinfo_getarg("root", bootspec_buf, sizeof(bootspec_buf))) {
96 if (bootspec_buf[0] != '\0')
97 bootspec = bootspec_buf;
/src/sys/arch/evbppc/nintendo/
H A Dautoconf.c116 static char bootspec_buf[64]; local in function:parse_cmdline
128 snprintf(bootspec_buf, sizeof(bootspec_buf), "%s",
130 if (bootspec_buf[0] != '\0') {
131 bootspec = bootspec_buf;
/src/sys/arch/evbarm/evbarm/
H A Dautoconf.c102 static char *bootspec_buf = NULL; variable in typeref:typename:char *
136 if (bootspec_buf != NULL)
137 kmem_free(bootspec_buf, bootspec_buflen + 1);
139 bootspec_buf = buf;
142 bootspec = bootspec_buf;

Completed in 4 milliseconds