Home
last modified time | relevance | path

Searched refs:dumpbuf (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/os/
H A Ddumpsubr.c431 typedef struct dumpbuf { struct
442 dumpbuf_t dumpbuf; /* I/O buffer */ argument
485 char *old_buf = dumpbuf.start; in dumpbuf_resize()
486 size_t old_size = dumpbuf.size; in dumpbuf_resize()
492 new_size = dumpbuf_iosize(MAX(dumpbuf.iosize, maxphys)); in dumpbuf_resize()
497 dumpbuf.size = new_size; in dumpbuf_resize()
498 dumpbuf.start = new_buf; in dumpbuf_resize()
499 dumpbuf.end = new_buf + new_size; in dumpbuf_resize()
618 if (dumpbuf.iosize >= DUMP_1MB) in dump_update_clevel()
620 else if (dumpbuf.iosize >= (256 * DUMP_1KB)) in dump_update_clevel()
[all …]
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c235 static uchar_t *dumpbuf; in nd_send_data() local
243 if (!dumpbuf) { in nd_send_data()
249 if (!(dumpbuf = kmem_alloc(ptob(1), KM_NOSLEEP))) { in nd_send_data()
330 bcopy(addr, (caddr_t)dumpbuf, tsize); in nd_send_data()
334 mblk_p->b_cont = esballoc((uchar_t *)dumpbuf, ptob(1), BPRI_HI, &frnop); in nd_send_data()
/titanic_50/usr/src/uts/common/xen/io/
H A Dxdf.c2947 struct buf dumpbuf, *dbp = &dumpbuf; in xdf_dump() local