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

  /src/usr.sbin/makefs/ffs/
mkfs.c 92 } fsun; variable in typeref:union:__anona7f2e746010a
93 #define sblock fsun.fs
  /src/usr.sbin/dumpfs/
dumpfs.c 70 static union fsun { union
73 } fsun; variable in typeref:union:fsun
74 #define afs fsun.fs
542 union fsun alt;
  /src/sbin/newfs/
mkfs.c 136 } *fsun; variable in typeref:union:__anon7a06db1c010a *
137 #define sblock fsun->fs
204 if ((fsun = aligned_alloc(DEV_BSIZE, sizeof(*fsun))) == NULL)
206 memset(fsun, 0, sizeof(*fsun));

Completed in 59 milliseconds