Lines Matching refs:afp
141 afdata_t *afp; in action() local
143 afp = mdb_zalloc(sizeof (afdata_t), UM_SLEEP); in action()
146 'v', MDB_OPT_SETBITS, AF_VERBOSE, &afp->af_flags, in action()
151 afp->af_banner = B_TRUE; in action()
154 status = action_format(addr, NULL, afp); in action()
159 if (mdb_pwalk("ipp_byid", action_format, afp, in action()
166 mdb_free(afp, sizeof (afdata_t)); in action()
178 afdata_t *afp = (afdata_t *)arg; in action_format() local
189 if (afp->af_flags & AF_VERBOSE) in action_format()
190 rc = action_dump(addr, ap, afp->af_banner); in action_format()
192 rc = action_summary(addr, ap, afp->af_banner); in action_format()
194 afp->af_banner = B_FALSE; in action_format()