Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/libumem/
H A Dlibumem.c60 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()
[all …]