tag | line | file | source code |
length | 224 | fs/exec.c | current->libraries[libnum].length = offset; |
length | 232 | fs/exec.c | current->libraries[libnum].length); |
length | 68 | fs/open.c | int sys_truncate(const char * path, unsigned int length) |
length | 84 | fs/open.c | inode->i_size = length; |
length | 94 | fs/open.c | int sys_ftruncate(unsigned int fd, unsigned int length) |
length | 105 | fs/open.c | inode->i_size = length; |
length | 298 | fs/proc/array.c | int length; |
length | 312 | fs/proc/array.c | length = get_loadavg(page); |
length | 315 | fs/proc/array.c | length = get_uptime(page); |
length | 318 | fs/proc/array.c | length = get_meminfo(page); |
length | 321 | fs/proc/array.c | length = get_version(page); |
length | 324 | fs/proc/array.c | length = get_env(pid, page); |
length | 327 | fs/proc/array.c | length = get_arg(pid, page); |
length | 330 | fs/proc/array.c | length = get_stat(pid, page); |
length | 333 | fs/proc/array.c | length = get_statm(pid, page); |
length | 339 | fs/proc/array.c | if (file->f_pos >= length) { |
length | 343 | fs/proc/array.c | if (count + file->f_pos > length) |
length | 344 | fs/proc/array.c | count = length - file->f_pos; |
length | 107 | include/linux/iso_fs.h | char length [ISODCL (1, 1)]; /* 711 */ |
length | 143 | include/linux/kd.h | long length; /* number of bytes */ |
length | 199 | include/linux/sched.h | unsigned long length; |
length | 68 | init/main.c | extern long rd_init(long mem_start, int length); |
length | 78 | kernel/blk_drv/blk.h | extern long rd_init(long mem_start, int length); |
length | 65 | kernel/blk_drv/ramdisk.c | long rd_init(long mem_start, int length) |
length | 76 | kernel/blk_drv/ramdisk.c | rd_length = length; |
length | 78 | kernel/blk_drv/ramdisk.c | for (i=0; i < length; i++) |
length | 80 | kernel/blk_drv/ramdisk.c | return(length); |
length | 457 | kernel/blk_drv/scsi/aha1542.c | if(sgpnt[i].length == 0 || SCpnt->use_sg > 16 || |
length | 458 | kernel/blk_drv/scsi/aha1542.c | (((int)sgpnt[i].address) & 1) || (sgpnt[i].length & 1)){ |
length | 463 | kernel/blk_drv/scsi/aha1542.c | sgpnt[i].length); |
length | 471 | kernel/blk_drv/scsi/aha1542.c | any2scsi(cptr[i].datalen, sgpnt[i].length); |
length | 324 | kernel/blk_drv/scsi/aha1740.c | cptr[i].datalen = sgpnt[i].length; |
length | 789 | kernel/blk_drv/scsi/fdomain.c | current_SC->SCp.this_residual = current_SC->SCp.buffer->length; |
length | 824 | kernel/blk_drv/scsi/fdomain.c | current_SC->SCp.this_residual = current_SC->SCp.buffer->length; |
length | 938 | kernel/blk_drv/scsi/fdomain.c | current_SC->SCp.this_residual = current_SC->SCp.buffer->length; |
length | 1007 | kernel/blk_drv/scsi/fdomain.c | current_SC->SCp.this_residual = current_SC->SCp.buffer->length; |
length | 314 | kernel/blk_drv/scsi/scsi.h | unsigned short length; |
length | 104 | kernel/blk_drv/scsi/scsi_debug.c | printk(":%x %x %d\n",sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length); |
length | 228 | kernel/blk_drv/scsi/scsi_debug.c | bufflen = sgpnt[sgcount].length; |
length | 287 | kernel/blk_drv/scsi/scsi_debug.c | bufflen = sgpnt[sgcount].length; |
length | 165 | kernel/blk_drv/scsi/sd.c | printk(":%x %x %d\n",sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length); |
length | 169 | kernel/blk_drv/scsi/sd.c | memcpy(sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length); |
length | 170 | kernel/blk_drv/scsi/sd.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
length | 226 | kernel/blk_drv/scsi/sd.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
length | 512 | kernel/blk_drv/scsi/sd.c | sgpnt[count].length = bh->b_size; |
length | 513 | kernel/blk_drv/scsi/sd.c | if (((int) sgpnt[count].address) + sgpnt[count].length > |
length | 522 | kernel/blk_drv/scsi/sd.c | sgpnt[count].address = scsi_malloc(sgpnt[count].length); |
length | 533 | kernel/blk_drv/scsi/sd.c | scsi_free(sgpnt[count].address, sgpnt[count].length); |
length | 544 | kernel/blk_drv/scsi/sd.c | sgpnt[count].length); |
length | 98 | kernel/blk_drv/scsi/seagate.c | unsigned length; |
length | 214 | kernel/blk_drv/scsi/seagate.c | signatures[j].length)) { |
length | 741 | kernel/blk_drv/scsi/seagate.c | hostno, i, buffer[i].address, buffer[i].length); |
length | 746 | kernel/blk_drv/scsi/seagate.c | len = buffer->length; |
length | 984 | kernel/blk_drv/scsi/seagate.c | len = buffer->length; |
length | 1111 | kernel/blk_drv/scsi/seagate.c | len = buffer->length; |
length | 151 | kernel/blk_drv/scsi/sr.c | memcpy(sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length); |
length | 153 | kernel/blk_drv/scsi/sr.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
length | 192 | kernel/blk_drv/scsi/sr.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
length | 459 | kernel/blk_drv/scsi/sr.c | sgpnt[count].length = (SCpnt->request.sector % 4) << 9; |
length | 460 | kernel/blk_drv/scsi/sr.c | sgpnt[count].address = scsi_malloc(sgpnt[count].length); |
length | 470 | kernel/blk_drv/scsi/sr.c | sgpnt[count].length = bh->b_size; |
length | 475 | kernel/blk_drv/scsi/sr.c | sgpnt[count].length = end_rec; |
length | 480 | kernel/blk_drv/scsi/sr.c | if (((int) sgpnt[count].address) + sgpnt[count].length > |
length | 486 | kernel/blk_drv/scsi/sr.c | if(dma_free_sectors < (sgpnt[count].length >> 9) + 5) { |
length | 489 | kernel/blk_drv/scsi/sr.c | sgpnt[count].address = scsi_malloc(sgpnt[count].length); |
length | 500 | kernel/blk_drv/scsi/sr.c | scsi_free(sgpnt[count].address, sgpnt[count].length); |
length | 517 | kernel/blk_drv/scsi/sr.c | sgpnt[count].length); |
length | 352 | kernel/blk_drv/scsi/ultrastor.c | sglist[i].num_bytes = *(Longword *)&(sl[i].length); |
length | 353 | kernel/blk_drv/scsi/ultrastor.c | transfer_length += sl[i].length; |
length | 402 | kernel/blk_drv/scsi/wd7000.c | any2scsi(sgb->len, sg[i].length); |
length | 513 | kernel/blk_drv/scsi/wd7000.c | unsigned length; |
length | 532 | kernel/blk_drv/scsi/wd7000.c | (void *) signatures[j].signature,signatures[j].length)){ |
length | 817 | mm/memory.c | if (block >= tsk->libraries[i].length + tsk->libraries[i].bss) |
length | 820 | mm/memory.c | if (block < tsk->libraries[i].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)); |