Home | Sort by: relevance | last modified time | path |
/src/usr.sbin/installboot/arch/ | |
sun68k.c | 68 static struct bbinfo_params bbparams = { variable in typeref:struct:bbinfo_params 83 return (shared_bbinfo_clearboot(params, &bbparams, NULL)); 92 return (shared_bbinfo_setboot(params, &bbparams, NULL)); |
macppc.c | 56 static struct bbinfo_params bbparams = { variable in typeref:struct:bbinfo_params 85 return (shared_bbinfo_clearboot(params, &bbparams, NULL)); 94 return (shared_bbinfo_setboot(params, &bbparams, writeapplepartmap)); |
sparc.c | 53 static struct bbinfo_params bbparams = { variable in typeref:struct:bbinfo_params 82 return (shared_bbinfo_clearboot(params, &bbparams, sparc_clearheader)); 90 return (shared_bbinfo_setboot(params, &bbparams, sparc_setheader)); |
x68k.c | 70 static struct bbinfo_params bbparams = { variable in typeref:struct:bbinfo_params 90 return shared_bbinfo_clearboot(params, &bbparams, x68k_clearheader); |