Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.sbin/mkhybrid/src/
Dvolume.c288 long dext, rext; /* real data/rsrc start blk */ in FDECL2() local
413 rext = s_entry->assoc->starting_block * BLK_CONV; in FDECL2()
415 rext = 0; in FDECL2()
418 if (hfs_close(hfp, dext, rext) < 0) in FDECL2()
/openbsd/src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
Dhfs.c1445 int hfs_close(hfsfile *file, long dext, long rext) argument
1466 if (rext)
1467 file->cat.u.fil.filRExtRec[0].xdrStABN = (rext - offset)/vol->lpa;
1469 if (dext || rext)