taglinefilesource code
l79arch/alpha/boot/main.cunsigned long *L1, *l;
l121arch/alpha/boot/main.cfor (l = (unsigned long *) &hwrpb; l < (unsigned long *) &hwrpb.chksum; ++l)
l122arch/alpha/boot/main.csum += *l;
l121arch/i386/boot/compressed/inflate.cint l;                        /* bits per table (returned in m) */
l151arch/i386/boot/compressed/inflate.cl = *m;
l156arch/i386/boot/compressed/inflate.cif ((unsigned)l < j)
l157arch/i386/boot/compressed/inflate.cl = j;
l162arch/i386/boot/compressed/inflate.cif ((unsigned)l > i)
l163arch/i386/boot/compressed/inflate.cl = i;
l164arch/i386/boot/compressed/inflate.c*m = l;
l200arch/i386/boot/compressed/inflate.cw = -l;                       /* bits decoded == (l * h) */
l216arch/i386/boot/compressed/inflate.cwhile (k > w + l)
l220arch/i386/boot/compressed/inflate.cw += l;                 /* previous table always l bits */
l223arch/i386/boot/compressed/inflate.cz = (z = g - w) > (unsigned)l ? l : z;  /* upper limit on table size */
l252arch/i386/boot/compressed/inflate.cr.b = (uch)l;         /* bits to dump before this table */
l255arch/i386/boot/compressed/inflate.cj = i >> (w - l);     /* (get around Turbo C bug) */
l292arch/i386/boot/compressed/inflate.cw -= l;
l500arch/i386/boot/compressed/inflate.cunsigned l[288];      /* length list for huft_build */
l506arch/i386/boot/compressed/inflate.cl[i] = 8;
l508arch/i386/boot/compressed/inflate.cl[i] = 9;
l510arch/i386/boot/compressed/inflate.cl[i] = 7;
l512arch/i386/boot/compressed/inflate.cl[i] = 8;
l514arch/i386/boot/compressed/inflate.cif ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0)
l520arch/i386/boot/compressed/inflate.cl[i] = 5;
l522arch/i386/boot/compressed/inflate.cif ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1)
l549arch/i386/boot/compressed/inflate.cunsigned l;           /* last length */
l619arch/i386/boot/compressed/inflate.ci = l = 0;
l627arch/i386/boot/compressed/inflate.cll[i++] = l = j;          /* save last length in l */
l636arch/i386/boot/compressed/inflate.cll[i++] = l;
l647arch/i386/boot/compressed/inflate.cl = 0;
l658arch/i386/boot/compressed/inflate.cl = 0;
l65arch/i386/boot/compressed/xtract.cint l, n;
l67arch/i386/boot/compressed/xtract.cl = sz;
l68arch/i386/boot/compressed/xtract.cif (l > sizeof(buf)) l = sizeof(buf);
l70arch/i386/boot/compressed/xtract.cif ((n=read(id, buf, l)) !=l)
l80arch/i386/boot/compressed/xtract.cwrite(1, buf, l);
l81arch/i386/boot/compressed/xtract.csz -= l;
l51arch/i386/boot/tools/build.clong l;
l56arch/i386/boot/tools/build.clong intel_long(long l)
l60arch/i386/boot/tools/build.ct.b[0] = l & 0xff; l >>= 8;
l61arch/i386/boot/tools/build.ct.b[1] = l & 0xff; l >>= 8;
l62arch/i386/boot/tools/build.ct.b[2] = l & 0xff; l >>= 8;
l63arch/i386/boot/tools/build.ct.b[3] = l & 0xff; l >>= 8;
l64arch/i386/boot/tools/build.creturn t.l;
l67arch/i386/boot/tools/build.cshort intel_short(short l)
l71arch/i386/boot/tools/build.ct.b[0] = l & 0xff; l >>= 8;
l72arch/i386/boot/tools/build.ct.b[1] = l & 0xff; l >>= 8;
l210arch/i386/boot/tools/build.cint l, n;
l212arch/i386/boot/tools/build.cl = sz;
l213arch/i386/boot/tools/build.cif (l > sizeof(buf))
l214arch/i386/boot/tools/build.cl = sizeof(buf);
l215arch/i386/boot/tools/build.cif ((n=read(id, buf, l)) != l) {
l222arch/i386/boot/tools/build.cif (write(1, buf, l) != l)
l224arch/i386/boot/tools/build.csz -= l;
l159arch/i386/math-emu/fpu_emu.hasmlinkage unsigned  shrx(void *l, unsigned x);
l383arch/i386/math-emu/reg_ld_str.clong long l=0;
l390arch/i386/math-emu/reg_ld_str.cl *= 10;
l394arch/i386/math-emu/reg_ld_str.cl += bcd >> 4;
l395arch/i386/math-emu/reg_ld_str.cl *= 10;
l396arch/i386/math-emu/reg_ld_str.cl += bcd & 0x0f;
l405arch/i386/math-emu/reg_ld_str.cif (l == 0)
l413arch/i386/math-emu/reg_ld_str.csignificand(loaded_data) = l;
l463arch/i386/math-emu/reg_ld_str.cunsigned long l[2];
l514arch/i386/math-emu/reg_ld_str.cl[0] = tmp.sigl;
l515arch/i386/math-emu/reg_ld_str.cl[1] = tmp.sigh;
l573arch/i386/math-emu/reg_ld_str.cl[0] = (tmp.sigl >> 11) | (tmp.sigh << 21);
l574arch/i386/math-emu/reg_ld_str.cl[1] = ((tmp.sigh >> 11) & 0xfffff);
l588arch/i386/math-emu/reg_ld_str.cl[0] = 0x00000000;  /* Set to */
l589arch/i386/math-emu/reg_ld_str.cl[1] = 0x7ff00000;  /* + INF */
l594arch/i386/math-emu/reg_ld_str.cl[1] |= (((exp+DOUBLE_Ebias) & 0x7ff) << 20);
l601arch/i386/math-emu/reg_ld_str.cl[0] = 0;
l602arch/i386/math-emu/reg_ld_str.cl[1] = 0;
l606arch/i386/math-emu/reg_ld_str.cl[0] = 0;
l607arch/i386/math-emu/reg_ld_str.cl[1] = 0x7ff00000;
l612arch/i386/math-emu/reg_ld_str.cl[0] = (st0_ptr->sigl >> 11) | (st0_ptr->sigh << 21);
l613arch/i386/math-emu/reg_ld_str.cl[1] = ((st0_ptr->sigh >> 11) & 0xfffff);
l620arch/i386/math-emu/reg_ld_str.cl[1] |= (0x40000000 >> 11);
l622arch/i386/math-emu/reg_ld_str.cl[1] |= 0x7ff00000;
l643arch/i386/math-emu/reg_ld_str.cl[1] |= 0x80000000;
l647arch/i386/math-emu/reg_ld_str.cput_fs_long(l[0], (unsigned long *)dfloat);
l648arch/i386/math-emu/reg_ld_str.cput_fs_long(l[1], 1 + (unsigned long *)dfloat);
l652drivers/block/ide-cd.cstruct {unsigned long l0;} l;
l654drivers/block/ide-cd.cconv.l.l0 = frame;
l274drivers/char/selection.cint  l;
l287drivers/char/selection.cl = MIN(c, tty->ldisc.receive_room(tty));
l288drivers/char/selection.ctty->ldisc.receive_buf(tty, bp, 0, l);
l289drivers/char/selection.cc -= l;
l290drivers/char/selection.cbp += l;
l1403drivers/net/ppp.cunsigned long l)
l1422drivers/net/ppp.cerror = verify_area (VERIFY_READ, (void *) l, sizeof (temp_i));
l1424drivers/net/ppp.ctemp_i = (int) get_fs_long (l);
l1432drivers/net/ppp.cerror = verify_area (VERIFY_WRITE, (void *) l, sizeof (temp_i));
l1438drivers/net/ppp.cput_fs_long ((long) temp_i, l);
l1440drivers/net/ppp.cl,
l1446drivers/net/ppp.cerror = verify_area (VERIFY_READ, (void *) l, sizeof (temp_i));
l1448drivers/net/ppp.ctemp_i      = (int) get_fs_long (l);
l1455drivers/net/ppp.cerror = verify_area (VERIFY_WRITE, (void *) l, sizeof (temp_i));
l1457drivers/net/ppp.cput_fs_long (ppp->xmit_async_map[0], l);
l1459drivers/net/ppp.cl, ppp->xmit_async_map[0]));
l1464drivers/net/ppp.cerror = verify_area (VERIFY_READ, (void *) l, sizeof (temp_i));
l1466drivers/net/ppp.cppp->xmit_async_map[0] = get_fs_long (l);
l1475drivers/net/ppp.cerror = verify_area (VERIFY_READ, (void *) l, sizeof (temp_i));
l1477drivers/net/ppp.cppp->recv_async_map = get_fs_long (l);
l1484drivers/net/ppp.cerror = verify_area (VERIFY_WRITE, (void *) l, sizeof (temp_i));
l1486drivers/net/ppp.cput_fs_long (ppp->dev->base_addr, l);
l1492drivers/net/ppp.cerror = verify_area (VERIFY_READ, (void *) l, sizeof (temp_i));
l1494drivers/net/ppp.cppp->inp_sig     = (int) get_fs_long (l);
l1501drivers/net/ppp.cerror = verify_area (VERIFY_READ, (void *) l, sizeof (temp_i));
l1503drivers/net/ppp.cppp_debug = (int) get_fs_long (l);
l1512drivers/net/ppp.cerror = verify_area (VERIFY_WRITE, (void *) l, sizeof (temp_i));
l1514drivers/net/ppp.cput_fs_long ((long) (ppp_debug | (ppp_debug_netpackets << 8)), l);
l1521drivers/net/ppp.cerror = verify_area (VERIFY_WRITE, (void *) l, sizeof (struct ppp_stats));
l1523drivers/net/ppp.cmemcpy_tofs ((void *) l, &ppp->stats, sizeof (struct ppp_stats));
l1529drivers/net/ppp.cerror = verify_area (VERIFY_WRITE, (void *) l, sizeof (struct ppp_ddinfo));
l1540drivers/net/ppp.cmemcpy_tofs ((void *) l, &cur_ddinfo, sizeof (struct ppp_ddinfo));
l1547drivers/net/ppp.c(void *) l,
l1550drivers/net/ppp.cmemcpy_tofs ((void *) l,
l1553drivers/net/ppp.cPRINTKN (3,(KERN_INFO "ppp_ioctl: get xasyncmap: addr %lx\n", l));
l1558drivers/net/ppp.cerror = verify_area (VERIFY_READ, (void *) l,
l1563drivers/net/ppp.cmemcpy_fromfs (temp_tbl, (void *) l, sizeof (ppp->xmit_async_map));
l1580drivers/net/ppp.cerror = verify_area (VERIFY_READ, (void *) l, sizeof (temp_i));
l1582drivers/net/ppp.ctemp_i = (int) get_fs_long (l) + 1;
l1601drivers/net/ppp.cerror = n_tty_ioctl(tty, file, i, l);
l1612drivers/net/ppp.cl));
l997drivers/scsi/eata_dma.cint l;
l1000drivers/scsi/eata_dma.cfor (l = 0; l < MAXISA; l++) {  
l1001drivers/scsi/eata_dma.cif (ISAbases[l]) {  
l1002drivers/scsi/eata_dma.cif (get_conf_PIO((struct eata_register *)ISAbases[l],buf) == TRUE){
l1003drivers/scsi/eata_dma.cret = ISAbases[l];
l1004drivers/scsi/eata_dma.cISAbases[l] = 0;
l1007drivers/scsi/eata_dma.cISAbases[l] = 0;
l168drivers/sound/audio.cint             c, p, l;
l213drivers/sound/audio.cl = c;
l214drivers/sound/audio.cif (l > (wr_buff_size[dev] - wr_buff_ptr[dev]))
l215drivers/sound/audio.cl = (wr_buff_size[dev] - wr_buff_ptr[dev]);
l221drivers/sound/audio.cCOPY_FROM_USER (&wr_dma_buf[dev][wr_buff_ptr[dev]], buf, p, l);
l225drivers/sound/audio.cwr_dma_buf[dev], wr_buff_ptr[dev], buf, p, l);
l240drivers/sound/audio.ctranslate_bytes (ulaw_dsp, (unsigned char *) &wr_dma_buf[dev][wr_buff_ptr[dev]], l);
l243drivers/sound/audio.cc -= l;
l244drivers/sound/audio.cp += l;
l245drivers/sound/audio.cwr_buff_ptr[dev] += l;
l265drivers/sound/audio.cint             c, p, l;
l287drivers/sound/audio.cif ((buff_no = DMAbuf_getrdbuffer (dev, &dmabuf, &l)) < 0)
l290drivers/sound/audio.cif (l > c)
l291drivers/sound/audio.cl = c;
l306drivers/sound/audio.ctranslate_bytes (dsp_ulaw, (unsigned char *) dmabuf, l);
l309drivers/sound/audio.cCOPY_TO_USER (buf, p, dmabuf, l);
l311drivers/sound/audio.cDMAbuf_rmchars (dev, buff_no, l);
l313drivers/sound/audio.cp += l;
l314drivers/sound/audio.cc -= l;
l592drivers/sound/dmabuf.cDMAbuf_start_output (int dev, int buff_no, int l)
l604drivers/sound/dmabuf.cdmap->counts[dmap->qtail] = l;
l606drivers/sound/dmabuf.cif ((l != dmap->fragment_size) &&
l909drivers/sound/dmabuf.cDMAbuf_start_output (int dev, int buff_no, int l)
l2519drivers/sound/gus_wave.cint             l = rec->parm3;
l2529drivers/sound/gus_wave.cif (l > n)
l2530drivers/sound/gus_wave.cl = n;
l2532drivers/sound/gus_wave.cif (l > sizeof (rec->data.data8))
l2533drivers/sound/gus_wave.cl = sizeof (rec->data.data8);
l2535drivers/sound/gus_wave.cif (l <= 0)
l2544drivers/sound/gus_wave.cfor (n = 0; n < l; n++)
l2560drivers/sound/gus_wave.cint             l = rec->parm3;
l2574drivers/sound/gus_wave.cif (l > n)
l2575drivers/sound/gus_wave.cl = n;
l2577drivers/sound/gus_wave.cif (l > sizeof (rec->data.data8))
l2578drivers/sound/gus_wave.cl = sizeof (rec->data.data8);
l2580drivers/sound/gus_wave.cif (l <= 0)
l2589drivers/sound/gus_wave.cfor (n = 0; n < l; n++)
l10drivers/sound/sound_calls.hint DMAbuf_start_output(int dev, int buff_no, int l);
l59drivers/sound/sound_switch.cint             l;
l61drivers/sound/sound_switch.cfor (l = 0; l < 256, s[l]; l++);  /*
l65drivers/sound/sound_switch.cif (status_len + l >= 4000)
l68drivers/sound/sound_switch.cmemcpy (&status_buf[status_len], s, l);
l69drivers/sound/sound_switch.cstatus_len += l;
l77drivers/sound/sound_switch.cint             l, v;
l85drivers/sound/sound_switch.cl = 0;
l93drivers/sound/sound_switch.cbuf[9 - l] = hx[v];
l94drivers/sound/sound_switch.cl++;
l97drivers/sound/sound_switch.cif (status_len + l >= 4000)
l100drivers/sound/sound_switch.cmemcpy (&status_buf[status_len], &buf[10 - l], l);
l101drivers/sound/sound_switch.cstatus_len += l;
l261drivers/sound/sound_switch.cint             l, c;
l263drivers/sound/sound_switch.cl = count;
l266drivers/sound/sound_switch.cif (l > c)
l267drivers/sound/sound_switch.cl = c;
l268drivers/sound/sound_switch.cif (l <= 0)
l271drivers/sound/sound_switch.cCOPY_TO_USER (buf, 0, &status_buf[status_ptr], l);
l272drivers/sound/sound_switch.cstatus_ptr += l;
l274drivers/sound/sound_switch.creturn l;
l750fs/ext2/namei.cint l;
l759fs/ext2/namei.cfor (l = 0; l < inode->i_sb->s_blocksize - 1 &&
l760fs/ext2/namei.csymname [l]; l++)
l762fs/ext2/namei.cif (l >= EXT2_N_BLOCKS * sizeof (unsigned long)) {
l764fs/ext2/namei.cext2_debug ("l=%d, normal symlink\n", l);
l778fs/ext2/namei.cext2_debug ("l=%d, fast symlink\n", l);
l1234fs/hpfs/hpfs_fs.cint t, l;
l1257fs/hpfs/hpfs_fs.cl = len < de->namelen ? len : de->namelen;
l1258fs/hpfs/hpfs_fs.ct = memcasecmp(name, de->name, l);
l46fs/locks.cstatic int copy_flock(struct file *filp, struct file_lock *fl, struct flock *l);
l58fs/locks.cint fcntl_getlk(unsigned int fd, struct flock *l)
l67fs/locks.cerror = verify_area(VERIFY_WRITE,l, sizeof(*l));
l70fs/locks.cmemcpy_fromfs(&flock, l, sizeof(flock));
l84fs/locks.cmemcpy_tofs(l, &flock, sizeof(flock));
l90fs/locks.cmemcpy_tofs(l, &flock, sizeof(flock));
l98fs/locks.cint fcntl_setlk(unsigned int fd, unsigned int cmd, struct flock *l)
l111fs/locks.cerror = verify_area(VERIFY_READ, l, sizeof(*l));
l114fs/locks.cmemcpy_fromfs(&flock, l, sizeof(flock));
l234fs/locks.cstatic int copy_flock(struct file *filp, struct file_lock *fl, struct flock *l)
l240fs/locks.cif (l->l_type != F_UNLCK && l->l_type != F_RDLCK && l->l_type != F_WRLCK
l241fs/locks.c&& l->l_type != F_SHLCK && l->l_type != F_EXLCK)
l243fs/locks.cswitch (l->l_whence) {
l249fs/locks.cif ((start += l->l_start) < 0 || l->l_len < 0)
l251fs/locks.cfl->fl_type = l->l_type;
l254fs/locks.cif (l->l_len == 0 || (fl->fl_end = start + l->l_len - 1) < 0)
l45include/asm-alpha/console.h#define puts(x,l) dispatch(CCB_PUTS,0,x,l)
l80include/asm-i386/io.h__IN(l,"")
l84include/asm-i386/io.h__OUT(l,,int)
l88include/asm-i386/io.h__INS(l)
l92include/asm-i386/io.h__OUTS(l)
l131include/asm-mips/io.h__IN(w,l)
l135include/asm-mips/io.h__OUT(w,l)
l139include/asm-mips/io.h__INS(w,l,4)
l143include/asm-mips/io.h__OUTS(w,l,4)
l1589net/inet/ipx.cint l,i;
l1591net/inet/ipx.cfor (l=0;l<16;l++) {
l1603net/inet/ipx.cprintk("%s-%04X: %s\n",str,l*8,b);
l67net/inet/utils.cunsigned long l;
l71net/inet/utils.cl = 0;
l74net/inet/utils.cl <<= 8;
l84net/inet/utils.cl |= val;
l89net/inet/utils.creturn(htonl(l));