Lines Matching refs:rscReply
48 dp_get_config_log_r_t *rscReply; in ADM_Process_fru_log() local
73 DP_GET_CONFIG_LOG_R, sizeof (*rscReply)); in ADM_Process_fru_log()
75 rscReply = (dp_get_config_log_r_t *)Message.data; in ADM_Process_fru_log()
82 if ((all == 0) && (rscReply->remaining_log_bytes > in ADM_Process_fru_log()
85 seqno = (rscReply->remaining_log_bytes + in ADM_Process_fru_log()
86 rscReply->next_seq) - bytes_remaining; in ADM_Process_fru_log()
88 bytes_remaining = rscReply->remaining_log_bytes; in ADM_Process_fru_log()
89 seqno = rscReply->next_seq; in ADM_Process_fru_log()
91 request_size = sizeof (rscReply->buffer); in ADM_Process_fru_log()
116 DP_GET_CONFIG_LOG_R, sizeof (*rscReply)); in ADM_Process_fru_log()
118 rscReply = (dp_get_config_log_r_t *)Message.data; in ADM_Process_fru_log()
121 response_size = rscReply->length; in ADM_Process_fru_log()
127 if (rscReply->remaining_log_bytes < bytes_remaining) { in ADM_Process_fru_log()
128 bytes_remaining = rscReply->remaining_log_bytes; in ADM_Process_fru_log()
135 if (rscReply->next_seq > seqno + response_size) { in ADM_Process_fru_log()
137 rscReply->next_seq - (seqno + response_size)); in ADM_Process_fru_log()
139 seqno = rscReply->next_seq; in ADM_Process_fru_log()
142 if (fwrite(rscReply->buffer, sizeof (char), response_size, in ADM_Process_fru_log()