/src/usr.sbin/installboot/arch/ |
x68k.c | 109 struct stat bootstrapsb; local in function:x68k_setboot 141 if (fstat(params->s1fd, &bootstrapsb) == -1) { 145 if (!S_ISREG(bootstrapsb.st_mode)) {
|
x68k.c | 109 struct stat bootstrapsb; local in function:x68k_setboot 141 if (fstat(params->s1fd, &bootstrapsb) == -1) { 145 if (!S_ISREG(bootstrapsb.st_mode)) {
|
amiga.c | 84 struct stat bootstrapsb; local in function:amiga_setboot 89 if (fstat(params->s1fd, &bootstrapsb) == -1) { 93 if (!S_ISREG(bootstrapsb.st_mode)) {
|
hppa.c | 129 struct stat bootstrapsb; local in function:hppa_setboot 159 if (fstat(params->s1fd, &bootstrapsb) == -1) { 163 if (!S_ISREG(bootstrapsb.st_mode)) {
|
vax.c | 172 struct stat bootstrapsb; local in function:vax_setboot 195 if (fstat(params->s1fd, &bootstrapsb) == -1) { 199 if (!S_ISREG(bootstrapsb.st_mode)) {
|
amiga.c | 84 struct stat bootstrapsb; local in function:amiga_setboot 89 if (fstat(params->s1fd, &bootstrapsb) == -1) { 93 if (!S_ISREG(bootstrapsb.st_mode)) {
|
hppa.c | 129 struct stat bootstrapsb; local in function:hppa_setboot 159 if (fstat(params->s1fd, &bootstrapsb) == -1) { 163 if (!S_ISREG(bootstrapsb.st_mode)) {
|
vax.c | 172 struct stat bootstrapsb; local in function:vax_setboot 195 if (fstat(params->s1fd, &bootstrapsb) == -1) { 199 if (!S_ISREG(bootstrapsb.st_mode)) {
|
/src/sys/arch/mipsco/stand/installboot/ |
installboot.c | 164 struct stat bootstrapsb; local in function:do_install 175 if (fstat(fd, &bootstrapsb) == -1) 177 if (!S_ISREG(bootstrapsb.st_mode)) 180 boot_size = roundup(bootstrapsb.st_size, DEV_BSIZE); 191 len = read(fd, boot_code, bootstrapsb.st_size); 194 else if (len != bootstrapsb.st_size) 206 vdp->vd_len = bootstrapsb.st_size;
|
installboot.c | 164 struct stat bootstrapsb; local in function:do_install 175 if (fstat(fd, &bootstrapsb) == -1) 177 if (!S_ISREG(bootstrapsb.st_mode)) 180 boot_size = roundup(bootstrapsb.st_size, DEV_BSIZE); 191 len = read(fd, boot_code, bootstrapsb.st_size); 194 else if (len != bootstrapsb.st_size) 206 vdp->vd_len = bootstrapsb.st_size;
|