Searched defs:odirect (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/backup/restore/
H A Ddirs.c76 struct odirect { struct
87 static void dcvt(struct odirect *, struct direct *);
410 struct odirect *odp;
411 struct odirect *eodp;
417 eodp = (struct odirect *)&buf[size];
419 for (odp = (struct odirect *)buf; odp < eodp; odp++)
495 dcvt(struct odirect *odp, struct direct *ndp)

Completed in 76 milliseconds