Searched refs:odirect (Results 1 – 1 of 1) sorted by relevance
76 struct odirect { struct87 static void dcvt(struct odirect *, struct direct *); argument410 struct odirect *odp; in putdir()411 struct odirect *eodp; in putdir()417 eodp = (struct odirect *)&buf[size]; in putdir()419 for (odp = (struct odirect *)buf; odp < eodp; odp++) in putdir()495 dcvt(struct odirect *odp, struct direct *ndp) in dcvt()