tag | line | file | source code |
length | 92 | drivers/block/blk.h | extern long rd_init(long mem_start, int length); |
length | 75 | drivers/block/ramdisk.c | long rd_init(long mem_start, int length) |
length | 86 | drivers/block/ramdisk.c | rd_length = length; |
length | 88 | drivers/block/ramdisk.c | for (i=0; i < length; i++) |
length | 94 | 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 | 278 | drivers/net/3c507.c | static void hardware_send_packet(struct device *dev, void *buf, short length); |
length | 471 | drivers/net/3c507.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 476 | drivers/net/3c507.c | hardware_send_packet(dev, buf, length); |
length | 737 | drivers/net/3c507.c | hardware_send_packet(struct device *dev, void *buf, short length) |
length | 751 | drivers/net/3c507.c | *write_ptr++ = length | 0x8000; /* Byte count parameter. */ |
length | 762 | drivers/net/3c507.c | memcpy(write_ptr, buf, length); |
length | 775 | drivers/net/3c507.c | dev->name, ioaddr, length, tx_block, lp->tx_head); |
length | 93 | drivers/net/8390.c | static void NS8390_trigger_send(struct device *dev, unsigned int length, |
length | 125 | drivers/net/8390.c | int length, send_length; |
length | 164 | drivers/net/8390.c | length = skb->len; |
length | 178 | drivers/net/8390.c | send_length = ETH_ZLEN < length ? length : ETH_ZLEN; |
length | 205 | drivers/net/8390.c | ei_block_output(dev, length, skb->data, output_page); |
length | 219 | drivers/net/8390.c | ei_block_output(dev, length, skb->data, ei_local->tx_start_page); |
length | 652 | drivers/net/8390.c | static void NS8390_trigger_send(struct device *dev, unsigned int length, |
length | 665 | drivers/net/8390.c | outb_p(length & 0xff, e8390_base + EN0_TCNTLO); |
length | 666 | drivers/net/8390.c | outb_p(length >> 8, e8390_base + EN0_TCNTHI); |
length | 570 | drivers/net/apricot.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 591 | drivers/net/apricot.c | tx_cmd->tbd->size = EOF | length; |
length | 384 | drivers/net/at1700.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 390 | drivers/net/at1700.c | outw(length, ioaddr + DATAPORT); |
length | 391 | drivers/net/at1700.c | outsw(ioaddr + DATAPORT, buf, (length + 1) >> 1); |
length | 394 | 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 | 273 | drivers/net/depca.c | short length; /* This length is negative 2's complement! */ |
length | 855 | drivers/net/depca.c | lp->tx_ring[entry].length = -len; |
length | 892 | drivers/net/depca.c | lp->tx_ring[entry].length = -len; |
length | 912 | drivers/net/depca.c | lp->tx_ring[entry].base, -lp->tx_ring[entry].length); |
length | 293 | drivers/net/eexpress.c | static void hardware_send_packet(struct device *dev, void *buf, short length); |
length | 486 | drivers/net/eexpress.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 491 | drivers/net/eexpress.c | hardware_send_packet(dev, buf, length); |
length | 836 | drivers/net/eexpress.c | hardware_send_packet(struct device *dev, void *buf, short length) |
length | 850 | drivers/net/eexpress.c | outw(length | 0x8000, ioaddr); /* Byte count parameter. */ |
length | 862 | drivers/net/eexpress.c | outsw(ioaddr + DATAPORT, buf, (length + 1) >> 1); |
length | 876 | drivers/net/eexpress.c | "reap %4x status %4.4x.\n", dev->name, ioaddr, length, |
length | 171 | drivers/net/lance.c | short length; /* Length is 2's complement (negative)! */ |
length | 489 | drivers/net/lance.c | lp->tx_ring[i].base, -lp->tx_ring[i].length, |
length | 542 | drivers/net/lance.c | lp->tx_ring[entry].length = |
length | 545 | drivers/net/lance.c | lp->tx_ring[entry].length = -skb->len; |
length | 160 | drivers/net/plip.c | unsigned short length; |
length | 324 | drivers/net/plip.c | snd->length = skb->len; |
length | 580 | drivers/net/plip.c | if (plip_receive(dev, &rcv->nibble, (unsigned char *)&rcv->length)) |
length | 589 | drivers/net/plip.c | (unsigned char *)&rcv->length+1)) |
length | 592 | drivers/net/plip.c | if (rcv->length > rcv->skb->len || rcv->length < 8) { |
length | 593 | drivers/net/plip.c | printk("%s: bogus packet size %d.\n", dev->name, rcv->length); |
length | 597 | drivers/net/plip.c | rcv->skb->len = rcv->length; |
length | 611 | drivers/net/plip.c | if (rcv->byte == rcv->length) |
length | 640 | drivers/net/plip.c | printk("R(%4.4d)", rcv->length); |
length | 853 | drivers/net/plip.c | if (plip_send(dev, &snd->nibble, snd->length & 0xff)) /* timeout */ |
length | 861 | drivers/net/plip.c | if (plip_send(dev, &snd->nibble, snd->length >> 8)) /* timeout */ |
length | 877 | drivers/net/plip.c | if (snd->byte == snd->length) |
length | 888 | drivers/net/plip.c | printk("S(%4.4d)", snd->length); |
length | 112 | drivers/net/skeleton.c | extern void hardware_send_packet(short ioaddr, char *buf, int length); |
length | 289 | drivers/net/skeleton.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 292 | 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 | 304 | drivers/scsi/NCR5380.c | cmd->SCp.this_residual = cmd->SCp.buffer->length; |
length | 1961 | drivers/scsi/NCR5380.c | cmd->SCp.this_residual = cmd->SCp.buffer->length; |
length | 727 | drivers/scsi/aha152x.c | SCpnt->SCp.this_residual = SCpnt->SCp.buffer->length; |
length | 1806 | drivers/scsi/aha152x.c | current_SC->SCp.buffer->length; |
length | 1935 | drivers/scsi/aha152x.c | current_SC->SCp.buffer->length; |
length | 575 | drivers/scsi/aha1542.c | if(sgpnt[i].length == 0 || SCpnt->use_sg > 16 || |
length | 576 | drivers/scsi/aha1542.c | (((int)sgpnt[i].address) & 1) || (sgpnt[i].length & 1)){ |
length | 581 | drivers/scsi/aha1542.c | sgpnt[i].length); |
length | 590 | drivers/scsi/aha1542.c | any2scsi(cptr[i].datalen, sgpnt[i].length); |
length | 325 | drivers/scsi/aha1740.c | cptr[i].datalen = sgpnt[i].length; |
length | 664 | drivers/scsi/buslogic.c | cptr[i].datalen = sgpnt[i].length; |
length | 1189 | drivers/scsi/fdomain.c | current_SC->SCp.this_residual = current_SC->SCp.buffer->length; |
length | 1222 | drivers/scsi/fdomain.c | current_SC->SCp.this_residual = current_SC->SCp.buffer->length; |
length | 1306 | drivers/scsi/fdomain.c | current_SC->SCp.this_residual = current_SC->SCp.buffer->length; |
length | 325 | 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 | 185 | drivers/scsi/sd.c | printk(":%x %x %d\n",sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length); |
length | 189 | drivers/scsi/sd.c | memcpy(sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length); |
length | 190 | drivers/scsi/sd.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
length | 245 | drivers/scsi/sd.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
length | 574 | drivers/scsi/sd.c | sgpnt[count].length += bh->b_size; |
length | 577 | drivers/scsi/sd.c | if (((int) sgpnt[count].address) + sgpnt[count].length - 1 > |
length | 584 | drivers/scsi/sd.c | if(dma_free_sectors < (sgpnt[count].length >> 9) + 10) { |
length | 587 | drivers/scsi/sd.c | sgpnt[count].address = (char *) scsi_malloc(sgpnt[count].length); |
length | 599 | drivers/scsi/sd.c | scsi_free(sgpnt[count].address, sgpnt[count].length); |
length | 620 | drivers/scsi/sd.c | if (((int) sgpnt[count].address) + sgpnt[count].length + |
length | 627 | drivers/scsi/sd.c | tmp = (char *) scsi_malloc(sgpnt[count].length + bhp->b_size); |
length | 633 | drivers/scsi/sd.c | scsi_free(sgpnt[count].address, sgpnt[count].length); |
length | 661 | drivers/scsi/sd.c | sgpnt[count].length); |
length | 669 | drivers/scsi/sd.c | sgpnt[count].length); |
length | 150 | drivers/scsi/seagate.c | unsigned length; |
length | 331 | drivers/scsi/seagate.c | signatures[j].length)) { |
length | 903 | drivers/scsi/seagate.c | hostno, i, buffer[i].address, buffer[i].length); |
length | 908 | drivers/scsi/seagate.c | len = buffer->length; |
length | 1144 | drivers/scsi/seagate.c | len = buffer->length; |
length | 1290 | drivers/scsi/seagate.c | len = buffer->length; |
length | 174 | drivers/scsi/sr.c | memcpy(sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length); |
length | 176 | drivers/scsi/sr.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
length | 212 | drivers/scsi/sr.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
length | 488 | drivers/scsi/sr.c | sgpnt[count].length = (SCpnt->request.sector % 4) << 9; |
length | 489 | drivers/scsi/sr.c | sgpnt[count].address = (char *) scsi_malloc(sgpnt[count].length); |
length | 499 | drivers/scsi/sr.c | sgpnt[count].length = bh->b_size; |
length | 504 | drivers/scsi/sr.c | sgpnt[count].length = end_rec; |
length | 509 | drivers/scsi/sr.c | if (((int) sgpnt[count].address) + sgpnt[count].length > |
length | 515 | drivers/scsi/sr.c | if(dma_free_sectors < (sgpnt[count].length >> 9) + 5) { |
length | 518 | drivers/scsi/sr.c | sgpnt[count].address = (char *) scsi_malloc(sgpnt[count].length); |
length | 529 | drivers/scsi/sr.c | scsi_free(sgpnt[count].address, sgpnt[count].length); |
length | 546 | drivers/scsi/sr.c | sgpnt[count].length); |
length | 648 | drivers/scsi/ultrastor.c | mscp->sglist[i].num_bytes = sl[i].length; |
length | 649 | drivers/scsi/ultrastor.c | transfer_length += sl[i].length; |
length | 935 | drivers/scsi/wd7000.c | any2scsi(sgb[i].len, sg[i].length); |
length | 229 | fs/hpfs/hpfs.h | unsigned short length; /* offset to next dirent */ |
length | 266 | fs/hpfs/hpfs.h | return *(dnode_secno *) ((void *) de + de->length - 4); |
length | 287 | fs/hpfs/hpfs.h | return (void *) de + de->length; |
length | 305 | fs/hpfs/hpfs.h | unsigned length; /* length, sectors */ |
length | 789 | fs/hpfs/hpfs_fs.c | if (de->last || de->length == 0) |
length | 1046 | fs/hpfs/hpfs_fs.c | if (t < n[i].length) { |
length | 1049 | fs/hpfs/hpfs_fs.c | inode->i_hpfs_n_secs = n[i].length; |
length | 1293 | fs/hpfs/hpfs_fs.c | if (de->last || de->length == 0) |
length | 1553 | 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 | 84 | fs/open.c | inode->i_size = length; |
length | 94 | fs/open.c | asmlinkage int sys_ftruncate(unsigned int fd, unsigned int length) |
length | 105 | fs/open.c | inode->i_size = length; |
length | 459 | fs/proc/array.c | int length; |
length | 472 | fs/proc/array.c | length = get_loadavg(page); |
length | 475 | fs/proc/array.c | length = get_uptime(page); |
length | 478 | fs/proc/array.c | length = get_meminfo(page); |
length | 481 | fs/proc/array.c | length = get_version(page); |
length | 484 | fs/proc/array.c | length = get_env(pid, page); |
length | 487 | fs/proc/array.c | length = get_arg(pid, page); |
length | 490 | fs/proc/array.c | length = get_stat(pid, page); |
length | 493 | fs/proc/array.c | length = get_statm(pid, page); |
length | 497 | fs/proc/array.c | length = get_malloc(page); |
length | 504 | fs/proc/array.c | length = get_maps(pid, page); |
length | 507 | fs/proc/array.c | length = get_module_list(page); |
length | 510 | fs/proc/array.c | length = get_kstat(page); |
length | 513 | fs/proc/array.c | length = get_device_list(page); |
length | 516 | fs/proc/array.c | length = get_filesystem_list(page); |
length | 519 | fs/proc/array.c | length = get_ksyms_list(page); |
length | 525 | fs/proc/array.c | if (file->f_pos >= length) { |
length | 529 | fs/proc/array.c | if (count + file->f_pos > length) |
length | 530 | fs/proc/array.c | count = length - file->f_pos; |
length | 199 | fs/proc/net.c | int length; |
length | 221 | fs/proc/net.c | length = unix_get_info(page,&start,file->f_pos,thistime); |
length | 225 | fs/proc/net.c | length = arp_get_info(page,&start,file->f_pos,thistime); |
length | 228 | fs/proc/net.c | length = rt_get_info(page,&start,file->f_pos,thistime); |
length | 231 | fs/proc/net.c | length = dev_get_info(page,&start,file->f_pos,thistime); |
length | 234 | fs/proc/net.c | length = raw_get_info(page,&start,file->f_pos,thistime); |
length | 237 | fs/proc/net.c | length = tcp_get_info(page,&start,file->f_pos,thistime); |
length | 240 | fs/proc/net.c | length = udp_get_info(page,&start,file->f_pos,thistime); |
length | 243 | fs/proc/net.c | length = snmp_get_info(page, &start, file->f_pos,thistime); |
length | 247 | fs/proc/net.c | length = rarp_get_info(page,&start,file->f_pos,thistime); |
length | 253 | fs/proc/net.c | length = ipx_rt_get_info(page,&start,file->f_pos,thistime); |
length | 256 | fs/proc/net.c | length = ipx_get_info(page,&start,file->f_pos,thistime); |
length | 261 | fs/proc/net.c | length = ax25_rt_get_info(page,&start,file->f_pos,thistime); |
length | 264 | fs/proc/net.c | length = ax25_get_info(page,&start,file->f_pos,thistime); |
length | 268 | fs/proc/net.c | length = nr_nodes_get_info(page,&start,file->f_pos,thistime); |
length | 271 | fs/proc/net.c | length = nr_neigh_get_info(page,&start,file->f_pos,thistime); |
length | 274 | fs/proc/net.c | length = nr_get_info(page,&start,file->f_pos,thistime); |
length | 290 | fs/proc/net.c | if (length <= 0) |
length | 295 | fs/proc/net.c | memcpy_tofs(buf+copied, start, length); |
length | 296 | fs/proc/net.c | file->f_pos+=length; /* Move down the file */ |
length | 297 | fs/proc/net.c | bytes-=length; |
length | 298 | fs/proc/net.c | copied+=length; |
length | 299 | fs/proc/net.c | if(length<thistime) |
length | 107 | include/linux/iso_fs.h | char length [ISODCL (1, 1)]; /* 711 */ |
length | 146 | include/linux/kd.h | long length; /* number of bytes */ |
length | 191 | 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 | 77 | kernel/bios32.c | unsigned char length; /* Length in paragraphs should be 01 */ |
length | 99 | kernel/bios32.c | int i, length; |
length | 110 | kernel/bios32.c | for (i = sum = 0, length = check->fields.length * 16; |
length | 111 | kernel/bios32.c | i < check->fields.length * 16; ++i) |
length | 144 | kernel/bios32.c | long length; /* %ecx */ |
length | 151 | kernel/bios32.c | : "=al" (return_code), "=ebx" (address), "=ecx" (length), "=edx" (entry) |
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 | 879 | net/inet/arp.c | int arp_get_info(char *buffer, char **start, off_t offset, int length) |
length | 935 | net/inet/arp.c | if(pos>offset+length) |
length | 943 | net/inet/arp.c | if(len>length) |
length | 944 | 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 | 974 | net/inet/dev.c | int dev_get_info(char *buffer, char **start, off_t offset, int length) |
length | 1002 | net/inet/dev.c | if(pos>offset+length) |
length | 1008 | net/inet/dev.c | if(len>length) |
length | 1009 | net/inet/dev.c | len=length; /* Ending slop */ |
length | 145 | net/inet/ipx.c | int ipx_get_info(char *buffer, char **start, off_t offset, int length) |
length | 177 | net/inet/ipx.c | if(pos>offset+length) /* We have dumped enough */ |
length | 184 | net/inet/ipx.c | if(len>length) |
length | 185 | net/inet/ipx.c | len=length; /* Remove unwanted tail data from length */ |
length | 431 | net/inet/ipx.c | int ipx_rt_get_info(char *buffer, char **start, off_t offset, int length) |
length | 450 | net/inet/ipx.c | if(pos>offset+length) |
length | 455 | net/inet/ipx.c | if(len>length) |
length | 456 | 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 | 113 | net/inet/proc.c | if(pos>offset+length) |
length | 118 | net/inet/proc.c | if(pos>offset+length) |
length | 123 | net/inet/proc.c | if(len>length) |
length | 124 | net/inet/proc.c | len=length; |
length | 129 | net/inet/proc.c | int tcp_get_info(char *buffer, char **start, off_t offset, int length) |
length | 131 | net/inet/proc.c | return get__netinfo(&tcp_prot, buffer,0, start, offset, length); |
length | 135 | net/inet/proc.c | int udp_get_info(char *buffer, char **start, off_t offset, int length) |
length | 137 | net/inet/proc.c | return get__netinfo(&udp_prot, buffer,1, start, offset, length); |
length | 141 | net/inet/proc.c | int raw_get_info(char *buffer, char **start, off_t offset, int length) |
length | 143 | net/inet/proc.c | return get__netinfo(&raw_prot, buffer,1, start, offset, length); |
length | 151 | net/inet/proc.c | int snmp_get_info(char *buffer, char **start, off_t offset, int length) |
length | 218 | net/inet/proc.c | if (len > length) |
length | 219 | net/inet/proc.c | len = length; |
length | 448 | net/inet/rarp.c | int rarp_get_info(char *buffer, char **start, off_t offset, int length) |
length | 499 | net/inet/rarp.c | if(pos>offset+length) |
length | 507 | net/inet/rarp.c | if(len>length) |
length | 508 | net/inet/rarp.c | len=length; /* Ending slop */ |
length | 12 | net/inet/rarp.h | int length); |
length | 481 | net/inet/route.c | int rt_get_info(char *buffer, char **start, off_t offset, int length) |
length | 510 | net/inet/route.c | if(pos>offset+length) |
length | 516 | net/inet/route.c | if(len>length) |
length | 517 | 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 | 1828 | net/inet/tcp.c | int length=(th->doff*4)-sizeof(struct tcphdr); |
length | 1833 | net/inet/tcp.c | while(length>0) |
length | 1842 | net/inet/tcp.c | length-=2; |
length | 1860 | 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)); |