Home
last modified time | relevance | path

Searched refs:lvd_loc (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c259 if (ud_read_and_translate_lvd(h, h->udfs.mvds.lvd_loc, in ud_fill_udfs_info()
264 if (ud_read_and_translate_lvd(h, h->udfs.rvds.lvd_loc, in ud_fill_udfs_info()
591 v->lvd_loc = vds_loc; in ud_parse_fill_vds()
638 ud_read_and_translate_lvd(ud_handle_t h, uint32_t lvd_loc, uint32_t lvd_len) in ud_read_and_translate_lvd() argument
662 off = lvd_loc * h->udfs.lbsize; in ud_read_and_translate_lvd()
669 lvd_loc, 1, 0) != 0) { in ud_read_and_translate_lvd()
H A Dud_lib.h61 uint32_t lvd_loc; member
H A Dfstyp.c317 off = v->lvd_loc * udfs->lbsize; in print_vds()
/titanic_50/usr/src/cmd/fs.d/udfs/labelit/
H A Dlabelit.c445 off = v->lvd_loc * udh->udfs.lbsize; in label_vds()