Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dconfiglog.c48 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()
[all …]
H A Dconsolelog.c48 dp_get_console_log_r_t *rscReply; in ADM_Process_console_log() local
73 DP_GET_CONSOLE_LOG_R, sizeof (*rscReply)); in ADM_Process_console_log()
75 rscReply = (dp_get_console_log_r_t *)Message.data; in ADM_Process_console_log()
82 if ((all == 0) && (rscReply->remaining_log_bytes > in ADM_Process_console_log()
85 seqno = (rscReply->remaining_log_bytes + in ADM_Process_console_log()
86 rscReply->next_seq) - bytes_remaining; in ADM_Process_console_log()
88 bytes_remaining = rscReply->remaining_log_bytes; in ADM_Process_console_log()
89 seqno = rscReply->next_seq; in ADM_Process_console_log()
91 request_size = sizeof (rscReply->buffer); in ADM_Process_console_log()
116 DP_GET_CONSOLE_LOG_R, sizeof (*rscReply)); in ADM_Process_console_log()
[all …]
H A Deventlog.c173 dp_get_event_log_r_t *rscReply; in ADM_Process_old_event_log() local
188 DP_GET_EVENT_LOG_R, sizeof (*rscReply)); in ADM_Process_old_event_log()
191 rscReply = (dp_get_event_log_r_t *)Message.data; in ADM_Process_old_event_log()
192 datap = (char *)rscReply->data; in ADM_Process_old_event_log()
193 for (i = 0; i < rscReply->entry_count; i++) { in ADM_Process_old_event_log()
221 dp_get_event_log2_r_t *rscReply; in ADM_Process_new_event_log() local
254 DP_GET_EVENT_LOG2_R, sizeof (*rscReply)); in ADM_Process_new_event_log()
256 rscReply = (dp_get_event_log2_r_t *)Message.data; in ADM_Process_new_event_log()
264 (rscReply->remaining_log_events > DEFAULT_NUM_EVENTS)) { in ADM_Process_new_event_log()
266 seqno = (rscReply->remaining_log_events + in ADM_Process_new_event_log()
[all …]