rbuf_list
static struct rbuf_list *dnet_rbuf_alloc(dev_info_t *, int);
struct rbuf_list *rp;
struct rbuf_list *rp;
static struct rbuf_list *rbuf_usedlist_head;
static struct rbuf_list *rbuf_freelist_head;
static struct rbuf_list *rbuf_usedlist_end; /* last buffer allocated */
struct rbuf_list *rp;
rp = kmem_zalloc(sizeof (struct rbuf_list), KM_SLEEP);
kmem_free(rp, sizeof (struct rbuf_list));
struct rbuf_list *rp, *next;
kmem_free(rp, sizeof (struct rbuf_list));
static struct rbuf_list *
struct rbuf_list *rp;
rp = kmem_zalloc(sizeof (struct rbuf_list), KM_SLEEP);
kmem_free(rp, sizeof (struct rbuf_list));
struct rbuf_list *rp, *prev;
struct rbuf_list *rbuf_next; /* next in the list */