fhc_memloc
static struct fhc_memloc *fhc_base_memloc = NULL;
struct fhc_memloc *p, **pp;
p = kmem_alloc(sizeof (struct fhc_memloc), KM_SLEEP);
struct fhc_memloc *p, **pp;
kmem_free(p, sizeof (struct fhc_memloc));
struct fhc_memloc *p;
struct fhc_memloc *next;