amr_sgentry
struct amr_sgentry *sg;
(ac->ac_slot * AMR_NSEG * sizeof(struct amr_sgentry));
struct amr_sgentry *sg;
segsize = sizeof(struct amr_sgentry) * AMR_NSEG * AMR_MAXCMD;
sc->amr_sgtable = (struct amr_sgentry *)p;
struct amr_sgentry *sg32;
struct amr_sgentry *amr_sgtable; /* s/g lists */