Home
last modified time | relevance | path

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

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dboot_plat.h50 extern int bootprog(char *, char *, boolean_t);
H A Dinetboot.c177 bootprog(char *bpath, char *bargs, boolean_t user_specified_filename) in bootprog() function
H A Dboot_plat.c622 if (bootprog(bpath, bargs, user_specified_filename) == 0) { in main()