spd_ext_actions
struct spd_ext_actions *act;
act = (struct spd_ext_actions *)(msg + 1);
struct spd_ext_actions *actp;
actp = (struct spd_ext_actions *)exts[SPD_EXT_ACTION];
spd_ext_actions = (struct spd_ext_actions *)next;
spd_ext_actions->spd_actions_exttype = SPD_EXT_ACTION;
ap = (struct spd_attribute *)(&spd_ext_actions[1]);
spd_ext_actions->spd_actions_count = act_cnt;
spd_ext_actions->spd_actions_len =
SPD_8TO64((uintptr_t)next - (uintptr_t)spd_ext_actions);
struct spd_ext_actions *spd_ext_actions;
spd_ext_actions =
(struct spd_ext_actions *)exts[SPD_EXT_ACTION];
app = (struct spd_attribute *)(spd_ext_actions + 1);
act_count < spd_ext_actions->spd_actions_len -1;
struct spd_ext_actions *spd_ext_actions;
spd_ext_actions = (struct spd_ext_actions *)exts[i];
spd_ext_actions->spd_actions_count);
app = (struct spd_attribute *)(spd_ext_actions + 1);
act_count < spd_ext_actions->spd_actions_len -1;
struct spd_ext_actions *actp;
actp = (struct spd_ext_actions *)exts[SPD_EXT_ACTION];
struct spd_ext_actions *spd_ext_actions;
struct spd_ext_actions *act;
act = (struct spd_ext_actions *)(base + offset);
struct spd_ext_actions *act;
size = sizeof (spd_msg_t) + sizeof (struct spd_ext_actions) +
act = (struct spd_ext_actions *)cur;
struct spd_ext_actions *act;
size = sizeof (spd_msg_t) + sizeof (struct spd_ext_actions);
act = (struct spd_ext_actions *)cur;
struct spd_ext_actions *actp;
actp = (struct spd_ext_actions *)extv[SPD_EXT_ACTION];
struct spd_ext_actions *sactp =
(struct spd_ext_actions *)extv[SPD_EXT_ACTION];