OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bootstrapsb
(Results
1 - 5
of
5
) sorted by relevancy
/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)) {
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;
Completed in 15 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025