ea_attr
const struct ea_attr *p_ea;
p_ea = (struct ea_attr *)&ea_buf[ea_off];
static inline int ea_packed_size(const struct ea_attr *p_ea)
struct ea_attr *p_ea;
p_ea = (struct ea_attr *)(ea_buf + ea_off);
p_ea = (struct ea_attr *)ea_buf;
const struct ea_attr *p_ea;
if (ea_info_qsize - offset < sizeof(struct ea_attr)) {
p_ea = (const struct ea_attr *)&ea_buf[offset];
if (ea_size < sizeof(struct ea_attr) ||
ea_size - offsetof(struct ea_attr, ea_name)) {
const struct ea_attr *p_ea;
if (ea_buf_size - offset < sizeof(struct ea_attr))
p_ea = (const struct ea_attr *)&ea_buf[offset];
if (p_ea_size < sizeof(struct ea_attr) ||
p_ea_size - offsetof(struct ea_attr, ea_name))