Home
last modified time | relevance | path

Searched refs:tt_buf (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_trace.c262 tp = &t->tt_buf[tin]; in _sd_alert()
334 tp = &t->tt_buf[tin]; in _sd_trace()
516 if (copyout(&(t->tt_buf[tt.tt_out]), ubuf, in _sd_adump()
522 if (copyout(&(t->tt_buf[0]), ubuf, cnt * sizeof (_sdtr_t))) { in _sd_adump()
527 if (copyout(&(t->tt_buf[tt.tt_out]), ubuf, in _sd_adump()
H A Dsd_trace.h91 _sdtr_t tt_buf[1]; /* per-device trace records [0..tt_max] */ member