Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_xport_api_dd.c261 etm_xport_msg_peek_t *peek_ctl_ptr; /* ptr for peeking */ in etm_fake_ioctl() local
272 peek_ctl_ptr = buf; in etm_fake_ioctl()
280 n = MIN(peek_ctl_ptr->pk_buflen, in etm_fake_ioctl()
282 peek_ctl_ptr->pk_buflen = n; in etm_fake_ioctl()
284 (void) memset(peek_ctl_ptr->pk_buf, 0xA5, n); in etm_fake_ioctl()