Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/libseslog/common/
H A Dlibseslog.c608 struct log_clear_control_struct clear_data; in clear_log() local
615 (void) memset(&clear_data, 0, sizeof (clear_data)); in clear_log()
617 clear_data.pageControls = 0x40; in clear_log()
618 clear_data.subpage_code = 0; in clear_log()
619 clear_data.page_lengthLower = 0x16; in clear_log()
623 clear_data.host_id[12] = (myhostid & 0xff000000) >> 24; in clear_log()
624 clear_data.host_id[13] = (myhostid & 0xff0000) >> 16; in clear_log()
625 clear_data.host_id[14] = (myhostid & 0xff00) >> 8; in clear_log()
626 clear_data.host_id[15] = myhostid & 0xff; in clear_log()
634 clear_data.timeout[0] = (poll_time & 0xff00) >> 8; in clear_log()
[all …]