Lines Matching refs:fp
166 __memp_dump_region(dbmp, area, fp)
169 FILE *fp;
181 if (fp == NULL)
182 fp = stderr;
205 (void)fprintf(fp, "%s\nPool (region addr 0x%lx, alloc addr 0x%lx)\n",
212 (void)fprintf(fp, "file #%d: %s: refs %lu, type %ld, %s\n",
222 (void)fprintf(fp, "file #%d: %s: fd: %d: per-process, %s\n",
235 (void)fprintf(fp,
241 (void)fprintf(fp, "%lu:\n", (u_long)bucket);
244 __memp_pbh(dbmp, bhp, fmap, fp);
250 (void)fprintf(fp, "%s\nBH LRU list\n", DB_LINE);
251 (void)fprintf(fp, "pageno, file, ref, address\n");
254 __memp_pbh(dbmp, bhp, fmap, fp);
258 __db_shalloc_dump(dbmp->addr, fp);
263 (void)fflush(fp);
271 __memp_pbh(dbmp, bhp, fmap, fp)
275 FILE *fp;
293 (void)fprintf(fp, " %4lu, %lu, %2lu, %lu",
297 (void)fprintf(fp, " %4lu, #%d, %2lu, %lu",
301 __db_prflags(bhp->flags, fn, fp);
303 (void)fprintf(fp, "\n");