Searched refs:reply_ptr (Results 1 - 6 of 6) sorted by relevance

/drivers/macintosh/
H A Dvia-macii.c112 static unsigned char *reply_ptr; /* next byte in reply_buf or req->reply */ variable
408 reply_ptr = current_req->reply;
411 reply_ptr = reply_buf;
425 *reply_ptr = x;
505 reply_ptr++;
506 *reply_ptr = x;
H A Dvia-cuda.c80 static unsigned char *reply_ptr; variable
486 reply_ptr = cuda_rbuf;
497 reply_ptr = current_req->reply;
542 *reply_ptr++ = in_8(&via[SR]);
559 req->reply_len = reply_ptr - req->reply;
581 ibuf_len = reply_ptr - cuda_rbuf;
587 reply_ptr = cuda_rbuf;
H A Dvia-maciisi.c67 static unsigned char *reply_ptr; variable
482 reply_ptr = current_req->reply;
484 reply_ptr = maciisi_rbuf;
568 *reply_ptr++ = via[SR];
585 req->reply_len = reply_ptr - req->reply;
613 maciisi_input(maciisi_rbuf, reply_ptr - maciisi_rbuf);
629 reply_ptr = maciisi_rbuf;
H A Dadb-iop.c38 static unsigned char *reply_ptr;
139 /* use reply_ptr here like the other drivers do. */
H A Dvia-pmu68k.c90 static unsigned char *reply_ptr; variable
624 reply_ptr = req->reply + req->reply_len;
633 reply_ptr = interrupt_data;
645 reply_ptr[data_index++] = bite;
H A Dvia-pmu.c137 static unsigned char *reply_ptr; variable
1494 reply_ptr = req->reply + req->reply_len;
1503 reply_ptr = interrupt_data[int_data_last];
1518 reply_ptr[data_index++] = bite;

Completed in 698 milliseconds