type_length 42 include/linux/ipmi-fru.h uint8_t type_length; type_length 87 include/linux/ipmi-fru.h return tl->type_length & 0xc0; type_length 92 include/linux/ipmi-fru.h return (tl->type_length & 0x3f) + 1; /* len of whole record */ type_length 116 include/linux/ipmi-fru.h return tl->type_length == 0xc1;