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

/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c1351 uint8_t *body_buf)
1370 STRLOG_MAKE_MSGID(body_buf, msgid);
1373 body_buf);
1392 "SC Alert: %s\r\n", body_buf);
1426 uint8_t *body_buf; /* msg body buffer */ local
1427 uint32_t body_sz; /* sizeof *body_buf */
1448 body_buf = (void*)&ctl_hdrp->ctl_len;
1449 body_buf += sizeof (ctl_hdrp->ctl_len);
1450 *body_buf++ = ETM_PROTO_V3;
1451 *body_buf
1350 etm_post_to_syslog(fmd_hdl_t *hdl, uint32_t priority, uint32_t body_sz, uint8_t *body_buf) argument
2250 uint8_t *body_buf; /* msg body buffer */ local
[all...]

Completed in 78 milliseconds