Searched refs:umemfmt (Results 1 – 1 of 1) sorted by relevance
60 static datafmt_t umemfmt[] = { variable217 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 …]