Lines Matching refs:clear_data
608 struct log_clear_control_struct clear_data;
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.host_id[15] = myhostid & 0xff;
634 clear_data.timeout[0] = (poll_time & 0xff00) >> 8;
635 clear_data.timeout[1] = poll_time & 0xff;
652 clear_data.seq_clear[0] = (seq_num & 0xff000000) >> 24;
653 clear_data.seq_clear[1] = (seq_num & 0xff0000) >> 16;
654 clear_data.seq_clear[2] = (seq_num & 0xff00) >> 8;
655 clear_data.seq_clear[3] = (seq_num & 0xff);
657 read_in_len = sizeof (clear_data);
696 if ((clear_data.pageControls & 0x40) != (ref_md[off] & 0x40)) {
704 (void) memcpy(ref_md + off, (const void *) &clear_data,
705 sizeof (clear_data));