OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:statvfsbuf
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/mvme68k/stand/installboot/
installboot.c
242
struct statvfs
statvfsbuf
;
local in function:loadblocknums
260
if (fstatvfs(fd, &
statvfsbuf
) != 0)
263
if (strncmp(
statvfsbuf
.f_fstypename, "ffs",
264
sizeof(
statvfsbuf
.f_fstypename)) &&
265
strncmp(
statvfsbuf
.f_fstypename, "ufs",
266
sizeof(
statvfsbuf
.f_fstypename))) {
Completed in 173 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025