Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c397 typedef struct dumpcfg { struct
937 bzero(dumpcfg.rbitmap, BT_SIZEOFMAP(dumpcfg.rbitmapsize)); in dumpsys_get_maxmem()
1147 kmem_free(dumpcfg.bitmap, BT_SIZEOFMAP(dumpcfg. in dumphdr_init()
1150 kmem_free(dumpcfg.rbitmap, BT_SIZEOFMAP(dumpcfg. in dumphdr_init()
2215 helper_t *hp, *hpend = &dumpcfg.helper[dumpcfg.nhelper]; in dumpsys_helper()
2349 dumpcfg.clevel = 0; in dumpsys_main_task()
2672 helper_t *hp, *hpend = &dumpcfg.helper[dumpcfg.nhelper]; in dumpsys()
2712 bzero(dumpcfg.bitmap, BT_SIZEOFMAP(dumpcfg.bitmapsize)); in dumpsys()
2902 for (cp = dumpcfg.cbuf; cp != &dumpcfg.cbuf[dumpcfg.ncbuf]; cp++) { in dumpsys()
2909 for (cp = dumpcfg.cmap; cp != &dumpcfg.cmap[dumpcfg.ncmap]; cp++) in dumpsys()
[all …]