HomeSort by: relevance | last modified time | path
    Searched defs:fsfd (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/mdsetimage/
mdsetimage.c 75 int ch, kfd, fsfd, rv; local in function:main
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:__anon551177cf0208
74 struct stat fsstat; /* fstat(2) of fsfd */
  /src/usr.sbin/installboot/
installboot.h 88 int fsfd; /* open fd to filesystem */ member in struct:__anon78e59b4b0308
89 struct stat fsstat; /* fstat(2) of fsfd */

Completed in 11 milliseconds