Home
last modified time | relevance | path

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

/dports/devel/libisofs/libisofs-1.5.4/libisofs/
H A Dfs_image.c5427 uint32_t lba, *lba_mem = NULL; in iso_eltorito_report() local
5460 LIBISO_ALLOC_MEM(lba_mem, uint32_t, bootcat->num_bootimages); in iso_eltorito_report()
5479 lba_mem[i]= lba; in iso_eltorito_report()
5494 if (lba_mem[i] != 0xffffffff) { in iso_eltorito_report()
5496 iso_impsysa_report_blockpath(image, target, msg, lba_mem[i], 1); in iso_eltorito_report()
5535 LIBISO_FREE_MEM(lba_mem); in iso_eltorito_report()