Searched refs:r_vstate (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/block/partitions/ |
H A D | ldm.c | 722 int r_objid, r_name, r_vstate, r_child, r_parent, r_stripe, r_cols, len; in ldm_parse_cmp3() local 729 r_vstate = ldm_relative (buffer, buflen, 0x18, r_name); in ldm_parse_cmp3() 730 r_child = ldm_relative (buffer, buflen, 0x1D, r_vstate); in ldm_parse_cmp3() 751 comp->type = buffer[0x18 + r_vstate]; in ldm_parse_cmp3() 752 comp->children = ldm_get_vnum (buffer + 0x1D + r_vstate); in ldm_parse_cmp3()
|