Searched refs:bootstrapsb (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/mipsco/stand/installboot/
H A Dinstallboot.c164 struct stat bootstrapsb; local
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;
/netbsd-current/usr.sbin/installboot/arch/
H A Damiga.c84 struct stat bootstrapsb; local
89 if (fstat(params->s1fd, &bootstrapsb) == -1) {
93 if (!S_ISREG(bootstrapsb.st_mode)) {
H A Dx68k.c109 struct stat bootstrapsb; local
141 if (fstat(params->s1fd, &bootstrapsb) == -1) {
145 if (!S_ISREG(bootstrapsb.st_mode)) {
H A Dhppa.c129 struct stat bootstrapsb; local
159 if (fstat(params->s1fd, &bootstrapsb) == -1) {
163 if (!S_ISREG(bootstrapsb.st_mode)) {
H A Dvax.c172 struct stat bootstrapsb; local
195 if (fstat(params->s1fd, &bootstrapsb) == -1) {
199 if (!S_ISREG(bootstrapsb.st_mode)) {

Completed in 186 milliseconds