tag | line | file | source code |
length | 56 | 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 | 77 | drivers/block/ramdisk.c | long rd_init(long mem_start, int length) |
length | 88 | drivers/block/ramdisk.c | rd_length = length; |
length | 90 | drivers/block/ramdisk.c | for (i=0; i < length; i++) |
length | 96 | drivers/block/ramdisk.c | return(length); |
length | 300 | drivers/net/3c505.c | if (pcb->length > MAX_PCB_DATA) |
length | 301 | drivers/net/3c505.c | printk(invalid_pcb_msg, pcb->length, filename, __LINE__); |
length | 317 | drivers/net/3c505.c | OUTB(pcb->length, (adapter->io_addr)+PORT_COMMAND); |
length | 321 | drivers/net/3c505.c | for (i = 0; cont && (i < pcb->length); i++) { |
length | 331 | drivers/net/3c505.c | OUTB(2+pcb->length, adapter->io_addr+PORT_COMMAND); |
length | 407 | drivers/net/3c505.c | pcb->length = INB(adapter->io_addr+PORT_COMMAND); |
length | 409 | drivers/net/3c505.c | if (pcb->length > MAX_PCB_DATA) |
length | 410 | drivers/net/3c505.c | printk(invalid_pcb_msg, pcb->length, filename,__LINE__); |
length | 432 | drivers/net/3c505.c | if (total_length != (pcb->length + 2)) { |
length | 527 | drivers/net/3c505.c | tx_pcb->length = sizeof(struct Rcv_pkt); |
length | 921 | drivers/net/3c505.c | adapter->tx_pcb.length = sizeof(struct Memconf); |
length | 941 | drivers/net/3c505.c | adapter->tx_pcb.length = 2; |
length | 992 | drivers/net/3c505.c | adapter->tx_pcb.length = sizeof(struct Xmit_pkt); |
length | 1144 | drivers/net/3c505.c | adapter->tx_pcb.length = 0; |
length | 1236 | drivers/net/3c505.c | adapter->tx_pcb.length = 6*num_addrs; |
length | 1263 | drivers/net/3c505.c | adapter->tx_pcb.length = 2; |
length | 1490 | drivers/net/3c505.c | adapter.tx_pcb.length = 0; |
length | 1494 | 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 | 97 | drivers/net/8390.c | static void NS8390_trigger_send(struct device *dev, unsigned int length, |
length | 128 | drivers/net/8390.c | int length, send_length; |
length | 167 | drivers/net/8390.c | length = skb->len; |
length | 181 | drivers/net/8390.c | send_length = ETH_ZLEN < length ? length : ETH_ZLEN; |
length | 208 | drivers/net/8390.c | ei_block_output(dev, length, skb->data, output_page); |
length | 222 | drivers/net/8390.c | ei_block_output(dev, length, skb->data, ei_local->tx_start_page); |
length | 659 | drivers/net/8390.c | static void NS8390_trigger_send(struct device *dev, unsigned int length, |
length | 672 | drivers/net/8390.c | outb_p(length & 0xff, e8390_base + EN0_TCNTLO); |
length | 673 | drivers/net/8390.c | outb_p(length >> 8, e8390_base + EN0_TCNTHI); |
length | 631 | drivers/net/apricot.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 652 | 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 | 138 | drivers/net/atp.c | static void write_packet(short ioaddr, int length, unsigned char *packet, int mode); |
length | 139 | drivers/net/atp.c | static void trigger_send(short ioaddr, int length); |
length | 143 | drivers/net/atp.c | static void read_block(short ioaddr, int length, unsigned char *buffer, int data_mode); |
length | 373 | drivers/net/atp.c | static void trigger_send(short ioaddr, int length) |
length | 375 | drivers/net/atp.c | write_reg_byte(ioaddr, TxCNT0, length & 0xff); |
length | 376 | drivers/net/atp.c | write_reg(ioaddr, TxCNT1, length >> 8); |
length | 380 | drivers/net/atp.c | static void write_packet(short ioaddr, int length, unsigned char *packet, int data_mode) |
length | 382 | drivers/net/atp.c | length = (length + 1) & ~1; /* Round up to word length. */ |
length | 389 | drivers/net/atp.c | } while (--length > 0) ; |
length | 402 | drivers/net/atp.c | while (--length > 0) |
length | 445 | drivers/net/atp.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 457 | drivers/net/atp.c | write_packet(ioaddr, length, buf, dev->if_port); |
length | 461 | drivers/net/atp.c | trigger_send(ioaddr, length); |
length | 466 | drivers/net/atp.c | lp->saved_tx_size = length; |
length | 659 | drivers/net/atp.c | static void read_block(short ioaddr, int length, unsigned char *p, int data_mode) |
length | 664 | drivers/net/atp.c | outb(length == 8 ? RdAddr | HNib | MAR : RdAddr | MAR, |
length | 667 | drivers/net/atp.c | do *p++ = read_byte_mode0(ioaddr); while (--length > 0); |
length | 669 | drivers/net/atp.c | do *p++ = read_byte_mode2(ioaddr); while (--length > 0); |
length | 671 | drivers/net/atp.c | do *p++ = read_byte_mode4(ioaddr); while (--length > 0); |
length | 673 | drivers/net/atp.c | do *p++ = read_byte_mode6(ioaddr); while (--length > 0); |
length | 280 | drivers/net/depca.c | short length; /* This length is negative 2's complement! */ |
length | 875 | drivers/net/depca.c | lp->tx_ring[entry].length = -len; |
length | 912 | drivers/net/depca.c | lp->tx_ring[entry].length = -len; |
length | 932 | drivers/net/depca.c | lp->tx_ring[entry].base, -lp->tx_ring[entry].length); |
length | 299 | drivers/net/eexpress.c | static void hardware_send_packet(struct device *dev, void *buf, short length); |
length | 495 | drivers/net/eexpress.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 500 | drivers/net/eexpress.c | hardware_send_packet(dev, buf, length); |
length | 854 | drivers/net/eexpress.c | hardware_send_packet(struct device *dev, void *buf, short length) |
length | 868 | drivers/net/eexpress.c | outw(length | 0x8000, ioaddr); /* Byte count parameter. */ |
length | 880 | drivers/net/eexpress.c | outsw(ioaddr + DATAPORT, buf, (length + 1) >> 1); |
length | 894 | 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 | 162 | drivers/net/plip.c | unsigned short length; |
length | 446 | drivers/net/plip.c | snd->length = skb->len; |
length | 640 | drivers/net/plip.c | &rcv->nibble, (unsigned char *)&rcv->length)) |
length | 646 | drivers/net/plip.c | &rcv->nibble, (unsigned char *)&rcv->length+1)) |
length | 648 | drivers/net/plip.c | if (rcv->length > dev->mtu || rcv->length < 8) { |
length | 649 | drivers/net/plip.c | printk("%s: bogus packet size %d.\n", dev->name, rcv->length); |
length | 653 | drivers/net/plip.c | rcv->skb = alloc_skb(rcv->length, GFP_ATOMIC); |
length | 658 | drivers/net/plip.c | rcv->skb->len = rcv->length; |
length | 671 | drivers/net/plip.c | } while (++rcv->byte < rcv->length); |
length | 842 | drivers/net/plip.c | &snd->nibble, snd->length & 0xff)) /* timeout */ |
length | 848 | drivers/net/plip.c | &snd->nibble, snd->length >> 8)) /* timeout */ |
length | 860 | 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 | 361 | drivers/net/znet.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 364 | drivers/net/znet.c | ushort rnd_len = (length + 1)>>1; |
length | 379 | drivers/net/znet.c | *zn.tx_cur++ = length; |
length | 384 | drivers/net/znet.c | memcpy(zn.tx_start, buf + semi_cnt, length - semi_cnt); |
length | 399 | drivers/net/znet.c | printk(KERN_DEBUG "%s: Transmitter queued, length %d.\n", dev->name, length); |
length | 2491 | 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 | 599 | drivers/scsi/aha1542.c | if(sgpnt[i].length == 0 || SCpnt->use_sg > 16 || |
length | 600 | drivers/scsi/aha1542.c | (((int)sgpnt[i].address) & 1) || (sgpnt[i].length & 1)){ |
length | 605 | drivers/scsi/aha1542.c | sgpnt[i].length); |
length | 614 | drivers/scsi/aha1542.c | any2scsi(cptr[i].datalen, sgpnt[i].length); |
length | 331 | 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 | 723 | 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 | 488 | drivers/scsi/in2000.c | in2000_datalen = in2000_scatter->length; |
length | 338 | 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 | 261 | drivers/scsi/scsi_debug.c | bufflen = sgpnt[sgcount].length; |
length | 330 | 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 | 593 | drivers/scsi/sd.c | sgpnt[count].length += bh->b_size; |
length | 596 | drivers/scsi/sd.c | if (((int) sgpnt[count].address) + sgpnt[count].length - 1 > |
length | 603 | drivers/scsi/sd.c | if(dma_free_sectors < (sgpnt[count].length >> 9) + 10) { |
length | 606 | drivers/scsi/sd.c | sgpnt[count].address = (char *) scsi_malloc(sgpnt[count].length); |
length | 618 | drivers/scsi/sd.c | scsi_free(sgpnt[count].address, sgpnt[count].length); |
length | 639 | drivers/scsi/sd.c | if (((int) sgpnt[count].address) + sgpnt[count].length + |
length | 646 | drivers/scsi/sd.c | tmp = (char *) scsi_malloc(sgpnt[count].length + bhp->b_size); |
length | 652 | drivers/scsi/sd.c | scsi_free(sgpnt[count].address, sgpnt[count].length); |
length | 680 | drivers/scsi/sd.c | sgpnt[count].length); |
length | 688 | drivers/scsi/sd.c | sgpnt[count].length); |
length | 150 | drivers/scsi/seagate.c | unsigned length; |
length | 323 | drivers/scsi/seagate.c | signatures[j].length)) { |
length | 898 | drivers/scsi/seagate.c | hostno, i, buffer[i].address, buffer[i].length); |
length | 903 | drivers/scsi/seagate.c | len = buffer->length; |
length | 1139 | drivers/scsi/seagate.c | len = buffer->length; |
length | 1285 | 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 | 618 | drivers/scsi/sr.c | sgpnt[count].length = (SCpnt->request.sector % 4) << 9; |
length | 619 | drivers/scsi/sr.c | sgpnt[count].address = (char *) scsi_malloc(sgpnt[count].length); |
length | 629 | drivers/scsi/sr.c | sgpnt[count].length = bh->b_size; |
length | 634 | drivers/scsi/sr.c | sgpnt[count].length = end_rec; |
length | 639 | drivers/scsi/sr.c | if (((int) sgpnt[count].address) + sgpnt[count].length > |
length | 645 | drivers/scsi/sr.c | if(dma_free_sectors < (sgpnt[count].length >> 9) + 5) { |
length | 648 | drivers/scsi/sr.c | sgpnt[count].address = (char *) scsi_malloc(sgpnt[count].length); |
length | 659 | drivers/scsi/sr.c | scsi_free(sgpnt[count].address, sgpnt[count].length); |
length | 676 | 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 | 654 | drivers/scsi/ultrastor.c | mscp->sglist[i].num_bytes = sl[i].length; |
length | 655 | 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 | 656 | fs/proc/array.c | int length; |
length | 667 | fs/proc/array.c | length = fill_array((char *) page, pid, type); |
length | 668 | fs/proc/array.c | if (length < 0) { |
length | 670 | fs/proc/array.c | return length; |
length | 672 | fs/proc/array.c | if (file->f_pos >= length) { |
length | 676 | fs/proc/array.c | if (count + file->f_pos > length) |
length | 677 | fs/proc/array.c | count = length - file->f_pos; |
length | 208 | fs/proc/net.c | int length; |
length | 230 | fs/proc/net.c | length = unix_get_info(page,&start,file->f_pos,thistime); |
length | 234 | fs/proc/net.c | length = arp_get_info(page,&start,file->f_pos,thistime); |
length | 237 | fs/proc/net.c | length = rt_get_info(page,&start,file->f_pos,thistime); |
length | 240 | fs/proc/net.c | length = dev_get_info(page,&start,file->f_pos,thistime); |
length | 243 | fs/proc/net.c | length = raw_get_info(page,&start,file->f_pos,thistime); |
length | 246 | fs/proc/net.c | length = tcp_get_info(page,&start,file->f_pos,thistime); |
length | 249 | fs/proc/net.c | length = udp_get_info(page,&start,file->f_pos,thistime); |
length | 252 | fs/proc/net.c | length = snmp_get_info(page, &start, file->f_pos,thistime); |
length | 256 | fs/proc/net.c | length = ip_mc_procinfo(page, &start, file->f_pos,thistime); |
length | 261 | fs/proc/net.c | length = ip_fw_fwd_procinfo(page, &start, file->f_pos,thistime); |
length | 264 | fs/proc/net.c | length = ip_fw_blk_procinfo(page, &start, file->f_pos,thistime); |
length | 269 | fs/proc/net.c | length = ip_acct_procinfo(page, &start, file->f_pos,thistime); |
length | 274 | fs/proc/net.c | length = rarp_get_info(page,&start,file->f_pos,thistime); |
length | 280 | fs/proc/net.c | length = ipx_rt_get_info(page,&start,file->f_pos,thistime); |
length | 283 | fs/proc/net.c | length = ipx_get_info(page,&start,file->f_pos,thistime); |
length | 288 | fs/proc/net.c | length = ax25_rt_get_info(page,&start,file->f_pos,thistime); |
length | 291 | fs/proc/net.c | length = ax25_get_info(page,&start,file->f_pos,thistime); |
length | 295 | fs/proc/net.c | length = nr_nodes_get_info(page,&start,file->f_pos,thistime); |
length | 298 | fs/proc/net.c | length = nr_neigh_get_info(page,&start,file->f_pos,thistime); |
length | 301 | fs/proc/net.c | length = nr_get_info(page,&start,file->f_pos,thistime); |
length | 317 | fs/proc/net.c | if (length <= 0) |
length | 322 | fs/proc/net.c | memcpy_tofs(buf+copied, start, length); |
length | 323 | fs/proc/net.c | file->f_pos+=length; /* Move down the file */ |
length | 324 | fs/proc/net.c | bytes-=length; |
length | 325 | fs/proc/net.c | copied+=length; |
length | 326 | 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 | 210 | include/linux/netdevice.h | extern int dev_get_info(char *buffer, char **start, off_t offset, int length); |
length | 79 | init/main.c | extern long rd_init(long mem_start, int length); |
length | 80 | kernel/bios32.c | unsigned char length; /* Length in paragraphs should be 01 */ |
length | 109 | kernel/bios32.c | unsigned long length; /* %ecx */ |
length | 115 | kernel/bios32.c | "=c" (length), |
length | 416 | kernel/bios32.c | int i, length; |
length | 430 | kernel/bios32.c | length = check->fields.length * 16; |
length | 431 | kernel/bios32.c | if (!length) |
length | 434 | kernel/bios32.c | for (i = 0; i < length ; ++i) |
length | 53 | kernel/ioport.c | int length = low_index + extent; |
length | 57 | kernel/ioport.c | if (length < 32) |
length | 58 | kernel/ioport.c | mask &= ~(~0 << length); |
length | 63 | kernel/ioport.c | length -= 32; |
length | 67 | kernel/ioport.c | while (length >= 32) { |
length | 69 | kernel/ioport.c | length -= 32; |
length | 72 | kernel/ioport.c | if (length > 0) { |
length | 73 | kernel/ioport.c | mask = ~(~0 << length); |
length | 87 | kernel/ioport.c | int length = low_index + extent; |
length | 91 | kernel/ioport.c | if (length < 32) |
length | 92 | kernel/ioport.c | mask &= ~(~0 << length); |
length | 95 | kernel/ioport.c | length -= 32; |
length | 97 | kernel/ioport.c | while (length >= 32) { |
length | 100 | kernel/ioport.c | length -= 32; |
length | 103 | kernel/ioport.c | if (length > 0) { |
length | 104 | kernel/ioport.c | mask = ~(~0 << length); |
length | 920 | net/inet/arp.c | int arp_get_info(char *buffer, char **start, off_t offset, int length) |
length | 981 | net/inet/arp.c | if(pos>offset+length) |
length | 989 | net/inet/arp.c | if(len>length) |
length | 990 | 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 | 993 | net/inet/dev.c | int dev_get_info(char *buffer, char **start, off_t offset, int length) |
length | 1021 | net/inet/dev.c | if(pos>offset+length) |
length | 1027 | net/inet/dev.c | if(len>length) |
length | 1028 | net/inet/dev.c | len=length; /* Ending slop */ |
length | 2014 | net/inet/ip.c | int ip_mc_procinfo(char *buffer, char **start, off_t offset, int length) |
length | 2037 | net/inet/ip.c | if(pos>offset+length) |
length | 2044 | net/inet/ip.c | if(len>length) |
length | 2045 | net/inet/ip.c | len=length; |
length | 907 | net/inet/ip_fw.c | static int ip_chain_procinfo(struct ip_fw *chain, char *buffer, char **start, off_t offset, int length) |
length | 939 | net/inet/ip_fw.c | if(pos>offset+length) |
length | 946 | net/inet/ip_fw.c | if(len>length) |
length | 947 | net/inet/ip_fw.c | len=length; |
length | 954 | net/inet/ip_fw.c | int ip_acct_procinfo(char *buffer, char **start, off_t offset, int length) |
length | 956 | net/inet/ip_fw.c | return ip_chain_procinfo(ip_acct_chain, buffer,start,offset,length); |
length | 963 | net/inet/ip_fw.c | int ip_fw_blk_procinfo(char *buffer, char **start, off_t offset, int length) |
length | 965 | net/inet/ip_fw.c | return ip_chain_procinfo(ip_fw_blk_chain, buffer,start,offset,length); |
length | 968 | net/inet/ip_fw.c | int ip_fw_fwd_procinfo(char *buffer, char **start, off_t offset, int length) |
length | 970 | net/inet/ip_fw.c | return ip_chain_procinfo(ip_fw_fwd_chain, buffer,start,offset,length); |
length | 148 | net/inet/ipx.c | int ipx_get_info(char *buffer, char **start, off_t offset, int length) |
length | 180 | net/inet/ipx.c | if(pos>offset+length) /* We have dumped enough */ |
length | 187 | net/inet/ipx.c | if(len>length) |
length | 188 | net/inet/ipx.c | len=length; /* Remove unwanted tail data from length */ |
length | 434 | net/inet/ipx.c | int ipx_rt_get_info(char *buffer, char **start, off_t offset, int length) |
length | 453 | net/inet/ipx.c | if(pos>offset+length) |
length | 458 | net/inet/ipx.c | if(len>length) |
length | 459 | 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 | 2101 | net/inet/tcp.c | int length=(th->doff*4)-sizeof(struct tcphdr); |
length | 2106 | net/inet/tcp.c | while(length>0) |
length | 2115 | net/inet/tcp.c | length-=2; |
length | 2133 | 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; |
length | 261 | zBoot/gzip.h | void send_bits OF((int value, int length)); |
length | 262 | zBoot/gzip.h | unsigned bi_reverse OF((unsigned value, int length)); |