ocp_vul_hw_comp_t
if (len < sizeof (ocp_vul_hw_comp_t)) {
sizeof (ocp_vul_hw_comp_t));
const ocp_vul_hw_comp_t *log = data;
#define OCP_F_HWCOMP(f) .nf_off = offsetof(ocp_vul_hw_comp_t, ohc_##f), \
.nf_len = sizeof (((ocp_vul_hw_comp_t *)NULL)->ohc_##f)
const ocp_vul_hw_comp_t *log = data;
uint64_t off = sizeof (ocp_vul_hw_comp_t);
.nlfi_min = sizeof (ocp_vul_hw_comp_t),
.nlpi_len = sizeof (ocp_vul_hw_comp_t),
ocp_vul_hw_comp_t comp;
if (len < sizeof (ocp_vul_hw_comp_t)) {
(void) memcpy(&comp, data, sizeof (ocp_vul_hw_comp_t));
if (*outp < sizeof (ocp_vul_hw_comp_t)) {
CTASSERT(sizeof (ocp_vul_hw_comp_t) == 64);