Lines Matching defs:te
175 struct toetool_reg *te;
203 te = (struct toetool_reg *)dmp->b_rptr;
305 if ((dmp->b_wptr - dmp->b_rptr) != sizeof (*te)) {
311 if ((te->addr & 3) != 0) {
316 (void) t1_tpi_read(chp, te->addr, &te->val);
318 iocp->ioc_count = sizeof (*te);
324 if ((dmp->b_wptr - dmp->b_rptr) != sizeof (*te)) {
330 if ((te->addr & 3) != 0) {
335 (void) t1_tpi_write(chp, te->addr, te->val);
338 iocp->ioc_count = sizeof (*te);