HomeSort by: relevance | last modified time | path
    Searched defs:protostore (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/mvme68k/stand/installboot/
installboot.c 99 char *protostore; local in function:main
136 if ((protostore = loadprotoblocks(proto, &protosize)) == NULL)
172 if (write(devfd, protostore, protosize) != protosize)
installboot.c 99 char *protostore; local in function:main
136 if ((protostore = loadprotoblocks(proto, &protosize)) == NULL)
172 if (write(devfd, protostore, protosize) != protosize)
installboot.c 99 char *protostore; local in function:main
136 if ((protostore = loadprotoblocks(proto, &protosize)) == NULL)
172 if (write(devfd, protostore, protosize) != protosize)

Completed in 33 milliseconds