Home
last modified time | relevance | path

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

/plan9/sys/src/9/pcboot/
H A Ddiskload.c237 char *disk, *part, *file, *bootcopy; in trybootfile() local
242 bootcopy = file = nil; in trybootfile()
243 kstrdup(&bootcopy, bootfile); in trybootfile()
244 nf = getfields(bootcopy, fields, nelem(fields), 0, "!"); in trybootfile()