Lines Matching refs:mfp
318 mfdata_t *mfp; in mod() local
320 mfp = mdb_zalloc(sizeof (mfdata_t), UM_SLEEP); in mod()
323 'v', MDB_OPT_SETBITS, MF_VERBOSE, &mfp->mf_flags, in mod()
328 mfp->mf_banner = B_TRUE; in mod()
331 status = mod_format(addr, NULL, mfp); in mod()
336 if (mdb_pwalk("ipp_byid", mod_format, mfp, in mod()
343 mdb_free(mfp, sizeof (mfdata_t)); in mod()
355 mfdata_t *mfp = (mfdata_t *)arg; in mod_format() local
366 if (mfp->mf_flags & MF_VERBOSE) in mod_format()
367 rc = mod_dump(addr, imp, mfp->mf_banner); in mod_format()
369 rc = mod_summary(addr, imp, mfp->mf_banner); in mod_format()
371 mfp->mf_banner = B_FALSE; in mod_format()