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

/illumos-gate/usr/src/uts/sun4/io/
H A Dtrapstat.c525 static tstat_data_t *tstat_buffer; /* staging buffer for outgoing data */ variable
801 * interposing trap table. We can safely use tstat_buffer because
805 bcopy(tcpu->tcpu_data, tstat_buffer, TSTAT_DATA_SIZE);
807 bcopy(tcpu->tcpu_data, tstat_buffer, tstat_data_t_size);
821 bcopy(tstat_buffer, tcpu->tcpu_data, TSTAT_DATA_SIZE);
824 bcopy(tstat_buffer, tcpu->tcpu_data, tstat_data_t_size);
1021 bcopy(data, tstat_buffer, tstat_data_t_size);
1026 * copy them directly into the tstat_buffer output.
1030 tstat_buffer->tdata_cpuid = CPU->cpu_id;
1031 tstat_buffer
[all...]

Completed in 62 milliseconds