Home
last modified time | relevance | path

Searched refs:chars (Results 1 – 25 of 28) sorted by relevance

12

/linux-2.4.37.9/fs/
Dpipe.c90 ssize_t chars = PIPE_MAX_RCHUNK(*inode); in pipe_read() local
92 if (chars > count) in pipe_read()
93 chars = count; in pipe_read()
94 if (chars > size) in pipe_read()
95 chars = size; in pipe_read()
97 if (copy_to_user(buf, pipebuf, chars)) in pipe_read()
100 read += chars; in pipe_read()
101 PIPE_START(*inode) += chars; in pipe_read()
103 PIPE_LEN(*inode) -= chars; in pipe_read()
104 count -= chars; in pipe_read()
[all …]
/linux-2.4.37.9/fs/hfs/
Dfile.c296 hfs_s32 size, chars, offset, block, blocks, read = 0; in hfs_do_read() local
391 chars = count; in hfs_do_read()
393 chars = HFS_SECTOR_SIZE - offset; in hfs_do_read()
397 xlate_to_user(buf, p, chars); in hfs_do_read()
399 chars -= copy_to_user(buf, p, chars); in hfs_do_read()
400 if (!chars) { in hfs_do_read()
409 count -= chars; in hfs_do_read()
410 buf += chars; in hfs_do_read()
411 read += chars; in hfs_do_read()
/linux-2.4.37.9/include/linux/
Dlp.h108 #define LP_CHAR(minor) lp_table[(minor)].chars /* busy timeout */
122 unsigned long chars; member
134 unsigned int chars; member
/linux-2.4.37.9/drivers/usb/serial/
Dempeg.c326 int chars = 0; in empeg_chars_in_buffer() local
335 chars += URB_TRANSFER_BUFFER_SIZE; in empeg_chars_in_buffer()
341 dbg("%s - returns %d", __FUNCTION__, chars); in empeg_chars_in_buffer()
343 return (chars); in empeg_chars_in_buffer()
Dkl5kusb105.c587 int chars = 0; in klsi_105_chars_in_buffer() local
597 chars += URB_TRANSFER_BUFFER_SIZE; in klsi_105_chars_in_buffer()
603 dbg("%s - returns %d", __FUNCTION__, chars); in klsi_105_chars_in_buffer()
604 return (chars); in klsi_105_chars_in_buffer()
Dvisor.c592 int chars = 0; in visor_chars_in_buffer() local
600 chars += URB_TRANSFER_BUFFER_SIZE; in visor_chars_in_buffer()
606 dbg("%s - returns %d", __FUNCTION__, chars); in visor_chars_in_buffer()
607 return (chars); in visor_chars_in_buffer()
Dpl2303.c499 int chars = 0; in pl2303_chars_in_buffer() local
505 chars = pl2303_buf_data_avail(priv->buf); in pl2303_chars_in_buffer()
508 dbg("%s - returns %d", __FUNCTION__, chars); in pl2303_chars_in_buffer()
509 return chars; in pl2303_chars_in_buffer()
Dusbserial.c1272 int chars = 0; in generic_chars_in_buffer() local
1278 chars += port->write_urb->transfer_buffer_length; in generic_chars_in_buffer()
1279 chars += port->write_backlog; /* spin_lock... Baah */ in generic_chars_in_buffer()
1282 dbg("%s - returns %d", __FUNCTION__, chars); in generic_chars_in_buffer()
1283 return (chars); in generic_chars_in_buffer()
Dftdi_sio.c1684 int chars = 0; in ftdi_chars_in_buffer() local
1695 chars += URB_TRANSFER_BUFFER_SIZE - data_offset; in ftdi_chars_in_buffer()
1701 dbg("%s - returns %d", __FUNCTION__, chars); in ftdi_chars_in_buffer()
1703 return (chars); in ftdi_chars_in_buffer()
Dio_ti.c2095 int chars = 0; in edge_chars_in_buffer() local
2107 chars = port->write_urb->transfer_buffer_length; in edge_chars_in_buffer()
2109 dbg ("%s - returns %d", __FUNCTION__, chars); in edge_chars_in_buffer()
2110 return chars; in edge_chars_in_buffer()
Dkeyspan_pda.S1106 ;; there are (tx_ring_in - tx_ring_out) chars to be written
/linux-2.4.37.9/drivers/char/
Dau1000_usbtty.c456 int chars = 0; in serial_chars_in_buffer() local
471 chars = usbdev_get_byte_count(port->in_ep_addr); in serial_chars_in_buffer()
473 dbg(__FUNCTION__ ": %d", chars); in serial_chars_in_buffer()
474 return chars; in serial_chars_in_buffer()
Dpcxx.c805 int chars; in pcxe_chars_in_buffer() local
824 chars = 0; in pcxe_chars_in_buffer()
831 chars = (int)(ch->txbufsize - remain); in pcxe_chars_in_buffer()
844 return(chars); in pcxe_chars_in_buffer()
Depca.c1075 int chars; in pc_chars_in_buffer() local
1101 chars = 0; in pc_chars_in_buffer()
1117 chars = (int)(ch->txbufsize - remain); in pc_chars_in_buffer()
1136 return(chars); in pc_chars_in_buffer()
Dmoxa.c763 int chars; in moxa_chars_in_buffer() local
774 chars = MoxaPortTxQueue(ch->port); in moxa_chars_in_buffer()
775 if (chars) { in moxa_chars_in_buffer()
783 return (chars); in moxa_chars_in_buffer()
Dlp.c895 lp_table[i].chars = LP_INIT_CHAR; in lp_init()
Dser_a2232fw.ax194 cmp #200 ; 200 chars or more in buffer? ;
/linux-2.4.37.9/drivers/acpi/
Dosl.c945 u32 chars; in acpi_os_get_line() local
950 chars = strlen(buffer) - 1; in acpi_os_get_line()
951 buffer[chars] = '\0'; in acpi_os_get_line()
/linux-2.4.37.9/drivers/usb/
Dbluetooth.c608 int chars = 0; in bluetooth_chars_in_buffer() local
622 chars += bluetooth->write_urb_pool[i]->transfer_buffer_length; in bluetooth_chars_in_buffer()
626 dbg ("%s - returns %d", __FUNCTION__, chars); in bluetooth_chars_in_buffer()
627 return chars; in bluetooth_chars_in_buffer()
/linux-2.4.37.9/fs/reiserfs/
Dinode.c235 int chars; in _get_block_create_0() local
343 chars = inode->i_size - (le_ih_k_offset(ih) - 1) - path.pos_in_item; in _get_block_create_0()
346 chars = ih_item_len(ih) - path.pos_in_item; in _get_block_create_0()
348 memcpy (p, B_I_PITEM (bh, ih) + path.pos_in_item, chars); in _get_block_create_0()
353 p += chars; in _get_block_create_0()
363 set_cpu_key_k_offset (&key, cpu_key_k_offset (&key) + chars); in _get_block_create_0()
/linux-2.4.37.9/Documentation/networking/
Dray_cs.txt89 string with maximum length of 32 chars
/linux-2.4.37.9/arch/i386/kernel/
Dpci-pc.c569 char chars[16]; member
908 sum += check->chars[i]; in pci_find_bios()
/linux-2.4.37.9/Documentation/
Dsx.txt268 -- Done. I still seem to loose a few chars at close.
/linux-2.4.37.9/drivers/parport/
DChangeLog424 chars long.
/linux-2.4.37.9/Documentation/filesystems/
Dhpfs.txt143 OS/2 can't access files if the path is longer than about 256 chars but this

12