Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c452 uint32_t vds_loc, uint32_t vds_len) in ud_parse_fill_vds() argument
465 if ((addr = (uint8_t *)malloc(vds_len)) == NULL) { in ud_parse_fill_vds()
470 if (ud_read_dev(h, off, addr, vds_len) != 0) { in ud_parse_fill_vds()
513 vds_len = SWAP_32(vds->vdp_nvdse.ext_len); in ud_parse_fill_vds()