Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/installboot/
Dinstallboot.c70 static ib_params installboot_params; variable
132 params = &installboot_params; in main()
645 if (installboot_params.machine != NULL && in usage()
646 installboot_params.machine->usage != NULL) in usage()
647 installboot_params.machine->usage(&installboot_params); in usage()
/netbsd/src/sys/arch/macppc/stand/installboot/
Dinstallboot.c48 static ib_params installboot_params; variable
71 params = &installboot_params; in main()