Lines Matching defs:dump
85 * If there is extra space, put dump at the end to
92 int nblks, dumpblks; /* size of dump area */
105 /* If dump won't fit (incl. room for possible label), punt. */
109 /* Put dump at end of partition */
121 * cpu_dump: dump the machine-dependent kernel core dump headers.
126 int (*dump)(dev_t, daddr_t, void *, size_t);
137 dump = bdev->d_dump;
168 return dump(dumpdev, dumplo, bf, dbtob(1));
172 * cpu_dumpsize: calculate size of machine-dependent kernel core dump headers.
210 * getting on the dump stack, either when called above, or by
249 printf("dump ");