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

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

Completed in 45 milliseconds