OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fsfd
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/mdsetimage/
mdsetimage.c
75
int ch, kfd,
fsfd
, rv;
local
160
if ((
fsfd
= open(fsfile, O_WRONLY|O_CREAT, 0777)) == -1)
164
if ((
fsfd
= open(fsfile, O_RDONLY, 0)) == -1)
166
if (fstat(
fsfd
, &fssb) == -1)
194
wfd =
fsfd
;
197
rfd =
fsfd
;
234
close(
fsfd
);
/src/sys/arch/macppc/stand/installboot/
installboot.h
73
int
fsfd
; /* open fd to filesystem */
member in struct:__anon1626
74
struct stat fsstat; /* fstat(2) of
fsfd
*/
/src/usr.sbin/installboot/
installboot.h
88
int
fsfd
; /* open fd to filesystem */
member in struct:__anon8465
89
struct stat fsstat; /* fstat(2) of
fsfd
*/
Completed in 14 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026