Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/macppc/macppc/
H A Dmachdep.c106 char bootpathbuf[512]; variable
248 strncpy(bootpathbuf, args, 512); in initppc()
249 bootpath= &bootpathbuf[0]; in initppc()
275 bootpath = &bootpathbuf[0]; in initppc()