Lines Matching refs:umemfmt
60 static datafmt_t umemfmt[] = { variable
217 datafmt_t *dfp = umemfmt; in umastat_cache()
385 for (dfp = umemfmt; dfp->hdr1 != NULL; dfp++) in umastat()
386 mdb_printf("%s%s", dfp == umemfmt ? "" : " ", dfp->hdr1); in umastat()
389 for (dfp = umemfmt; dfp->hdr1 != NULL; dfp++) in umastat()
390 mdb_printf("%s%s", dfp == umemfmt ? "" : " ", dfp->hdr2); in umastat()
393 for (dfp = umemfmt; dfp->hdr1 != NULL; dfp++) in umastat()
394 mdb_printf("%s%s", dfp == umemfmt ? "" : " ", dfp->dashes); in umastat()
402 for (dfp = umemfmt; dfp->hdr1 != NULL; dfp++) in umastat()
403 mdb_printf("%s%s", dfp == umemfmt ? "" : " ", dfp->dashes); in umastat()
411 for (dfp = umemfmt; dfp->hdr1 != NULL; dfp++) in umastat()