upcount
static struct upcount **upc_hash; /* a boot time allocated array */
upc_hash = kmem_zalloc(upc_hashsize * sizeof (struct upcount *),
struct upcount **upc, **hupc;
struct upcount *new;
new = (struct upcount *)kmem_alloc(sizeof (*new), KM_NOSLEEP);
new = (struct upcount *)kmem_alloc(sizeof (*new),
struct upcount **upc;
struct upcount *done;
struct upcount *upc;
struct upcount *up_next;