Searched defs:umem_magtype (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h223 typedef struct umem_magtype { struct
H A Dumem.c677 static umem_magtype_t umem_magtype[] = { variable
2914 for (mtp = umem_magtype; chunksize <= mtp->mt_minbuf; mtp++)
3110 for (i = 0; i < sizeof (umem_magtype) / sizeof (*mtp); i++) {
3111 mtp = &umem_magtype[i];

Completed in 51 milliseconds