Searched refs:mybuf (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/s390/char/ |
D | tubtty.c | 523 char mybuf[GEOM_MAXINPLEN]; in tty3270_write_proc() local 530 mycount = MIN(count, sizeof mybuf - 1); in tty3270_write_proc() 531 if (copy_from_user(mybuf, buffer, mycount) != 0) in tty3270_write_proc() 533 mybuf[mycount] = '\0'; in tty3270_write_proc() 552 if ((rc = tty3270_aid_set(tubp, mybuf, mycount + 1))) in tty3270_write_proc() 554 if ((rc = tty3270_rcl_set(tubp, mybuf, mycount + 1))) in tty3270_write_proc() 556 if ((rc = tty3270_scl_set(tubp, mybuf, mycount + 1))) in tty3270_write_proc() 565 } else if (strncmp(mybuf, "index=", 6) == 0) { in tty3270_write_proc() 566 tty3270_proc_index = simple_strtoul(mybuf + 6, 0,0); in tty3270_write_proc() 568 } else if (strncmp(mybuf, "data=", 5) == 0) { in tty3270_write_proc() [all …]
|
/linux-2.4.37.9/drivers/scsi/ |
D | osst.c | 2705 char mybuf[24]; in osst_get_frame_position() local 2715 STp->buffer->b_data = mybuf; STp->buffer->buffer_size = 24; in osst_get_frame_position() 2736 STp->buffer->b_data = mybuf; STp->buffer->buffer_size = 24; in osst_get_frame_position()
|