Lines Matching defs:grp0
517 ea_object_t grp0, grp1, i0, i1, i2, *items;
533 err |= ea_set_group(&grp0, CAT_FMA_RGROUP);
535 err |= ea_set_group(&grp0, CAT_FMA_GROUP);
547 (void) ea_attach_to_group(&grp0, &i0);
548 (void) ea_attach_to_group(&grp0, &i1);
549 (void) ea_attach_to_group(&grp0, &i2);
555 * we attach it to grp1, which in turn will be attached to grp0.
611 (void) ea_attach_to_group(&grp0, &grp1);
614 easize = ea_pack_object(&grp0, NULL, 0);
616 (void) ea_pack_object(&grp0, eabuf, easize);