tag | line | file | source code |
length | 261 | arch/i386/boot/compressed/gzip.h | void send_bits OF((int value, int length)); |
length | 262 | arch/i386/boot/compressed/gzip.h | unsigned bi_reverse OF((unsigned value, int length)); |
length | 84 | arch/i386/kernel/bios32.c | unsigned char length; /* Length in paragraphs should be 01 */ |
length | 113 | arch/i386/kernel/bios32.c | unsigned long length; /* %ecx */ |
length | 119 | arch/i386/kernel/bios32.c | "=c" (length), |
length | 587 | arch/i386/kernel/bios32.c | int i, length; |
length | 601 | arch/i386/kernel/bios32.c | length = check->fields.length * 16; |
length | 602 | arch/i386/kernel/bios32.c | if (!length) |
length | 605 | arch/i386/kernel/bios32.c | for (i = 0; i < length ; ++i) |
length | 59 | arch/i386/kernel/ioport.c | int length = low_index + extent; |
length | 63 | arch/i386/kernel/ioport.c | if (length < 32) |
length | 64 | arch/i386/kernel/ioport.c | mask &= ~(~0 << length); |
length | 69 | arch/i386/kernel/ioport.c | length -= 32; |
length | 73 | arch/i386/kernel/ioport.c | while (length >= 32) { |
length | 75 | arch/i386/kernel/ioport.c | length -= 32; |
length | 78 | arch/i386/kernel/ioport.c | if (length > 0) { |
length | 79 | arch/i386/kernel/ioport.c | mask = ~(~0 << length); |
length | 93 | arch/i386/kernel/ioport.c | int length = low_index + extent; |
length | 97 | arch/i386/kernel/ioport.c | if (length < 32) |
length | 98 | arch/i386/kernel/ioport.c | mask &= ~(~0 << length); |
length | 101 | arch/i386/kernel/ioport.c | length -= 32; |
length | 103 | arch/i386/kernel/ioport.c | while (length >= 32) { |
length | 106 | arch/i386/kernel/ioport.c | length -= 32; |
length | 109 | arch/i386/kernel/ioport.c | if (length > 0) { |
length | 110 | arch/i386/kernel/ioport.c | mask = ~(~0 << length); |
length | 66 | drivers/block/blk.h | extern long rd_init(long mem_start, int length); |
length | 816 | drivers/block/floppy.c | raw_cmd.length > 512 * CURRENT->nr_sectors) && |
length | 818 | drivers/block/floppy.c | current_addr + raw_cmd.length > |
length | 821 | drivers/block/floppy.c | current_addr, raw_cmd.length, floppy_track_buffer); |
length | 838 | drivers/block/floppy.c | ((long)(current_addr + raw_cmd.length-1) & ~(64*1024-1))){ |
length | 840 | drivers/block/floppy.c | current_addr, current_addr + raw_cmd.length); |
length | 854 | drivers/block/floppy.c | set_dma_count(FLOPPY_DMA, raw_cmd.length); |
length | 1792 | drivers/block/floppy.c | raw_cmd.length = 4 * F_SECT_PER_TRACK; |
length | 2276 | drivers/block/floppy.c | raw_cmd.length = current_count_sectors << 9; |
length | 2316 | drivers/block/floppy.c | raw_cmd.length = sector_t+current_count_sectors-aligned_sector_t; |
length | 2317 | drivers/block/floppy.c | raw_cmd.length = ((raw_cmd.length -1)|(ssize-1))+1; |
length | 2318 | drivers/block/floppy.c | raw_cmd.length <<= 9; |
length | 2320 | drivers/block/floppy.c | if ((raw_cmd.length < current_count_sectors << 9) || |
length | 2323 | drivers/block/floppy.c | (aligned_sector_t + (raw_cmd.length >> 9) > buffer_max || |
length | 2325 | drivers/block/floppy.c | raw_cmd.length % ( 128 << SIZECODE ) || |
length | 2326 | drivers/block/floppy.c | raw_cmd.length <= 0 || current_count_sectors <= 0){ |
length | 2328 | drivers/block/floppy.c | raw_cmd.length, current_count_sectors); |
length | 2348 | drivers/block/floppy.c | raw_cmd.length < 0 || |
length | 2349 | drivers/block/floppy.c | current_addr + raw_cmd.length > |
length | 2354 | drivers/block/floppy.c | raw_cmd.length >> 9 ); |
length | 2363 | drivers/block/floppy.c | } else if (raw_cmd.length > CURRENT->nr_sectors << 9 || |
length | 2367 | drivers/block/floppy.c | } else if ( raw_cmd.length < current_count_sectors << 9 ){ |
length | 2369 | drivers/block/floppy.c | printk("bytes=%ld\n", raw_cmd.length >> 9 ); |
length | 2609 | drivers/block/floppy.c | count = raw_cmd.length; |
length | 2642 | drivers/block/floppy.c | raw_cmd.length = get_dma_residue(FLOPPY_DMA); |
length | 76 | drivers/block/ramdisk.c | long rd_init(long mem_start, int length) |
length | 87 | drivers/block/ramdisk.c | rd_length = length; |
length | 89 | drivers/block/ramdisk.c | for (i=0; i < length; i++) |
length | 95 | drivers/block/ramdisk.c | return(length); |
length | 299 | drivers/net/3c505.c | if (pcb->length > MAX_PCB_DATA) |
length | 300 | drivers/net/3c505.c | printk(invalid_pcb_msg, pcb->length, filename, __LINE__); |
length | 316 | drivers/net/3c505.c | OUTB(pcb->length, (adapter->io_addr)+PORT_COMMAND); |
length | 320 | drivers/net/3c505.c | for (i = 0; cont && (i < pcb->length); i++) { |
length | 330 | drivers/net/3c505.c | OUTB(2+pcb->length, adapter->io_addr+PORT_COMMAND); |
length | 406 | drivers/net/3c505.c | pcb->length = INB(adapter->io_addr+PORT_COMMAND); |
length | 408 | drivers/net/3c505.c | if (pcb->length > MAX_PCB_DATA) |
length | 409 | drivers/net/3c505.c | printk(invalid_pcb_msg, pcb->length, filename,__LINE__); |
length | 431 | drivers/net/3c505.c | if (total_length != (pcb->length + 2)) { |
length | 526 | drivers/net/3c505.c | tx_pcb->length = sizeof(struct Rcv_pkt); |
length | 920 | drivers/net/3c505.c | adapter->tx_pcb.length = sizeof(struct Memconf); |
length | 940 | drivers/net/3c505.c | adapter->tx_pcb.length = 2; |
length | 991 | drivers/net/3c505.c | adapter->tx_pcb.length = sizeof(struct Xmit_pkt); |
length | 1143 | drivers/net/3c505.c | adapter->tx_pcb.length = 0; |
length | 1235 | drivers/net/3c505.c | adapter->tx_pcb.length = 6*num_addrs; |
length | 1262 | drivers/net/3c505.c | adapter->tx_pcb.length = 2; |
length | 1489 | drivers/net/3c505.c | adapter.tx_pcb.length = 0; |
length | 1493 | drivers/net/3c505.c | (adapter.rx_pcb.length != 6)) { |
length | 93 | drivers/net/3c505dta.h | byte length; |
length | 290 | drivers/net/3c507.c | static void hardware_send_packet(struct device *dev, void *buf, short length); |
length | 491 | drivers/net/3c507.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 496 | drivers/net/3c507.c | hardware_send_packet(dev, buf, length); |
length | 757 | drivers/net/3c507.c | hardware_send_packet(struct device *dev, void *buf, short length) |
length | 771 | drivers/net/3c507.c | *write_ptr++ = length | 0x8000; /* Byte count parameter. */ |
length | 782 | drivers/net/3c507.c | memcpy(write_ptr, buf, length); |
length | 795 | drivers/net/3c507.c | dev->name, ioaddr, length, tx_block, lp->tx_head); |
length | 95 | drivers/net/8390.c | static void NS8390_trigger_send(struct device *dev, unsigned int length, |
length | 126 | drivers/net/8390.c | int length, send_length; |
length | 169 | drivers/net/8390.c | length = skb->len; |
length | 183 | drivers/net/8390.c | send_length = ETH_ZLEN < length ? length : ETH_ZLEN; |
length | 210 | drivers/net/8390.c | ei_block_output(dev, length, skb->data, output_page); |
length | 224 | drivers/net/8390.c | ei_block_output(dev, length, skb->data, ei_local->tx_start_page); |
length | 666 | drivers/net/8390.c | static void NS8390_trigger_send(struct device *dev, unsigned int length, |
length | 679 | drivers/net/8390.c | outb_p(length & 0xff, e8390_base + EN0_TCNTLO); |
length | 680 | drivers/net/8390.c | outb_p(length >> 8, e8390_base + EN0_TCNTHI); |
length | 630 | drivers/net/apricot.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 651 | drivers/net/apricot.c | tx_cmd->tbd->size = EOF | length; |
length | 403 | drivers/net/at1700.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 409 | drivers/net/at1700.c | outw(length, ioaddr + DATAPORT); |
length | 410 | drivers/net/at1700.c | outsw(ioaddr + DATAPORT, buf, (length + 1) >> 1); |
length | 413 | drivers/net/at1700.c | lp->tx_queue_len += length + 2; |
length | 137 | drivers/net/atp.c | static void write_packet(short ioaddr, int length, unsigned char *packet, int mode); |
length | 138 | drivers/net/atp.c | static void trigger_send(short ioaddr, int length); |
length | 142 | drivers/net/atp.c | static void read_block(short ioaddr, int length, unsigned char *buffer, int data_mode); |
length | 372 | drivers/net/atp.c | static void trigger_send(short ioaddr, int length) |
length | 374 | drivers/net/atp.c | write_reg_byte(ioaddr, TxCNT0, length & 0xff); |
length | 375 | drivers/net/atp.c | write_reg(ioaddr, TxCNT1, length >> 8); |
length | 379 | drivers/net/atp.c | static void write_packet(short ioaddr, int length, unsigned char *packet, int data_mode) |
length | 381 | drivers/net/atp.c | length = (length + 1) & ~1; /* Round up to word length. */ |
length | 388 | drivers/net/atp.c | } while (--length > 0) ; |
length | 401 | drivers/net/atp.c | while (--length > 0) |
length | 444 | drivers/net/atp.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 456 | drivers/net/atp.c | write_packet(ioaddr, length, buf, dev->if_port); |
length | 460 | drivers/net/atp.c | trigger_send(ioaddr, length); |
length | 465 | drivers/net/atp.c | lp->saved_tx_size = length; |
length | 658 | drivers/net/atp.c | static void read_block(short ioaddr, int length, unsigned char *p, int data_mode) |
length | 663 | drivers/net/atp.c | outb(length == 8 ? RdAddr | HNib | MAR : RdAddr | MAR, |
length | 666 | drivers/net/atp.c | do *p++ = read_byte_mode0(ioaddr); while (--length > 0); |
length | 668 | drivers/net/atp.c | do *p++ = read_byte_mode2(ioaddr); while (--length > 0); |
length | 670 | drivers/net/atp.c | do *p++ = read_byte_mode4(ioaddr); while (--length > 0); |
length | 672 | drivers/net/atp.c | do *p++ = read_byte_mode6(ioaddr); while (--length > 0); |
length | 284 | drivers/net/depca.c | short length; /* This length is negative 2's complement! */ |
length | 879 | drivers/net/depca.c | lp->tx_ring[entry].length = -len; |
length | 916 | drivers/net/depca.c | lp->tx_ring[entry].length = -len; |
length | 936 | drivers/net/depca.c | lp->tx_ring[entry].base, -lp->tx_ring[entry].length); |
length | 300 | drivers/net/eexpress.c | static void hardware_send_packet(struct device *dev, void *buf, short length); |
length | 496 | drivers/net/eexpress.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 501 | drivers/net/eexpress.c | hardware_send_packet(dev, buf, length); |
length | 855 | drivers/net/eexpress.c | hardware_send_packet(struct device *dev, void *buf, short length) |
length | 869 | drivers/net/eexpress.c | outw(length | 0x8000, ioaddr); /* Byte count parameter. */ |
length | 881 | drivers/net/eexpress.c | outsw(ioaddr + DATAPORT, buf, (length + 1) >> 1); |
length | 895 | drivers/net/eexpress.c | "reap %4x status %4.4x.\n", dev->name, ioaddr, length, |
length | 176 | drivers/net/lance.c | short length; /* Length is 2s complement (negative)! */ |
length | 658 | drivers/net/lance.c | lp->tx_ring[i].base, -lp->tx_ring[i].length, |
length | 711 | drivers/net/lance.c | lp->tx_ring[entry].length = |
length | 714 | drivers/net/lance.c | lp->tx_ring[entry].length = -skb->len; |
length | 126 | drivers/net/ni52.h | unsigned short length; /* 802.3 frame-length */ |
length | 243 | drivers/net/ni52.h | unsigned short length; /* user defined: 802.3 length / Ether type */ |
length | 160 | drivers/net/plip.c | unsigned short length; |
length | 444 | drivers/net/plip.c | snd->length = skb->len; |
length | 638 | drivers/net/plip.c | &rcv->nibble, (unsigned char *)&rcv->length)) |
length | 644 | drivers/net/plip.c | &rcv->nibble, (unsigned char *)&rcv->length+1)) |
length | 646 | drivers/net/plip.c | if (rcv->length > dev->mtu || rcv->length < 8) { |
length | 647 | drivers/net/plip.c | printk("%s: bogus packet size %d.\n", dev->name, rcv->length); |
length | 651 | drivers/net/plip.c | rcv->skb = alloc_skb(rcv->length, GFP_ATOMIC); |
length | 656 | drivers/net/plip.c | rcv->skb->len = rcv->length; |
length | 669 | drivers/net/plip.c | } while (++rcv->byte < rcv->length); |
length | 840 | drivers/net/plip.c | &snd->nibble, snd->length & 0xff)) /* timeout */ |
length | 846 | drivers/net/plip.c | &snd->nibble, snd->length >> 8)) /* timeout */ |
length | 858 | drivers/net/plip.c | } while (++snd->byte < snd->length); |
length | 108 | drivers/net/skeleton.c | extern void hardware_send_packet(short ioaddr, char *buf, int length); |
length | 340 | drivers/net/skeleton.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 343 | drivers/net/skeleton.c | hardware_send_packet(ioaddr, buf, length); |
length | 360 | drivers/net/znet.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 363 | drivers/net/znet.c | ushort rnd_len = (length + 1)>>1; |
length | 378 | drivers/net/znet.c | *zn.tx_cur++ = length; |
length | 383 | drivers/net/znet.c | memcpy(zn.tx_start, buf + semi_cnt, length - semi_cnt); |
length | 398 | drivers/net/znet.c | printk(KERN_DEBUG "%s: Transmitter queued, length %d.\n", dev->name, length); |
length | 2508 | drivers/scsi/53c7,8xx.c | ((struct scatterlist *)cmd->buffer)[i].length : |
length | 309 | drivers/scsi/NCR5380.c | cmd->SCp.this_residual = cmd->SCp.buffer->length; |
length | 1964 | drivers/scsi/NCR5380.c | cmd->SCp.this_residual = cmd->SCp.buffer->length; |
length | 776 | drivers/scsi/aha152x.c | SCpnt->SCp.this_residual = SCpnt->SCp.buffer->length; |
length | 1938 | drivers/scsi/aha152x.c | current_SC->SCp.buffer->length; |
length | 2074 | drivers/scsi/aha152x.c | current_SC->SCp.buffer->length; |
length | 613 | drivers/scsi/aha1542.c | if(sgpnt[i].length == 0 || SCpnt->use_sg > 16 || |
length | 614 | drivers/scsi/aha1542.c | (((int)sgpnt[i].address) & 1) || (sgpnt[i].length & 1)){ |
length | 619 | drivers/scsi/aha1542.c | sgpnt[i].length); |
length | 628 | drivers/scsi/aha1542.c | any2scsi(cptr[i].datalen, sgpnt[i].length); |
length | 333 | drivers/scsi/aha1740.c | cptr[i].datalen = sgpnt[i].length; |
length | 138 | drivers/scsi/aha274x.c | (char *)&(sg).length - (char *)&(sg) != 8 || \ |
length | 140 | drivers/scsi/aha274x.c | sizeof((sg).length) != 4 || \ |
length | 363 | drivers/scsi/aha274x.c | unsigned length; |
length | 370 | drivers/scsi/aha274x.c | for (i = length = 0; |
length | 374 | drivers/scsi/aha274x.c | length += sg[i].length; |
length | 377 | drivers/scsi/aha274x.c | length = cmd->request_bufflen; |
length | 379 | drivers/scsi/aha274x.c | return(length); |
length | 390 | drivers/scsi/aha274x.c | if ((unsigned)sg[i].length > 0xffff) |
length | 1064 | drivers/scsi/aha274x.c | unsigned length; |
length | 1084 | drivers/scsi/aha274x.c | length = aha274x_length(cmd, 0); |
length | 1094 | drivers/scsi/aha274x.c | if (length > 0xffffff) { |
length | 1110 | drivers/scsi/aha274x.c | length); |
length | 735 | drivers/scsi/buslogic.c | cptr[i].datalen = sgpnt[i].length; |
length | 475 | drivers/scsi/eata.c | cpp->sglist[k].num_bytes = htonl((unsigned int) sgpnt[k].length); |
length | 1216 | drivers/scsi/fdomain.c | current_SC->SCp.this_residual = current_SC->SCp.buffer->length; |
length | 1249 | drivers/scsi/fdomain.c | current_SC->SCp.this_residual = current_SC->SCp.buffer->length; |
length | 1333 | drivers/scsi/fdomain.c | current_SC->SCp.this_residual = current_SC->SCp.buffer->length; |
length | 202 | drivers/scsi/in2000.c | in2000_datalen = in2000_scatter->length; |
length | 260 | drivers/scsi/in2000.c | in2000_datalen = in2000_scatter->length; |
length | 489 | drivers/scsi/in2000.c | in2000_datalen = in2000_scatter->length; |
length | 337 | drivers/scsi/qlogic.c | if (ql_pdma(phase, sglist->address, sglist->length)) |
length | 335 | drivers/scsi/scsi.h | unsigned int length; |
length | 122 | drivers/scsi/scsi_debug.c | printk(":%x %x %d\n",sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length); |
length | 262 | drivers/scsi/scsi_debug.c | bufflen = sgpnt[sgcount].length; |
length | 331 | drivers/scsi/scsi_debug.c | bufflen = sgpnt[sgcount].length; |
length | 186 | drivers/scsi/sd.c | printk(":%x %x %d\n",sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length); |
length | 190 | drivers/scsi/sd.c | memcpy(sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length); |
length | 191 | drivers/scsi/sd.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
length | 246 | drivers/scsi/sd.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
length | 597 | drivers/scsi/sd.c | sgpnt[count].length += bh->b_size; |
length | 600 | drivers/scsi/sd.c | if (((long) sgpnt[count].address) + sgpnt[count].length - 1 > |
length | 607 | drivers/scsi/sd.c | if(dma_free_sectors < (sgpnt[count].length >> 9) + 10) { |
length | 610 | drivers/scsi/sd.c | sgpnt[count].address = (char *) scsi_malloc(sgpnt[count].length); |
length | 622 | drivers/scsi/sd.c | scsi_free(sgpnt[count].address, sgpnt[count].length); |
length | 643 | drivers/scsi/sd.c | if (((long) sgpnt[count].address) + sgpnt[count].length + |
length | 650 | drivers/scsi/sd.c | tmp = (char *) scsi_malloc(sgpnt[count].length + bhp->b_size); |
length | 656 | drivers/scsi/sd.c | scsi_free(sgpnt[count].address, sgpnt[count].length); |
length | 684 | drivers/scsi/sd.c | sgpnt[count].length); |
length | 692 | drivers/scsi/sd.c | sgpnt[count].length); |
length | 152 | drivers/scsi/seagate.c | unsigned length; |
length | 325 | drivers/scsi/seagate.c | signatures[j].length)) { |
length | 900 | drivers/scsi/seagate.c | hostno, i, buffer[i].address, buffer[i].length); |
length | 905 | drivers/scsi/seagate.c | len = buffer->length; |
length | 1141 | drivers/scsi/seagate.c | len = buffer->length; |
length | 1287 | drivers/scsi/seagate.c | len = buffer->length; |
length | 175 | drivers/scsi/sr.c | memcpy(sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length); |
length | 177 | drivers/scsi/sr.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
length | 213 | drivers/scsi/sr.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
length | 632 | drivers/scsi/sr.c | sgpnt[count].length = (SCpnt->request.sector % 4) << 9; |
length | 633 | drivers/scsi/sr.c | sgpnt[count].address = (char *) scsi_malloc(sgpnt[count].length); |
length | 643 | drivers/scsi/sr.c | sgpnt[count].length = bh->b_size; |
length | 648 | drivers/scsi/sr.c | sgpnt[count].length = end_rec; |
length | 653 | drivers/scsi/sr.c | if (((int) sgpnt[count].address) + sgpnt[count].length > |
length | 659 | drivers/scsi/sr.c | if(dma_free_sectors < (sgpnt[count].length >> 9) + 5) { |
length | 662 | drivers/scsi/sr.c | sgpnt[count].address = (char *) scsi_malloc(sgpnt[count].length); |
length | 673 | drivers/scsi/sr.c | scsi_free(sgpnt[count].address, sgpnt[count].length); |
length | 690 | drivers/scsi/sr.c | sgpnt[count].length); |
length | 432 | drivers/scsi/u14-34f.c | cpp->sglist[k].num_bytes = sgpnt[k].length; |
length | 433 | drivers/scsi/u14-34f.c | data_len += sgpnt[k].length; |
length | 655 | drivers/scsi/ultrastor.c | mscp->sglist[i].num_bytes = sl[i].length; |
length | 656 | drivers/scsi/ultrastor.c | transfer_length += sl[i].length; |
length | 934 | drivers/scsi/wd7000.c | any2scsi(sgb[i].len, sg[i].length); |
length | 233 | fs/hpfs/hpfs.h | unsigned short length; /* offset to next dirent */ |
length | 270 | fs/hpfs/hpfs.h | return *(dnode_secno *) ((void *) de + de->length - 4); |
length | 291 | fs/hpfs/hpfs.h | return (void *) de + de->length; |
length | 309 | fs/hpfs/hpfs.h | unsigned length; /* length, sectors */ |
length | 792 | fs/hpfs/hpfs_fs.c | if (de->last || de->length == 0) |
length | 1049 | fs/hpfs/hpfs_fs.c | if (t < n[i].length) { |
length | 1052 | fs/hpfs/hpfs_fs.c | inode->i_hpfs_n_secs = n[i].length; |
length | 1296 | fs/hpfs/hpfs_fs.c | if (de->last || de->length == 0) |
length | 1556 | fs/hpfs/hpfs_fs.c | if (de->last || de->length == 0) |
length | 68 | fs/open.c | asmlinkage int sys_truncate(const char * path, unsigned int length) |
length | 94 | fs/open.c | inode->i_size = newattrs.ia_size = length; |
length | 106 | fs/open.c | asmlinkage int sys_ftruncate(unsigned int fd, unsigned int length) |
length | 120 | fs/open.c | inode->i_size = newattrs.ia_size = length; |
length | 675 | fs/proc/array.c | int length; |
length | 686 | fs/proc/array.c | length = fill_array((char *) page, pid, type); |
length | 687 | fs/proc/array.c | if (length < 0) { |
length | 689 | fs/proc/array.c | return length; |
length | 691 | fs/proc/array.c | if (file->f_pos >= length) { |
length | 695 | fs/proc/array.c | if (count + file->f_pos > length) |
length | 696 | fs/proc/array.c | count = length - file->f_pos; |
length | 209 | fs/proc/net.c | int length; |
length | 231 | fs/proc/net.c | length = unix_get_info(page,&start,file->f_pos,thistime); |
length | 235 | fs/proc/net.c | length = arp_get_info(page,&start,file->f_pos,thistime); |
length | 238 | fs/proc/net.c | length = rt_get_info(page,&start,file->f_pos,thistime); |
length | 241 | fs/proc/net.c | length = dev_get_info(page,&start,file->f_pos,thistime); |
length | 244 | fs/proc/net.c | length = raw_get_info(page,&start,file->f_pos,thistime); |
length | 247 | fs/proc/net.c | length = tcp_get_info(page,&start,file->f_pos,thistime); |
length | 250 | fs/proc/net.c | length = udp_get_info(page,&start,file->f_pos,thistime); |
length | 253 | fs/proc/net.c | length = snmp_get_info(page, &start, file->f_pos,thistime); |
length | 257 | fs/proc/net.c | length = ip_mc_procinfo(page, &start, file->f_pos,thistime); |
length | 262 | fs/proc/net.c | length = ip_fw_fwd_procinfo(page, &start, file->f_pos,thistime); |
length | 265 | fs/proc/net.c | length = ip_fw_blk_procinfo(page, &start, file->f_pos,thistime); |
length | 270 | fs/proc/net.c | length = ip_acct_procinfo(page, &start, file->f_pos,thistime); |
length | 275 | fs/proc/net.c | length = rarp_get_info(page,&start,file->f_pos,thistime); |
length | 281 | fs/proc/net.c | length = ipx_rt_get_info(page,&start,file->f_pos,thistime); |
length | 284 | fs/proc/net.c | length = ipx_get_info(page,&start,file->f_pos,thistime); |
length | 289 | fs/proc/net.c | length = ax25_rt_get_info(page,&start,file->f_pos,thistime); |
length | 292 | fs/proc/net.c | length = ax25_get_info(page,&start,file->f_pos,thistime); |
length | 296 | fs/proc/net.c | length = nr_nodes_get_info(page,&start,file->f_pos,thistime); |
length | 299 | fs/proc/net.c | length = nr_neigh_get_info(page,&start,file->f_pos,thistime); |
length | 302 | fs/proc/net.c | length = nr_get_info(page,&start,file->f_pos,thistime); |
length | 318 | fs/proc/net.c | if (length <= 0) |
length | 323 | fs/proc/net.c | memcpy_tofs(buf+copied, start, length); |
length | 324 | fs/proc/net.c | file->f_pos+=length; /* Move down the file */ |
length | 325 | fs/proc/net.c | bytes-=length; |
length | 326 | fs/proc/net.c | copied+=length; |
length | 327 | fs/proc/net.c | if(length<thistime) |
length | 226 | include/linux/fd.h | long length; |
length | 107 | include/linux/iso_fs.h | char length [ISODCL (1, 1)]; /* 711 */ |
length | 212 | include/linux/netdevice.h | extern int dev_get_info(char *buffer, char **start, off_t offset, int length); |
length | 80 | init/main.c | extern long rd_init(long mem_start, int length); |
length | 928 | net/inet/arp.c | int arp_get_info(char *buffer, char **start, off_t offset, int length) |
length | 989 | net/inet/arp.c | if(pos>offset+length) |
length | 997 | net/inet/arp.c | if(len>length) |
length | 998 | net/inet/arp.c | len=length; /* Ending slop */ |
length | 12 | net/inet/arp.h | extern int arp_get_info(char *buffer, char **start, off_t origin, int length); |
length | 914 | net/inet/dev.c | int dev_get_info(char *buffer, char **start, off_t offset, int length) |
length | 942 | net/inet/dev.c | if(pos>offset+length) |
length | 948 | net/inet/dev.c | if(len>length) |
length | 949 | net/inet/dev.c | len=length; /* Ending slop */ |
length | 2017 | net/inet/ip.c | int ip_mc_procinfo(char *buffer, char **start, off_t offset, int length) |
length | 2040 | net/inet/ip.c | if(pos>offset+length) |
length | 2047 | net/inet/ip.c | if(len>length) |
length | 2048 | net/inet/ip.c | len=length; |
length | 909 | net/inet/ip_fw.c | static int ip_chain_procinfo(struct ip_fw *chain, char *buffer, char **start, off_t offset, int length) |
length | 941 | net/inet/ip_fw.c | if(pos>offset+length) |
length | 948 | net/inet/ip_fw.c | if(len>length) |
length | 949 | net/inet/ip_fw.c | len=length; |
length | 956 | net/inet/ip_fw.c | int ip_acct_procinfo(char *buffer, char **start, off_t offset, int length) |
length | 958 | net/inet/ip_fw.c | return ip_chain_procinfo(ip_acct_chain, buffer,start,offset,length); |
length | 965 | net/inet/ip_fw.c | int ip_fw_blk_procinfo(char *buffer, char **start, off_t offset, int length) |
length | 967 | net/inet/ip_fw.c | return ip_chain_procinfo(ip_fw_blk_chain, buffer,start,offset,length); |
length | 970 | net/inet/ip_fw.c | int ip_fw_fwd_procinfo(char *buffer, char **start, off_t offset, int length) |
length | 972 | net/inet/ip_fw.c | return ip_chain_procinfo(ip_fw_fwd_chain, buffer,start,offset,length); |
length | 146 | net/inet/ipx.c | int ipx_get_info(char *buffer, char **start, off_t offset, int length) |
length | 178 | net/inet/ipx.c | if(pos>offset+length) /* We have dumped enough */ |
length | 185 | net/inet/ipx.c | if(len>length) |
length | 186 | net/inet/ipx.c | len=length; /* Remove unwanted tail data from length */ |
length | 436 | net/inet/ipx.c | int ipx_rt_get_info(char *buffer, char **start, off_t offset, int length) |
length | 455 | net/inet/ipx.c | if(pos>offset+length) |
length | 460 | net/inet/ipx.c | if(len>length) |
length | 461 | net/inet/ipx.c | len=length; |
length | 57 | net/inet/proc.c | get__netinfo(struct proto *pro, char *buffer, int format, char **start, off_t offset, int length) |
length | 114 | net/inet/proc.c | if(pos>offset+length) |
length | 119 | net/inet/proc.c | if(pos>offset+length) |
length | 124 | net/inet/proc.c | if(len>length) |
length | 125 | net/inet/proc.c | len=length; |
length | 130 | net/inet/proc.c | int tcp_get_info(char *buffer, char **start, off_t offset, int length) |
length | 132 | net/inet/proc.c | return get__netinfo(&tcp_prot, buffer,0, start, offset, length); |
length | 136 | net/inet/proc.c | int udp_get_info(char *buffer, char **start, off_t offset, int length) |
length | 138 | net/inet/proc.c | return get__netinfo(&udp_prot, buffer,1, start, offset, length); |
length | 142 | net/inet/proc.c | int raw_get_info(char *buffer, char **start, off_t offset, int length) |
length | 144 | net/inet/proc.c | return get__netinfo(&raw_prot, buffer,1, start, offset, length); |
length | 152 | net/inet/proc.c | int snmp_get_info(char *buffer, char **start, off_t offset, int length) |
length | 219 | net/inet/proc.c | if (len > length) |
length | 220 | net/inet/proc.c | len = length; |
length | 426 | net/inet/rarp.c | int rarp_get_info(char *buffer, char **start, off_t offset, int length) |
length | 477 | net/inet/rarp.c | if(pos>offset+length) |
length | 485 | net/inet/rarp.c | if(len>length) |
length | 486 | net/inet/rarp.c | len=length; /* Ending slop */ |
length | 12 | net/inet/rarp.h | int length); |
length | 494 | net/inet/route.c | int rt_get_info(char *buffer, char **start, off_t offset, int length) |
length | 523 | net/inet/route.c | if(pos>offset+length) |
length | 529 | net/inet/route.c | if(len>length) |
length | 530 | net/inet/route.c | len=length; |
length | 50 | net/inet/route.h | extern int rt_get_info(char * buffer, char **start, off_t offset, int length); |
length | 2281 | net/inet/tcp.c | int length=(th->doff*4)-sizeof(struct tcphdr); |
length | 2286 | net/inet/tcp.c | while(length>0) |
length | 2295 | net/inet/tcp.c | length-=2; |
length | 2313 | net/inet/tcp.c | length-=opsize; |
length | 39 | net/unix/proc.c | int unix_get_info(char *buffer, char **start, off_t offset, int length) |
length | 88 | net/unix/proc.c | if(pos>offset+length) |
length | 97 | net/unix/proc.c | if(len>length) |
length | 98 | net/unix/proc.c | len=length; |