sglist_seg
struct sglist_seg segs[1];
struct sglist_seg segs[1];
struct sglist_seg segs[VTNET_MAX_RX_SEGS];
struct sglist_seg segs[VTNET_MAX_TX_SEGS];
struct sglist_seg segs[3];
struct sglist_seg segs[3];
struct sglist_seg segs[4];
struct sglist_seg segs[3];
struct sglist_seg segs[1];
struct sglist_seg *seg;
struct sglist_seg *ss;
sg = kmalloc(sizeof(struct sglist) + nsegs * sizeof(struct sglist_seg),
sglist_init(sg, nsegs, (struct sglist_seg *)(sg + 1));
struct sglist_seg *ss;
bcopy(sg->sg_segs, new->sg_segs, sizeof(struct sglist_seg) *
sizeof(struct sglist_seg));
sizeof(struct sglist_seg));
struct sglist_seg *flast, *sfirst;
(second->sg_nseg - append) * sizeof(struct sglist_seg));
count * sizeof(struct sglist_seg));
_sglist_append_range(struct sglist *sg, struct sglist_seg **ssp,
struct sglist_seg *ss;
struct sglist_seg *sg_segs;
sglist_init(struct sglist *sg, u_short maxsegs, struct sglist_seg *segs)