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

/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.h116 uint32_t fsd_loc; member in struct:udf
H A Dud_lib.c642 uint32_t fsd_loc, fsd_len; local
752 fsd_loc = SWAP_32(lvd->lvd_lvcu.lad_ext_loc);
764 if (ud_get_latest_fsd(h, fsd_prn, fsd_loc, fsd_len) != 0) {
854 uint32_t fsd_loc, uint32_t fsd_len)
866 h->udfs.fsds_loc = fsd_loc;
869 fsds_loc = ud_xlate_to_daddr(h, fsd_prn, fsd_loc);
901 h->udfs.fsd_loc = fsds_loc;
913 fsd_loc = SWAP_32(fsd->fsd_next.lad_ext_loc);
853 ud_get_latest_fsd(ud_handle_t h, uint16_t fsd_prn, uint32_t fsd_loc, uint32_t fsd_len) argument

Completed in 63 milliseconds