Home
last modified time | relevance | path

Searched refs:odirect (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sbin/restore/
H A Ddirs.c122 struct odirect { struct
128 static void dcvt(struct odirect *, struct direct *); argument
342 struct odirect *odp; in putdir()
343 struct odirect *eodp; in putdir()
348 eodp = (struct odirect *)&buf[size]; in putdir()
349 for (odp = (struct odirect *)buf; odp < eodp; odp++) in putdir()
442 dcvt(struct odirect *odp, struct direct *ndp) in dcvt()
/netbsd-src/sbin/newfs/
H A Dmkfs.c1011 struct odirect { struct
1029 struct odirect olost_found_dir[] = { argument
1572 ((struct odirect*)dbuf)->d_namlen = in copy_dir()
1573 bswap16(((struct odirect*)dir)->d_namlen); in copy_dir()