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

/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c641 uint16_t fsd_prn; local
751 fsd_prn = SWAP_16(lvd->lvd_lvcu.lad_ext_prn);
764 if (ud_get_latest_fsd(h, fsd_prn, fsd_loc, fsd_len) != 0) {
853 ud_get_latest_fsd(ud_handle_t h, uint16_t fsd_prn, argument
865 h->udfs.fsds_prn = fsd_prn;
869 fsds_loc = ud_xlate_to_daddr(h, fsd_prn, fsd_loc);
912 fsd_prn = SWAP_16(fsd->fsd_next.lad_ext_prn);

Completed in 65 milliseconds