taglinefilesource code
length89drivers/block/blk.hextern long rd_init(long mem_start, int length);
length75drivers/block/ramdisk.clong rd_init(long mem_start, int length)
length86drivers/block/ramdisk.crd_length = length;
length88drivers/block/ramdisk.cfor (i=0; i < length; i++)
length94drivers/block/ramdisk.creturn(length);
length278drivers/net/3c507.cstatic void hardware_send_packet(struct device *dev, void *buf, short length);
length471drivers/net/3c507.cshort length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN;
length476drivers/net/3c507.chardware_send_packet(dev, buf, length);
length738drivers/net/3c507.chardware_send_packet(struct device *dev, void *buf, short length)
length752drivers/net/3c507.c*write_ptr++ = length | 0x8000;    /* Byte count parameter. */
length763drivers/net/3c507.cmemcpy(write_ptr, buf, length);
length776drivers/net/3c507.cdev->name, ioaddr, length, tx_block, lp->tx_head);
length97drivers/net/8390.cstatic void NS8390_trigger_send(struct device *dev, unsigned int length,
length129drivers/net/8390.cint length, send_length;
length168drivers/net/8390.clength = skb->len;
length182drivers/net/8390.csend_length = ETH_ZLEN < length ? length : ETH_ZLEN;
length209drivers/net/8390.cei_block_output(dev, length, skb->data, output_page);
length223drivers/net/8390.cei_block_output(dev, length, skb->data, ei_local->tx_start_page);
length658drivers/net/8390.cstatic void NS8390_trigger_send(struct device *dev, unsigned int length,
length671drivers/net/8390.coutb_p(length & 0xff, e8390_base + EN0_TCNTLO);
length672drivers/net/8390.coutb_p(length >> 8, e8390_base + EN0_TCNTHI);
length384drivers/net/at1700.cshort length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN;
length390drivers/net/at1700.coutw(length, ioaddr + DATAPORT);
length391drivers/net/at1700.coutsw(ioaddr + DATAPORT, buf, (length + 1) >> 1);
length394drivers/net/at1700.clp->tx_queue_len += length + 2;
length138drivers/net/atp.cstatic void write_packet(short ioaddr, int length, unsigned char *packet, int mode);
length139drivers/net/atp.cstatic void trigger_send(short ioaddr, int length);
length143drivers/net/atp.cstatic void read_block(short ioaddr, int length, unsigned char *buffer, int data_mode);
length373drivers/net/atp.cstatic void trigger_send(short ioaddr, int length)
length375drivers/net/atp.cwrite_reg_byte(ioaddr, TxCNT0, length & 0xff);
length376drivers/net/atp.cwrite_reg(ioaddr, TxCNT1, length >> 8);
length380drivers/net/atp.cstatic void write_packet(short ioaddr, int length, unsigned char *packet, int data_mode)
length382drivers/net/atp.clength = (length + 1) & ~1;    /* Round up to word length. */
length389drivers/net/atp.c} while (--length > 0) ;
length402drivers/net/atp.cwhile (--length > 0)
length445drivers/net/atp.cshort length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN;
length457drivers/net/atp.cwrite_packet(ioaddr, length, buf, dev->if_port);
length461drivers/net/atp.ctrigger_send(ioaddr, length);
length466drivers/net/atp.clp->saved_tx_size = length;
length660drivers/net/atp.cstatic void read_block(short ioaddr, int length, unsigned char *p, int data_mode)
length665drivers/net/atp.coutb(length == 8  ?  RdAddr | HNib | MAR  :  RdAddr | MAR,
length668drivers/net/atp.cdo  *p++ = read_byte_mode0(ioaddr);  while (--length > 0);
length670drivers/net/atp.cdo  *p++ = read_byte_mode2(ioaddr);  while (--length > 0);
length672drivers/net/atp.cdo      *p++ = read_byte_mode4(ioaddr);  while (--length > 0);
length674drivers/net/atp.cdo      *p++ = read_byte_mode6(ioaddr);  while (--length > 0);
length229drivers/net/depca.cshort length;    /* This length is negative 2's complement! */
length850drivers/net/depca.clp->tx_ring[entry].length = -len;
length886drivers/net/depca.clp->tx_ring[entry].length = -len;
length905drivers/net/depca.clp->tx_ring[entry].base, -lp->tx_ring[entry].length);
length293drivers/net/eexpress.cstatic void hardware_send_packet(struct device *dev, void *buf, short length);
length486drivers/net/eexpress.cshort length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN;
length491drivers/net/eexpress.chardware_send_packet(dev, buf, length);
length837drivers/net/eexpress.chardware_send_packet(struct device *dev, void *buf, short length)
length851drivers/net/eexpress.coutw(length | 0x8000, ioaddr); /* Byte count parameter. */
length863drivers/net/eexpress.coutsw(ioaddr + DATAPORT, buf, (length + 1) >> 1);
length877drivers/net/eexpress.c"reap %4x status %4.4x.\n", dev->name, ioaddr, length,
length171drivers/net/lance.cshort length;    /* Length is 2's complement (negative)! */
length489drivers/net/lance.clp->tx_ring[i].base, -lp->tx_ring[i].length,
length542drivers/net/lance.clp->tx_ring[entry].length =
length545drivers/net/lance.clp->tx_ring[entry].length = -skb->len;
length156drivers/net/plip.cstatic int plip_send_packet(struct device *dev, unsigned char *buf, int length);
length406drivers/net/plip.cunsigned length;
length419drivers/net/plip.clength = get_byte(dev);
length420drivers/net/plip.clength |= get_byte(dev) << 8;
length428drivers/net/plip.cPRINTK2(("length = %d\n", length));
length429drivers/net/plip.cif (length > dev->mtu || length < 8) {
length430drivers/net/plip.cPRINTK2(("%s: bogus packet size %d.\n", dev->name, length));
length438drivers/net/plip.cskb = alloc_skb(length, GFP_ATOMIC);
length441drivers/net/plip.cdev->name,length));
length456drivers/net/plip.cfor ( i = 0; i < length - sizeof(eth); i++) {
length466drivers/net/plip.c} else if(dev_rint((unsigned char *)skb, length, IN_SKBUFF, dev)) {
length476drivers/net/plip.ctimeout = jiffies + length * timeoutfactor / 16;
length585drivers/net/plip.cplip_send_packet(struct device *dev, unsigned char *buf, int length)
length591drivers/net/plip.cdev->name, length, buf[0], buf[1], buf[2], buf[3], buf[4]));
length592drivers/net/plip.cif (length > dev->mtu) {
length593drivers/net/plip.cprintk("%s: packet too big, %d.\n", dev->name, length);
length630drivers/net/plip.csend_byte(dev, length); 
length631drivers/net/plip.csend_byte(dev, length >> 8);
length643drivers/net/plip.cfor (i = 0; i < length - sizeof(struct ethhdr); i++) {
length658drivers/net/plip.ctimeout = jiffies + ((length * timeoutfactor) >> 4);
length674drivers/net/plip.cPRINTK2(("plip_send_packet(%d) done.\n", length));
length112drivers/net/skeleton.cextern void  hardware_send_packet(short ioaddr, char *buf, int length);
length289drivers/net/skeleton.cshort length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN;
length292drivers/net/skeleton.chardware_send_packet(ioaddr, buf, length);
length303drivers/scsi/NCR5380.ccmd->SCp.this_residual = cmd->SCp.buffer->length;
length1776drivers/scsi/NCR5380.ccmd->SCp.this_residual = cmd->SCp.buffer->length;
length733drivers/scsi/aha152x.cSCpnt->SCp.this_residual    = SCpnt->SCp.buffer->length;
length1775drivers/scsi/aha152x.ccurrent_SC->SCp.buffer->length;
length1904drivers/scsi/aha152x.ccurrent_SC->SCp.buffer->length;
length543drivers/scsi/aha1542.cif(sgpnt[i].length == 0 || SCpnt->use_sg > 16 || 
length544drivers/scsi/aha1542.c(((int)sgpnt[i].address) & 1) || (sgpnt[i].length & 1)){
length549drivers/scsi/aha1542.csgpnt[i].length);
length558drivers/scsi/aha1542.cany2scsi(cptr[i].datalen, sgpnt[i].length);
length325drivers/scsi/aha1740.ccptr[i].datalen = sgpnt[i].length;
length668drivers/scsi/buslogic.ccptr[i].datalen = sgpnt[i].length;
length1164drivers/scsi/fdomain.ccurrent_SC->SCp.this_residual = current_SC->SCp.buffer->length;
length1197drivers/scsi/fdomain.ccurrent_SC->SCp.this_residual = current_SC->SCp.buffer->length;
length1281drivers/scsi/fdomain.ccurrent_SC->SCp.this_residual    = current_SC->SCp.buffer->length;
length312drivers/scsi/scsi.hunsigned int length;
length121drivers/scsi/scsi_debug.cprintk(":%x %x %d\n",sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length);
length260drivers/scsi/scsi_debug.cbufflen = sgpnt[sgcount].length;
length329drivers/scsi/scsi_debug.cbufflen = sgpnt[sgcount].length;
length170drivers/scsi/sd.cprintk(":%x %x %d\n",sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length);
length174drivers/scsi/sd.cmemcpy(sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length);
length175drivers/scsi/sd.cscsi_free(sgpnt[i].address, sgpnt[i].length);
length230drivers/scsi/sd.cscsi_free(sgpnt[i].address, sgpnt[i].length);
length557drivers/scsi/sd.csgpnt[count].length += bh->b_size;
length560drivers/scsi/sd.cif (((int) sgpnt[count].address) + sgpnt[count].length - 1 > 
length567drivers/scsi/sd.cif(dma_free_sectors < (sgpnt[count].length >> 9) + 10) {
length570drivers/scsi/sd.csgpnt[count].address = (char *) scsi_malloc(sgpnt[count].length);
length582drivers/scsi/sd.cscsi_free(sgpnt[count].address, sgpnt[count].length);
length603drivers/scsi/sd.cif (((int) sgpnt[count].address) + sgpnt[count].length +
length610drivers/scsi/sd.ctmp = (char *) scsi_malloc(sgpnt[count].length + bhp->b_size);
length616drivers/scsi/sd.cscsi_free(sgpnt[count].address, sgpnt[count].length);
length644drivers/scsi/sd.csgpnt[count].length);
length652drivers/scsi/sd.csgpnt[count].length);
length152drivers/scsi/seagate.cunsigned length;
length332drivers/scsi/seagate.csignatures[j].length)) {
length903drivers/scsi/seagate.chostno, i, buffer[i].address, buffer[i].length);
length908drivers/scsi/seagate.clen = buffer->length;
length1144drivers/scsi/seagate.clen = buffer->length;
length1290drivers/scsi/seagate.clen = buffer->length;
length161drivers/scsi/sr.cmemcpy(sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length);
length163drivers/scsi/sr.cscsi_free(sgpnt[i].address, sgpnt[i].length);
length199drivers/scsi/sr.cscsi_free(sgpnt[i].address, sgpnt[i].length);
length472drivers/scsi/sr.csgpnt[count].length = (SCpnt->request.sector % 4) << 9;
length473drivers/scsi/sr.csgpnt[count].address = (char *) scsi_malloc(sgpnt[count].length);
length483drivers/scsi/sr.csgpnt[count].length = bh->b_size;
length488drivers/scsi/sr.csgpnt[count].length = end_rec;
length493drivers/scsi/sr.cif (((int) sgpnt[count].address) + sgpnt[count].length > 
length499drivers/scsi/sr.cif(dma_free_sectors < (sgpnt[count].length >> 9) + 5) {
length502drivers/scsi/sr.csgpnt[count].address = (char *) scsi_malloc(sgpnt[count].length);
length513drivers/scsi/sr.cscsi_free(sgpnt[count].address, sgpnt[count].length);
length530drivers/scsi/sr.csgpnt[count].length);
length636drivers/scsi/ultrastor.cmscp->sglist[i].num_bytes = sl[i].length;
length637drivers/scsi/ultrastor.ctransfer_length += sl[i].length;
length935drivers/scsi/wd7000.cany2scsi(sgb[i].len, sg[i].length);
length229fs/hpfs/hpfs.hunsigned short length;    /* offset to next dirent */
length266fs/hpfs/hpfs.hreturn *(dnode_secno *) ((void *) de + de->length - 4);
length287fs/hpfs/hpfs.hreturn (void *) de + de->length;
length305fs/hpfs/hpfs.hunsigned length;      /* length, sectors */
length789fs/hpfs/hpfs_fs.cif (de->last || de->length == 0)
length1046fs/hpfs/hpfs_fs.cif (t < n[i].length) {
length1049fs/hpfs/hpfs_fs.cinode->i_hpfs_n_secs = n[i].length;
length1293fs/hpfs/hpfs_fs.cif (de->last || de->length == 0)
length1553fs/hpfs/hpfs_fs.cif (de->last || de->length == 0)
length68fs/open.casmlinkage int sys_truncate(const char * path, unsigned int length)
length84fs/open.cinode->i_size = length;
length94fs/open.casmlinkage int sys_ftruncate(unsigned int fd, unsigned int length)
length105fs/open.cinode->i_size = length;
length473fs/proc/array.cint length;
length486fs/proc/array.clength = get_loadavg(page);
length489fs/proc/array.clength = get_uptime(page);
length492fs/proc/array.clength = get_meminfo(page);
length495fs/proc/array.clength = get_version(page);
length498fs/proc/array.clength = get_env(pid, page);
length501fs/proc/array.clength = get_arg(pid, page);
length504fs/proc/array.clength = get_stat(pid, page);
length507fs/proc/array.clength = get_statm(pid, page);
length511fs/proc/array.clength = get_malloc(page);
length518fs/proc/array.clength = get_maps(pid, page);
length521fs/proc/array.clength = get_module_list(page);
length524fs/proc/array.clength = get_kstat(page);
length527fs/proc/array.clength = get_device_list(page);
length530fs/proc/array.clength = get_filesystem_list(page);
length536fs/proc/array.cif (file->f_pos >= length) {
length540fs/proc/array.cif (count + file->f_pos > length)
length541fs/proc/array.ccount = length - file->f_pos;
length195fs/proc/net.cint length;
length217fs/proc/net.clength = unix_get_info(page,&start,file->f_pos,thistime);
length221fs/proc/net.clength = arp_get_info(page,&start,file->f_pos,thistime);
length224fs/proc/net.clength = rt_get_info(page,&start,file->f_pos,thistime);
length227fs/proc/net.clength = dev_get_info(page,&start,file->f_pos,thistime);
length230fs/proc/net.clength = raw_get_info(page,&start,file->f_pos,thistime);
length233fs/proc/net.clength = tcp_get_info(page,&start,file->f_pos,thistime);
length236fs/proc/net.clength = udp_get_info(page,&start,file->f_pos,thistime);
length240fs/proc/net.clength = rarp_get_info(page,&start,file->f_pos,thistime);
length246fs/proc/net.clength = ipx_rt_get_info(page,&start,file->f_pos,thistime);
length249fs/proc/net.clength = ipx_get_info(page,&start,file->f_pos,thistime);
length254fs/proc/net.clength = ax25_rt_get_info(page,&start,file->f_pos,thistime);
length257fs/proc/net.clength = ax25_get_info(page,&start,file->f_pos,thistime);
length261fs/proc/net.clength = nr_nodes_get_info(page,&start,file->f_pos,thistime);
length264fs/proc/net.clength = nr_neigh_get_info(page,&start,file->f_pos,thistime);
length267fs/proc/net.clength = nr_get_info(page,&start,file->f_pos,thistime);
length283fs/proc/net.cif (length <= 0)
length288fs/proc/net.cmemcpy_tofs(buf+copied, start, length);
length289fs/proc/net.cfile->f_pos+=length;  /* Move down the file */
length290fs/proc/net.cbytes-=length;
length291fs/proc/net.ccopied+=length;
length292fs/proc/net.cif(length<thistime)
length107include/linux/iso_fs.hchar length      [ISODCL (1, 1)]; /* 711 */
length146include/linux/kd.hlong length;    /* number of bytes */
length191include/linux/netdevice.hextern int    dev_get_info(char *buffer, char **start, off_t offset, int length);
length79init/main.cextern long rd_init(long mem_start, int length);
length53kernel/ioport.cint length = low_index + extent;
length57kernel/ioport.cif (length < 32)
length58kernel/ioport.cmask &= ~(~0 << length);
length63kernel/ioport.clength -= 32;
length67kernel/ioport.cwhile (length >= 32) {
length69kernel/ioport.clength -= 32;
length72kernel/ioport.cif (length > 0) {
length73kernel/ioport.cmask = ~(~0 << length);
length87kernel/ioport.cint length = low_index + extent;
length91kernel/ioport.cif (length < 32)
length92kernel/ioport.cmask &= ~(~0 << length);
length95kernel/ioport.clength -= 32;
length97kernel/ioport.cwhile (length >= 32) {
length100kernel/ioport.clength -= 32;
length103kernel/ioport.cif (length > 0) {
length104kernel/ioport.cmask = ~(~0 << length);
length837net/inet/arp.cint arp_get_info(char *buffer, char **start, off_t offset, int length)
length883net/inet/arp.cif(pos>offset+length)
length891net/inet/arp.cif(len>length)
length892net/inet/arp.clen=length;            /* Ending slop */
length11net/inet/arp.hextern int  arp_get_info(char *buffer, char **start, off_t origin, int length);
length924net/inet/dev.cint dev_get_info(char *buffer, char **start, off_t offset, int length)
length952net/inet/dev.cif(pos>offset+length)
length958net/inet/dev.cif(len>length)
length959net/inet/dev.clen=length;    /* Ending slop */
length140net/inet/ipx.cint ipx_get_info(char *buffer, char **start, off_t offset, int length)
length172net/inet/ipx.cif(pos>offset+length)    /* We have dumped enough */
length179net/inet/ipx.cif(len>length)
length180net/inet/ipx.clen=length;    /* Remove unwanted tail data from length */
length422net/inet/ipx.cint ipx_rt_get_info(char *buffer, char **start, off_t offset, int length)
length441net/inet/ipx.cif(pos>offset+length)
length446net/inet/ipx.cif(len>length)
length447net/inet/ipx.clen=length;
length57net/inet/proc.cget__netinfo(struct proto *pro, char *buffer, int format, char **start, off_t offset, int length)
length112net/inet/proc.cif(pos>offset+length)
length117net/inet/proc.cif(pos>offset+length)
length122net/inet/proc.cif(len>length)
length123net/inet/proc.clen=length;
length128net/inet/proc.cint tcp_get_info(char *buffer, char **start, off_t offset, int length)
length130net/inet/proc.creturn get__netinfo(&tcp_prot, buffer,0, start, offset, length);
length134net/inet/proc.cint udp_get_info(char *buffer, char **start, off_t offset, int length)
length136net/inet/proc.creturn get__netinfo(&udp_prot, buffer,1, start, offset, length);
length140net/inet/proc.cint raw_get_info(char *buffer, char **start, off_t offset, int length)
length142net/inet/proc.creturn get__netinfo(&raw_prot, buffer,1, start, offset, length);
length448net/inet/rarp.cint rarp_get_info(char *buffer, char **start, off_t offset, int length)
length499net/inet/rarp.cif(pos>offset+length)
length507net/inet/rarp.cif(len>length)
length508net/inet/rarp.clen=length;            /* Ending slop */
length12net/inet/rarp.hint length);
length475net/inet/route.cint rt_get_info(char *buffer, char **start, off_t offset, int length)
length504net/inet/route.cif(pos>offset+length)
length510net/inet/route.cif(len>length)
length511net/inet/route.clen=length;
length49net/inet/route.hextern int    rt_get_info(char * buffer, char **start, off_t offset, int length);
length1728net/inet/tcp.cint length=(th->doff*4)-sizeof(struct tcphdr);
length1733net/inet/tcp.cwhile(length>0)
length1742net/inet/tcp.clength-=2;
length1760net/inet/tcp.clength-=opsize;
length39net/unix/proc.cint unix_get_info(char *buffer, char **start, off_t offset, int length)
length88net/unix/proc.cif(pos>offset+length)
length97net/unix/proc.cif(len>length)
length98net/unix/proc.clen=length;
length261zBoot/gzip.hvoid     send_bits  OF((int value, int length));
length262zBoot/gzip.hunsigned bi_reverse OF((unsigned value, int length));