Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/installboot/arch/
H A Dnews.c105 return (shared_bbinfo_setboot(params, &news68k_bbparams, in news68k_setboot()
139 return (shared_bbinfo_setboot(params, &newsmips_bbparams, in newsmips_setboot()
H A Dsun68k.c92 return (shared_bbinfo_setboot(params, &bbparams, NULL)); in sun68k_setboot()
H A Dsparc.c90 return (shared_bbinfo_setboot(params, &bbparams, sparc_setheader)); in sparc_setboot()
H A Dmacppc.c94 return (shared_bbinfo_setboot(params, &bbparams, writeapplepartmap)); in macppc_setboot()
/netbsd-src/usr.sbin/installboot/
H A Dinstallboot.h171 int shared_bbinfo_setboot(ib_params *, struct bbinfo_params *,
H A Dbbinfo.c143 shared_bbinfo_setboot(ib_params *params, struct bbinfo_params *bbparams, in shared_bbinfo_setboot() function