Searched refs:writing (Results 26 - 33 of 33) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dpktcdvd.c9 * Packet writing layer for ATAPI and SCSI CD-RW, DVD+RW, DVD-RW and
17 * packet writing. One restriction is that write requests must be aligned to
23 * The purpose of the packet writing driver is to hide these restrictions from
27 * The lowest layer in the packet writing driver is the packet I/O scheduler.
885 * - Switching between reading and writing is slow, so don't do it more often
893 * when switching often between reading and writing, it's better to have the
915 if (pd->iosched.writing) {
928 pd->iosched.writing = 0;
936 pd->iosched.writing = 1;
941 if (pd->iosched.writing) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dosst.c457 if (STbuffer->writing < STbuffer->buffer_bytes)
461 STbuffer->buffer_bytes -= STbuffer->writing;
462 STbuffer->writing = 0;
893 static int osst_recover_wait_frame(struct osst_tape * STp, struct osst_request ** aSRpnt, int writing)
901 if (writing) {
2540 printk(OSST_DEB_MSG "%s:D: Verify that the tape is really the one we think before writing\n", name);
2983 if ((STp->buffer)->writing) {
3400 /* Do we know where we'll be writing on the tape? */
3445 if ((STp->buffer)->writing) {
3513 transfer = STp->buffer->writing;
891 osst_recover_wait_frame(struct osst_tape * STp, struct osst_request ** aSRpnt, int writing) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/cdrom/
H A Dcdrom-standard.tex113 simply to give people writing application programs for \cdrom\ drives
128 drive. In the months that I was busy writing a \linux\ driver for it,
628 either by reading/writing to the device file, or by issuing
1015 enough to give suggestions and criticisms during the writing. Finally
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DMore.pm54 Test::More - yet another framework for writing test scripts
117 B<STOP!> If you're just getting started writing tests, have a look at
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D04-codec.tex11 provided in \xref{vorbis:spec:intro}. \xref{vorbis:spec:bitpacking} covers reading and writing bit fields from
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex4168 % writing an index entry, and texindex isn't prepared for an index sort entry
4231 % subentry case), texindex reduces to two when writing the .??s
4755 % expanded while writing the .toc file. \char\appendixno is not
5392 % We open the .toc file for writing here instead of at @setfilename (or
5418 % writing pdf. These are used in the table of contents. We can't
7177 % character, we would end up writing a line like this: 'xrdef {'hat
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex4410 % writing an index entry, and texindex isn't prepared for an index sort entry
4473 % subentry case), texindex reduces to two when writing the .??s
4997 % expanded while writing the .toc file. \char\appendixno is not
5638 % We open the .toc file for writing here instead of at @setfilename (or
5664 % writing pdf. These are used in the table of contents. We can't
7418 % character, we would end up writing a line like this: 'xrdef {'hat
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm1867 as a C int, you will have to use C<pack> when writing, and C<unpack>

Completed in 218 milliseconds

12