/linux-2.4.37.9/drivers/s390/char/ |
D | tapechar.c | 193 cqr = ti->discipline->read_block (data, block_size, ti); in tape_read() 210 ti->discipline->free_read_block (cqr, ti); in tape_read() 283 cqr = ti->discipline->write_block (data + i * block_size, block_size, ti); in tape_write() 294 ti->discipline->free_write_block (cqr, ti); in tape_write() 360 cqr = ti->discipline->mtrew (ti, mt_count); in tape_mtioctop() 364 cqr = ti->discipline->mtoffl (ti, mt_count); in tape_mtioctop() 368 cqr = ti->discipline->mtunload (ti, mt_count); in tape_mtioctop() 372 cqr = ti->discipline->mtweof (ti, mt_count); in tape_mtioctop() 376 cqr = ti->discipline->mtfsf (ti, mt_count); in tape_mtioctop() 380 cqr = ti->discipline->mtbsf (ti, mt_count); in tape_mtioctop() [all …]
|
D | tapeblock.c | 255 ti->discipline->free_bread(ti->cqr,ti); in tapeblock_end_request() 319 ti->cqr=ti->discipline->bread(req,ti,tapeblock_major); //build channel program from request 337 ti->discipline->free_bread(ti->cqr,ti); 429 cqr=ti->discipline->mtseek (ti, hisize); 474 cqr = ti->discipline->mtrew (ti, 1); 513 cqr=ti->discipline->mtseek (ti, (hisize+losize)/2+1); 548 cqr = ti->discipline->mtrew (ti, 1);
|
D | tape.c | 369 ti->discipline = disc; in tape_parm_parse() 579 ti->discipline = disc; in tape_oper_handler() 764 ti->discipline->setup_assist (ti); in tape_setup() 884 ti->discipline = disc; in tape_init() 1086 ti->discipline->error_recovery(ti); in tapestate_event() 1092 ((*(ti->discipline->event_table))[tapestate_get (ti)][event] != NULL)) in tapestate_event() 1093 ((*(ti->discipline->event_table))[tapestate_get (ti)][event]) (ti); in tapestate_event() 1098 ti->discipline->default_handler (ti); in tapestate_event()
|
D | tape.h | 145 tape_discipline_t* discipline; member
|
D | tape34xx.c | 1772 int cu_type=ti->discipline->cu_type; in tape34xx_error_recovery()
|
/linux-2.4.37.9/drivers/s390/block/ |
D | dasd.c | 1061 dasd_discipline_enq (dasd_discipline_t *discipline) in dasd_discipline_enq() argument 1063 if (strncmp (discipline->name, "DIAG", 4) == 0) { in dasd_discipline_enq() 1064 list_add (&discipline->list, &dasd_disc_head); in dasd_discipline_enq() 1066 list_add_tail (&discipline->list, &dasd_disc_head); in dasd_discipline_enq() 1075 dasd_discipline_deq (dasd_discipline_t * discipline) in dasd_discipline_deq() argument 1077 if (&discipline->list) { in dasd_discipline_deq() 1078 list_del (&discipline->list); in dasd_discipline_deq() 1083 dasd_discipline_add (dasd_discipline_t * discipline) in dasd_discipline_add() argument 1088 dasd_discipline_enq (discipline); in dasd_discipline_add() 1092 discipline, in dasd_discipline_add() [all …]
|
D | dasd_int.h | 401 char discipline[4]; /* placeholder to force discipline */ member 420 dasd_discipline_t *discipline; member
|
D | dasd_diag.c | 218 if (strncmp (device->discipline->ebcname, (char *) &cqr->magic, 4)) { in dasd_ext_handler() 224 *(int *) (&device->discipline->name)); in dasd_ext_handler()
|
D | dasd_3990_erp.c | 51 if (device->discipline && in log_erp_chain() 52 device->discipline->dump_sense ) { in log_erp_chain() 54 device->discipline->dump_sense (device, in log_erp_chain()
|
/linux-2.4.37.9/Documentation/ |
D | tty.txt | 15 discipline number and the ldisc structure. At the point of registration the 16 discipline must be ready to use and it is possible it will get used before 22 discipline even with the same data or your computer again will be eaten by 25 In order to remove a line discipline call tty_register_ldisc passing NULL. 32 discipline. The reference count of the tty_ldisc structure within a tty 43 discipline is being unplugged. At the point of 47 open() - Called when the line discipline is attached to 49 discipline for this tty will occur until it 53 through the line discipline. Multiple write calls 66 read() - Move data from the line discipline to the user. [all …]
|
D | magic-number.txt | 12 discipline-specific structures back and forth. 22 Please follow this discipline when you are adding future enhancements 26 discipline, these cases get detected quickly and safely.
|
D | Configure.help | 10979 in turn select classes of this queuing discipline. Each class maps 10991 "scheduler" for some of your network devices or as a leaf discipline 11039 leaf discipline for the CBQ scheduling algorithm (see the top of 11052 discipline for the CBQ scheduling algorithm. This queueing 11053 discipline allows the combination of several physical devices into 11066 leaf discipline for the CBQ scheduling algorithm (see the top of 19078 Synchronous HDLC line discipline support 21170 Say Y here and to the Serial port input line discipline option if 21180 Serial port input line discipline 26554 discipline. If you want to compile it as a module (irtty.o), say M
|
/linux-2.4.37.9/drivers/char/ |
D | ChangeLog | 356 Remove code which forced line discipline back to N_TTY 446 drained before closing the old line discipline --- needed 450 driver is closed; in general, the line discipline 452 transmitting before the line discipline terminates. 454 * tty_io.c (release_dev): Shutdown the line discipline after 461 bad has happened (probably a line discipline close blocked 467 * tty_io.c (release_dev): Try to shutdown the line discipline 470 discipline close blocks, and another process then tries 475 discipline close blocks waiting for the characters to get 501 tty->closing and rely on the line discipline to prevent
|
D | Config.in | 58 tristate ' HDLC line discipline support' CONFIG_N_HDLC 339 tristate 'Siemens R3964 line discipline' CONFIG_R3964
|
D | README.epca | 321 drivers line discipline and restores its original 322 line discipline. This is currently unnecessary,
|
/linux-2.4.37.9/drivers/char/joystick/ |
D | Config.in | 16 dep_tristate ' Serial port input line discipline' CONFIG_INPUT_SERPORT $CONFIG_INPUT_SERIO
|
/linux-2.4.37.9/drivers/scsi/ |
D | README.in2000 | 56 Tightened up the "interrupts enabled/disabled" discipline
|
/linux-2.4.37.9/Documentation/input/ |
D | joystick.txt | 98 discipline module loaded and the inputattach utility started:
|
/linux-2.4.37.9/Documentation/networking/ |
D | ppp_generic.txt | 66 a serial port to the PPPDISC line discipline causes the ppp_async
|
/linux-2.4.37.9/drivers/net/wan/8253x/ |
D | sab8253xds.txt | 2789 character device read routine or to a flush-to-line-discipline function
|