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

  /src/sbin/restore/
dirs.c 122 struct odirect { struct
128 static void dcvt(struct odirect *, struct direct *);
342 struct odirect *odp;
343 struct odirect *eodp;
348 eodp = (struct odirect *)&buf[size];
349 for (odp = (struct odirect *)buf; odp < eodp; odp++)
442 dcvt(struct odirect *odp, struct direct *ndp)
  /src/usr.sbin/makefs/
ffs.c 136 struct odirect { struct
998 struct odirect *ode;
1010 ode = (struct odirect *)de;
1031 struct odirect *odp;
1041 odp = (struct odirect *)&de;
  /src/sbin/newfs/
mkfs.c 1011 struct odirect { struct
1029 struct odirect olost_found_dir[] = {
1572 ((struct odirect*)dbuf)->d_namlen =
1573 bswap16(((struct odirect*)dir)->d_namlen);

Completed in 56 milliseconds