Searched defs:panic_nv_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpanic.h63 * variable-sized array of panic_nv_t items, which are used to record CPU
66 * (pd_msgoff - (sizeof (panic_data_t) - sizeof (panic_nv_t))) /
67 * sizeof (panic_nv_t);
78 } panic_nv_t; typedef in typeref:struct:panic_nv
84 panic_nv_t pd_nvdata[1]; /* Array of named data */
100 * a panic_nv_t pointer (pnv) after the end of the existing data, PANICNVADD()
106 (sizeof (panic_data_t) - sizeof (panic_nv_t))) / sizeof (panic_nv_t)))

Completed in 43 milliseconds