Home
last modified time | relevance | path

Searched refs:fhc_memloc (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h891 struct fhc_memloc { struct
892 struct fhc_memloc *next; argument
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c261 static struct fhc_memloc *fhc_base_memloc = NULL;
2768 struct fhc_memloc *p, **pp; in fhc_add_memloc()
2782 p = kmem_alloc(sizeof (struct fhc_memloc), KM_SLEEP); in fhc_add_memloc()
2800 struct fhc_memloc *p, **pp; in fhc_del_memloc()
2813 kmem_free(p, sizeof (struct fhc_memloc)); in fhc_del_memloc()
2826 struct fhc_memloc *p; in fhc_find_memloc_gap()