Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dconfiglog.c50 dp_get_config_log_r_t *rscReply; in ADM_Process_fru_log() local
75 DP_GET_CONFIG_LOG_R, sizeof (*rscReply)); in ADM_Process_fru_log()
77 rscReply = (dp_get_config_log_r_t *)Message.data; in ADM_Process_fru_log()
84 if ((all == 0) && (rscReply->remaining_log_bytes > in ADM_Process_fru_log()
87 seqno = (rscReply->remaining_log_bytes + in ADM_Process_fru_log()
88 rscReply->next_seq) - bytes_remaining; in ADM_Process_fru_log()
90 bytes_remaining = rscReply->remaining_log_bytes; in ADM_Process_fru_log()
91 seqno = rscReply->next_seq; in ADM_Process_fru_log()
93 request_size = sizeof (rscReply->buffer); in ADM_Process_fru_log()
118 DP_GET_CONFIG_LOG_R, sizeof (*rscReply)); in ADM_Process_fru_log()
[all …]
H A Dconsolelog.c50 dp_get_console_log_r_t *rscReply; in ADM_Process_console_log() local
75 DP_GET_CONSOLE_LOG_R, sizeof (*rscReply)); in ADM_Process_console_log()
77 rscReply = (dp_get_console_log_r_t *)Message.data; in ADM_Process_console_log()
84 if ((all == 0) && (rscReply->remaining_log_bytes > in ADM_Process_console_log()
87 seqno = (rscReply->remaining_log_bytes + in ADM_Process_console_log()
88 rscReply->next_seq) - bytes_remaining; in ADM_Process_console_log()
90 bytes_remaining = rscReply->remaining_log_bytes; in ADM_Process_console_log()
91 seqno = rscReply->next_seq; in ADM_Process_console_log()
93 request_size = sizeof (rscReply->buffer); in ADM_Process_console_log()
118 DP_GET_CONSOLE_LOG_R, sizeof (*rscReply)); in ADM_Process_console_log()
[all …]
H A Deventlog.c175 dp_get_event_log_r_t *rscReply; in ADM_Process_old_event_log() local
190 DP_GET_EVENT_LOG_R, sizeof (*rscReply)); in ADM_Process_old_event_log()
193 rscReply = (dp_get_event_log_r_t *)Message.data; in ADM_Process_old_event_log()
194 datap = (char *)rscReply->data; in ADM_Process_old_event_log()
195 for (i = 0; i < rscReply->entry_count; i++) { in ADM_Process_old_event_log()
223 dp_get_event_log2_r_t *rscReply; in ADM_Process_new_event_log() local
256 DP_GET_EVENT_LOG2_R, sizeof (*rscReply)); in ADM_Process_new_event_log()
258 rscReply = (dp_get_event_log2_r_t *)Message.data; in ADM_Process_new_event_log()
266 (rscReply->remaining_log_events > DEFAULT_NUM_EVENTS)) { in ADM_Process_new_event_log()
268 seqno = (rscReply->remaining_log_events + in ADM_Process_new_event_log()
[all …]