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

/netbsd-current/external/gpl2/mkhybrid/dist/
H A Dvolume.c283 long dext, rext; /* real data/rsrc start blk */ local
408 rext = s_entry->assoc->starting_block * BLK_CONV;
410 rext = 0;
413 if (hfs_close(hfp, dext, rext) < 0)
/netbsd-current/external/gpl2/mkhybrid/dist/libhfs_iso/
H A 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)

Completed in 254 milliseconds