Searched refs:r_vtype (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/block/partitions/ |
H A D | ldm.c | 997 int r_objid, r_name, r_vtype, r_disable_drive_letter, r_child, r_size; in ldm_parse_vol5() local 1012 r_vtype = ldm_relative(buffer, buflen, 0x18, r_name); in ldm_parse_vol5() 1013 if (r_vtype < 0) { in ldm_parse_vol5() 1014 ldm_error("r_vtype %d < 0", r_vtype); in ldm_parse_vol5() 1017 r_disable_drive_letter = ldm_relative(buffer, buflen, 0x18, r_vtype); in ldm_parse_vol5()
|