HomeSort by: relevance | last modified time | path
    Searched defs:odirect (Results 1 - 4 of 4) 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)
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/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);
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 26 milliseconds