tag | line | file | source code |
l | 79 | arch/alpha/boot/main.c | unsigned long *L1, *l; |
l | 121 | arch/alpha/boot/main.c | for (l = (unsigned long *) &hwrpb; l < (unsigned long *) &hwrpb.chksum; ++l) |
l | 122 | arch/alpha/boot/main.c | sum += *l; |
l | 219 | arch/alpha/kernel/bios32.c | unsigned int l, tio, bio, tmem, bmem; |
l | 260 | arch/alpha/kernel/bios32.c | 0x1c, &l); |
l | 261 | arch/alpha/kernel/bios32.c | l = l | (bio >> 8) | ((tio - 1) & 0xf000); |
l | 263 | arch/alpha/kernel/bios32.c | 0x1c, l); |
l | 265 | arch/alpha/kernel/bios32.c | l = ((bmem & 0xfff00000) >> 16) | ((tmem - 1) & 0xfff00000); |
l | 267 | arch/alpha/kernel/bios32.c | 0x20, l); |
l | 311 | arch/alpha/kernel/ptrace.c | long l =get_long(vma, addr); |
l | 313 | arch/alpha/kernel/ptrace.c | DBG(DBG_MEM, ("value is 0x%lx\n",l)); |
l | 314 | arch/alpha/kernel/ptrace.c | *result = l; |
l | 401 | arch/alpha/kernel/ptrace.c | unsigned long l, align; |
l | 407 | arch/alpha/kernel/ptrace.c | res = read_long(tsk, addr, &l); |
l | 412 | arch/alpha/kernel/ptrace.c | *data = l; |
l | 414 | arch/alpha/kernel/ptrace.c | *data = l >> 32; |
l | 427 | arch/alpha/kernel/ptrace.c | unsigned long l, align; |
l | 433 | arch/alpha/kernel/ptrace.c | res = read_long(tsk, addr, &l); |
l | 438 | arch/alpha/kernel/ptrace.c | l = (l & 0xffffffff00000000UL) | ((unsigned long) data << 0); |
l | 440 | arch/alpha/kernel/ptrace.c | l = (l & 0x00000000ffffffffUL) | ((unsigned long) data << 32); |
l | 442 | arch/alpha/kernel/ptrace.c | return write_long(tsk, addr, l); |
l | 121 | arch/i386/boot/compressed/inflate.c | int l; /* bits per table (returned in m) */ |
l | 151 | arch/i386/boot/compressed/inflate.c | l = *m; |
l | 156 | arch/i386/boot/compressed/inflate.c | if ((unsigned)l < j) |
l | 157 | arch/i386/boot/compressed/inflate.c | l = j; |
l | 162 | arch/i386/boot/compressed/inflate.c | if ((unsigned)l > i) |
l | 163 | arch/i386/boot/compressed/inflate.c | l = i; |
l | 164 | arch/i386/boot/compressed/inflate.c | *m = l; |
l | 200 | arch/i386/boot/compressed/inflate.c | w = -l; /* bits decoded == (l * h) */ |
l | 216 | arch/i386/boot/compressed/inflate.c | while (k > w + l) |
l | 220 | arch/i386/boot/compressed/inflate.c | w += l; /* previous table always l bits */ |
l | 223 | arch/i386/boot/compressed/inflate.c | z = (z = g - w) > (unsigned)l ? l : z; /* upper limit on table size */ |
l | 252 | arch/i386/boot/compressed/inflate.c | r.b = (uch)l; /* bits to dump before this table */ |
l | 255 | arch/i386/boot/compressed/inflate.c | j = i >> (w - l); /* (get around Turbo C bug) */ |
l | 292 | arch/i386/boot/compressed/inflate.c | w -= l; |
l | 500 | arch/i386/boot/compressed/inflate.c | unsigned l[288]; /* length list for huft_build */ |
l | 506 | arch/i386/boot/compressed/inflate.c | l[i] = 8; |
l | 508 | arch/i386/boot/compressed/inflate.c | l[i] = 9; |
l | 510 | arch/i386/boot/compressed/inflate.c | l[i] = 7; |
l | 512 | arch/i386/boot/compressed/inflate.c | l[i] = 8; |
l | 514 | arch/i386/boot/compressed/inflate.c | if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0) |
l | 520 | arch/i386/boot/compressed/inflate.c | l[i] = 5; |
l | 522 | arch/i386/boot/compressed/inflate.c | if ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1) |
l | 549 | arch/i386/boot/compressed/inflate.c | unsigned l; /* last length */ |
l | 619 | arch/i386/boot/compressed/inflate.c | i = l = 0; |
l | 627 | arch/i386/boot/compressed/inflate.c | ll[i++] = l = j; /* save last length in l */ |
l | 636 | arch/i386/boot/compressed/inflate.c | ll[i++] = l; |
l | 647 | arch/i386/boot/compressed/inflate.c | l = 0; |
l | 658 | arch/i386/boot/compressed/inflate.c | l = 0; |
l | 65 | arch/i386/boot/compressed/xtract.c | int l, n; |
l | 67 | arch/i386/boot/compressed/xtract.c | l = sz; |
l | 68 | arch/i386/boot/compressed/xtract.c | if (l > sizeof(buf)) l = sizeof(buf); |
l | 70 | arch/i386/boot/compressed/xtract.c | if ((n=read(id, buf, l)) !=l) |
l | 80 | arch/i386/boot/compressed/xtract.c | write(1, buf, l); |
l | 81 | arch/i386/boot/compressed/xtract.c | sz -= l; |
l | 54 | arch/i386/boot/tools/build.c | long l; |
l | 59 | arch/i386/boot/tools/build.c | long intel_long(long l) |
l | 63 | arch/i386/boot/tools/build.c | t.b[0] = l & 0xff; l >>= 8; |
l | 64 | arch/i386/boot/tools/build.c | t.b[1] = l & 0xff; l >>= 8; |
l | 65 | arch/i386/boot/tools/build.c | t.b[2] = l & 0xff; l >>= 8; |
l | 66 | arch/i386/boot/tools/build.c | t.b[3] = l & 0xff; l >>= 8; |
l | 67 | arch/i386/boot/tools/build.c | return t.l; |
l | 70 | arch/i386/boot/tools/build.c | short intel_short(short l) |
l | 74 | arch/i386/boot/tools/build.c | t.b[0] = l & 0xff; l >>= 8; |
l | 75 | arch/i386/boot/tools/build.c | t.b[1] = l & 0xff; l >>= 8; |
l | 224 | arch/i386/boot/tools/build.c | int l, n; |
l | 226 | arch/i386/boot/tools/build.c | l = sz; |
l | 227 | arch/i386/boot/tools/build.c | if (l > sizeof(buf)) |
l | 228 | arch/i386/boot/tools/build.c | l = sizeof(buf); |
l | 229 | arch/i386/boot/tools/build.c | if ((n=read(id, buf, l)) != l) { |
l | 236 | arch/i386/boot/tools/build.c | if (write(1, buf, l) != l) |
l | 238 | arch/i386/boot/tools/build.c | sz -= l; |
l | 159 | arch/i386/math-emu/fpu_emu.h | asmlinkage unsigned shrx(void *l, unsigned x); |
l | 383 | arch/i386/math-emu/reg_ld_str.c | long long l=0; |
l | 390 | arch/i386/math-emu/reg_ld_str.c | l *= 10; |
l | 394 | arch/i386/math-emu/reg_ld_str.c | l += bcd >> 4; |
l | 395 | arch/i386/math-emu/reg_ld_str.c | l *= 10; |
l | 396 | arch/i386/math-emu/reg_ld_str.c | l += bcd & 0x0f; |
l | 405 | arch/i386/math-emu/reg_ld_str.c | if (l == 0) |
l | 413 | arch/i386/math-emu/reg_ld_str.c | significand(loaded_data) = l; |
l | 463 | arch/i386/math-emu/reg_ld_str.c | unsigned long l[2]; |
l | 514 | arch/i386/math-emu/reg_ld_str.c | l[0] = tmp.sigl; |
l | 515 | arch/i386/math-emu/reg_ld_str.c | l[1] = tmp.sigh; |
l | 573 | arch/i386/math-emu/reg_ld_str.c | l[0] = (tmp.sigl >> 11) | (tmp.sigh << 21); |
l | 574 | arch/i386/math-emu/reg_ld_str.c | l[1] = ((tmp.sigh >> 11) & 0xfffff); |
l | 588 | arch/i386/math-emu/reg_ld_str.c | l[0] = 0x00000000; /* Set to */ |
l | 589 | arch/i386/math-emu/reg_ld_str.c | l[1] = 0x7ff00000; /* + INF */ |
l | 594 | arch/i386/math-emu/reg_ld_str.c | l[1] |= (((exp+DOUBLE_Ebias) & 0x7ff) << 20); |
l | 601 | arch/i386/math-emu/reg_ld_str.c | l[0] = 0; |
l | 602 | arch/i386/math-emu/reg_ld_str.c | l[1] = 0; |
l | 606 | arch/i386/math-emu/reg_ld_str.c | l[0] = 0; |
l | 607 | arch/i386/math-emu/reg_ld_str.c | l[1] = 0x7ff00000; |
l | 612 | arch/i386/math-emu/reg_ld_str.c | l[0] = (st0_ptr->sigl >> 11) | (st0_ptr->sigh << 21); |
l | 613 | arch/i386/math-emu/reg_ld_str.c | l[1] = ((st0_ptr->sigh >> 11) & 0xfffff); |
l | 620 | arch/i386/math-emu/reg_ld_str.c | l[1] |= (0x40000000 >> 11); |
l | 622 | arch/i386/math-emu/reg_ld_str.c | l[1] |= 0x7ff00000; |
l | 643 | arch/i386/math-emu/reg_ld_str.c | l[1] |= 0x80000000; |
l | 647 | arch/i386/math-emu/reg_ld_str.c | put_fs_long(l[0], (unsigned long *)dfloat); |
l | 648 | arch/i386/math-emu/reg_ld_str.c | put_fs_long(l[1], 1 + (unsigned long *)dfloat); |
l | 296 | arch/sparc/mm/fault.c | unsigned long ebe, l, at, ft, fav, ow; |
l | 299 | arch/sparc/mm/fault.c | l = (fsr&SRMMU_FSR_L_MASK)>>8; |
l | 317 | arch/sparc/mm/fault.c | printk("L<%s> ", (l == 0 ? "context table" : (l == 1 ? "level1" : |
l | 318 | arch/sparc/mm/fault.c | (l == 2 ? "level2" : |
l | 743 | drivers/block/cm206.c | int i, lba, l, old_lba=0; |
l | 759 | drivers/block/cm206.c | l = q[9]-bcdbin(q[5]) + 75*(q[8]-bcdbin(q[4])-2 + |
l | 762 | drivers/block/cm206.c | fsm(l, cd->toc[ct].fsm); |
l | 769 | drivers/block/cm206.c | if (ct==track) return l; |
l | 1065 | drivers/block/ide-cd.c | struct {unsigned long l0;} l; |
l | 1067 | drivers/block/ide-cd.c | conv.l.l0 = frame; |
l | 1252 | drivers/block/mcdx.c | static void log2msf(unsigned int l, struct s_msf* pmsf) |
l | 1254 | drivers/block/mcdx.c | l += CD_BLOCK_OFFSET; |
l | 1255 | drivers/block/mcdx.c | pmsf->minute = uint2bcd(l / 4500), l %= 4500; |
l | 1256 | drivers/block/mcdx.c | pmsf->second = uint2bcd(l / 75); |
l | 1257 | drivers/block/mcdx.c | pmsf->frame = uint2bcd(l % 75); |
l | 1275 | drivers/block/sbpcd.c | int i, j, l, ntries; |
l | 1313 | drivers/block/sbpcd.c | l=0; |
l | 1316 | drivers/block/sbpcd.c | infobuf[l++]=inb(CDi_data); |
l | 1320 | drivers/block/sbpcd.c | for (j=0;j<l;j++) sprintf(&msgbuf[j*3]," %02X",infobuf[j]); |
l | 1343 | drivers/block/sbpcd.c | l=0; |
l | 1346 | drivers/block/sbpcd.c | infobuf[l++]=inb(CDi_info); |
l | 1350 | drivers/block/sbpcd.c | for (j=0;j<l;j++) sprintf(&msgbuf[j*3]," %02X",infobuf[j]); |
l | 1353 | drivers/block/sbpcd.c | if (infobuf[0]!=0x02) return (l); /* info length */ |
l | 3020 | drivers/block/sbpcd.c | int i, j, l; |
l | 3158 | drivers/block/sbpcd.c | for (l=1;l<=((D_S[d].drv_id==0)?10:1);l++) |
l | 3160 | drivers/block/sbpcd.c | msg(DBG_TEA,"TEAC reset #%d-%d.\n", j, l); |
l | 4553 | drivers/block/sbpcd.c | int i=0, j=0, l, frame; |
l | 4690 | drivers/block/sbpcd.c | l=0; |
l | 4693 | drivers/block/sbpcd.c | infobuf[l++]=inb(CDi_info); |
l | 4699 | drivers/block/sbpcd.c | for (j=0;j<l;j++) sprintf(&msgbuf[j*3], " %02X", infobuf[j]); |
l | 275 | drivers/char/selection.c | int l; |
l | 288 | drivers/char/selection.c | l = MIN(c, tty->ldisc.receive_room(tty)); |
l | 289 | drivers/char/selection.c | tty->ldisc.receive_buf(tty, bp, 0, l); |
l | 290 | drivers/char/selection.c | c -= l; |
l | 291 | drivers/char/selection.c | bp += l; |
l | 1417 | drivers/net/ppp.c | unsigned long l) |
l | 1436 | drivers/net/ppp.c | error = verify_area (VERIFY_READ, (void *) l, sizeof (temp_i)); |
l | 1438 | drivers/net/ppp.c | temp_i = get_user ((int *) l); |
l | 1446 | drivers/net/ppp.c | error = verify_area (VERIFY_WRITE, (void *) l, sizeof (temp_i)); |
l | 1452 | drivers/net/ppp.c | put_user (temp_i, (int *) l); |
l | 1454 | drivers/net/ppp.c | l, |
l | 1460 | drivers/net/ppp.c | error = verify_area (VERIFY_READ, (void *) l, sizeof (temp_i)); |
l | 1462 | drivers/net/ppp.c | temp_i = get_user ((int *) l); |
l | 1469 | drivers/net/ppp.c | error = verify_area (VERIFY_WRITE, (void *) l, sizeof (temp_i)); |
l | 1471 | drivers/net/ppp.c | put_user (ppp->xmit_async_map[0], (int *) l); |
l | 1473 | drivers/net/ppp.c | l, (unsigned long) ppp->xmit_async_map[0])); |
l | 1478 | drivers/net/ppp.c | error = verify_area (VERIFY_READ, (void *) l, sizeof (temp_i)); |
l | 1480 | drivers/net/ppp.c | ppp->xmit_async_map[0] = get_user ((int *) l); |
l | 1489 | drivers/net/ppp.c | error = verify_area (VERIFY_READ, (void *) l, sizeof (temp_i)); |
l | 1491 | drivers/net/ppp.c | ppp->recv_async_map = get_user ((int *) l); |
l | 1498 | drivers/net/ppp.c | error = verify_area (VERIFY_WRITE, (void *) l, sizeof (temp_i)); |
l | 1500 | drivers/net/ppp.c | put_user (ppp->dev->base_addr, (int *) l); |
l | 1506 | drivers/net/ppp.c | error = verify_area (VERIFY_READ, (void *) l, sizeof (temp_i)); |
l | 1508 | drivers/net/ppp.c | ppp->inp_sig = get_user ((int *) l); |
l | 1515 | drivers/net/ppp.c | error = verify_area (VERIFY_READ, (void *) l, sizeof (temp_i)); |
l | 1517 | drivers/net/ppp.c | ppp_debug = get_user ((int *) l); |
l | 1526 | drivers/net/ppp.c | error = verify_area (VERIFY_WRITE, (void *) l, sizeof (temp_i)); |
l | 1528 | drivers/net/ppp.c | put_user ((long) (ppp_debug | (ppp_debug_netpackets << 8)), (int *) l); |
l | 1535 | drivers/net/ppp.c | error = verify_area (VERIFY_WRITE, (void *) l, sizeof (struct ppp_stats)); |
l | 1537 | drivers/net/ppp.c | memcpy_tofs ((void *) l, &ppp->stats, sizeof (struct ppp_stats)); |
l | 1543 | drivers/net/ppp.c | error = verify_area (VERIFY_WRITE, (void *) l, sizeof (struct ppp_ddinfo)); |
l | 1554 | drivers/net/ppp.c | memcpy_tofs ((void *) l, &cur_ddinfo, sizeof (struct ppp_ddinfo)); |
l | 1561 | drivers/net/ppp.c | (void *) l, |
l | 1564 | drivers/net/ppp.c | memcpy_tofs ((void *) l, |
l | 1567 | drivers/net/ppp.c | PRINTKN (3,(KERN_INFO "ppp_ioctl: get xasyncmap: addr %lx\n", l)); |
l | 1572 | drivers/net/ppp.c | error = verify_area (VERIFY_READ, (void *) l, |
l | 1577 | drivers/net/ppp.c | memcpy_fromfs (temp_tbl, (void *) l, sizeof (ppp->xmit_async_map)); |
l | 1594 | drivers/net/ppp.c | error = verify_area (VERIFY_READ, (void *) l, sizeof (temp_i)); |
l | 1596 | drivers/net/ppp.c | temp_i = get_user ((int *) l) + 1; |
l | 1615 | drivers/net/ppp.c | error = n_tty_ioctl(tty, file, i, l); |
l | 1626 | drivers/net/ppp.c | l)); |
l | 410 | drivers/pci/pci.c | unsigned int l, class_rev, bus, devfn; |
l | 501 | drivers/pci/pci.c | pcibios_read_config_dword(bus, devfn, reg, &l); |
l | 502 | drivers/pci/pci.c | base = l; |
l | 528 | drivers/pci/pci.c | pcibios_read_config_dword(bus, devfn, reg, &l); |
l | 529 | drivers/pci/pci.c | base |= ((u64) l) << 32; |
l | 589 | drivers/pci/pci.c | unsigned int devfn, l, max; |
l | 610 | drivers/pci/pci.c | &l); |
l | 612 | drivers/pci/pci.c | if (l == 0xffffffff || l == 0x00000000) { |
l | 628 | drivers/pci/pci.c | dev->vendor = l & 0xffff; |
l | 629 | drivers/pci/pci.c | dev->device = (l >> 16) & 0xffff; |
l | 664 | drivers/pci/pci.c | PCI_CLASS_REVISION, &l); |
l | 665 | drivers/pci/pci.c | l = l >> 8; /* upper 3 bytes */ |
l | 666 | drivers/pci/pci.c | dev->class = l; |
l | 185 | drivers/sound/audio.c | int c, p, l; |
l | 235 | drivers/sound/audio.c | l = c; |
l | 236 | drivers/sound/audio.c | if (l > (wr_buff_size[dev] - wr_buff_ptr[dev])) |
l | 237 | drivers/sound/audio.c | l = (wr_buff_size[dev] - wr_buff_ptr[dev]); |
l | 243 | drivers/sound/audio.c | COPY_FROM_USER (&wr_dma_buf[dev][wr_buff_ptr[dev]], buf, p, l); |
l | 247 | drivers/sound/audio.c | wr_dma_buf[dev], wr_buff_ptr[dev], buf, p, l); |
l | 262 | drivers/sound/audio.c | translate_bytes (ulaw_dsp, (unsigned char *) &wr_dma_buf[dev][wr_buff_ptr[dev]], l); |
l | 265 | drivers/sound/audio.c | c -= l; |
l | 266 | drivers/sound/audio.c | p += l; |
l | 267 | drivers/sound/audio.c | wr_buff_ptr[dev] += l; |
l | 287 | drivers/sound/audio.c | int c, p, l; |
l | 309 | drivers/sound/audio.c | if ((buff_no = DMAbuf_getrdbuffer (dev, &dmabuf, &l, |
l | 320 | drivers/sound/audio.c | if (l > c) |
l | 321 | drivers/sound/audio.c | l = c; |
l | 336 | drivers/sound/audio.c | translate_bytes (dsp_ulaw, (unsigned char *) dmabuf, l); |
l | 339 | drivers/sound/audio.c | COPY_TO_USER (buf, p, dmabuf, l); |
l | 341 | drivers/sound/audio.c | DMAbuf_rmchars (dev, buff_no, l); |
l | 343 | drivers/sound/audio.c | p += l; |
l | 344 | drivers/sound/audio.c | c -= l; |
l | 462 | drivers/sound/audio.c | int l; |
l | 473 | drivers/sound/audio.c | if (DMAbuf_getrdbuffer (dev, &dmabuf, &l, |
l | 615 | drivers/sound/dmabuf.c | DMAbuf_start_output (int dev, int buff_no, int l) |
l | 627 | drivers/sound/dmabuf.c | dmap->counts[dmap->qtail] = l; |
l | 629 | drivers/sound/dmabuf.c | if ((l != dmap->fragment_size) && |
l | 1009 | drivers/sound/dmabuf.c | DMAbuf_start_output (int dev, int buff_no, int l) |
l | 2591 | drivers/sound/gus_wave.c | int l = rec->parm3; |
l | 2601 | drivers/sound/gus_wave.c | if (l > n) |
l | 2602 | drivers/sound/gus_wave.c | l = n; |
l | 2604 | drivers/sound/gus_wave.c | if (l > sizeof (rec->data.data8)) |
l | 2605 | drivers/sound/gus_wave.c | l = sizeof (rec->data.data8); |
l | 2607 | drivers/sound/gus_wave.c | if (l <= 0) |
l | 2616 | drivers/sound/gus_wave.c | for (n = 0; n < l; n++) |
l | 2632 | drivers/sound/gus_wave.c | int l = rec->parm3; |
l | 2646 | drivers/sound/gus_wave.c | if (l > n) |
l | 2647 | drivers/sound/gus_wave.c | l = n; |
l | 2649 | drivers/sound/gus_wave.c | if (l > sizeof (rec->data.data8)) |
l | 2650 | drivers/sound/gus_wave.c | l = sizeof (rec->data.data8); |
l | 2652 | drivers/sound/gus_wave.c | if (l <= 0) |
l | 2661 | drivers/sound/gus_wave.c | for (n = 0; n < l; n++) |
l | 19 | drivers/sound/hex2hex.h | int i,l, c; |
l | 35 | drivers/sound/hex2hex.h | l=0; |
l | 69 | drivers/sound/hex2hex.h | if (addr > l) |
l | 70 | drivers/sound/hex2hex.h | l = addr; |
l | 86 | drivers/sound/hex2hex.h | for (i=0;i<l;i++) |
l | 10 | drivers/sound/sound_calls.h | int DMAbuf_start_output(int dev, int buff_no, int l); |
l | 59 | drivers/sound/sound_switch.c | int l; |
l | 61 | drivers/sound/sound_switch.c | for (l = 0; l < 256, s[l]; l++); /* |
l | 65 | drivers/sound/sound_switch.c | if (status_len + l >= 4000) |
l | 68 | drivers/sound/sound_switch.c | memcpy (&status_buf[status_len], s, l); |
l | 69 | drivers/sound/sound_switch.c | status_len += l; |
l | 77 | drivers/sound/sound_switch.c | int l, v; |
l | 85 | drivers/sound/sound_switch.c | l = 0; |
l | 93 | drivers/sound/sound_switch.c | buf[9 - l] = hx[v]; |
l | 94 | drivers/sound/sound_switch.c | l++; |
l | 97 | drivers/sound/sound_switch.c | if (status_len + l >= 4000) |
l | 100 | drivers/sound/sound_switch.c | memcpy (&status_buf[status_len], &buf[10 - l], l); |
l | 101 | drivers/sound/sound_switch.c | status_len += l; |
l | 284 | drivers/sound/sound_switch.c | int l, c; |
l | 286 | drivers/sound/sound_switch.c | l = count; |
l | 289 | drivers/sound/sound_switch.c | if (l > c) |
l | 290 | drivers/sound/sound_switch.c | l = c; |
l | 291 | drivers/sound/sound_switch.c | if (l <= 0) |
l | 294 | drivers/sound/sound_switch.c | COPY_TO_USER (buf, 0, &status_buf[status_ptr], l); |
l | 295 | drivers/sound/sound_switch.c | status_ptr += l; |
l | 297 | drivers/sound/sound_switch.c | return l; |
l | 757 | fs/ext2/namei.c | int l; |
l | 766 | fs/ext2/namei.c | for (l = 0; l < inode->i_sb->s_blocksize - 1 && |
l | 767 | fs/ext2/namei.c | symname [l]; l++) |
l | 769 | fs/ext2/namei.c | if (l >= sizeof (inode->u.ext2_i.i_data)) { |
l | 771 | fs/ext2/namei.c | ext2_debug ("l=%d, normal symlink\n", l); |
l | 785 | fs/ext2/namei.c | ext2_debug ("l=%d, fast symlink\n", l); |
l | 1230 | fs/hpfs/hpfs_fs.c | int t, l; |
l | 1253 | fs/hpfs/hpfs_fs.c | l = len < de->namelen ? len : de->namelen; |
l | 1254 | fs/hpfs/hpfs_fs.c | t = memcasecmp(name, de->name, l); |
l | 74 | fs/locks.c | struct flock *l); |
l | 118 | fs/locks.c | int fcntl_getlk(unsigned int fd, struct flock *l) |
l | 127 | fs/locks.c | error = verify_area(VERIFY_WRITE, l, sizeof(*l)); |
l | 131 | fs/locks.c | memcpy_fromfs(&flock, l, sizeof(flock)); |
l | 147 | fs/locks.c | memcpy_tofs(l, &flock, sizeof(flock)); |
l | 153 | fs/locks.c | memcpy_tofs(l, &flock, sizeof(flock)); |
l | 161 | fs/locks.c | int fcntl_setlk(unsigned int fd, unsigned int cmd, struct flock *l) |
l | 175 | fs/locks.c | error = verify_area(VERIFY_READ, l, sizeof(*l)); |
l | 179 | fs/locks.c | memcpy_fromfs(&flock, l, sizeof(flock)); |
l | 232 | fs/locks.c | struct flock *l) |
l | 239 | fs/locks.c | switch (l->l_type) { |
l | 243 | fs/locks.c | fl->fl_type = l->l_type; |
l | 255 | fs/locks.c | switch (l->l_whence) { |
l | 269 | fs/locks.c | if (((start += l->l_start) < 0) || (l->l_len < 0)) |
l | 272 | fs/locks.c | if ((l->l_len == 0) || ((fl->fl_end = start + l->l_len - 1) < 0)) |
l | 36 | fs/smbfs/proc.c | #define HI_WORD(l) ((word)(l >> 16)) |
l | 37 | fs/smbfs/proc.c | #define LO_WORD(l) ((word)(l % 0xFFFF)) |
l | 45 | include/asm-alpha/console.h | #define puts(x,l) dispatch(CCB_PUTS,0,x,l) |
l | 69 | include/asm-alpha/io.h | extern void _outl (unsigned int l,unsigned long port); |
l | 77 | include/asm-alpha/io.h | # define outl(l,p) _outl((l),(p)) |
l | 122 | include/asm-alpha/io.h | #define writel(l,addr) (writel)((l),(unsigned long)(addr)) |
l | 120 | include/asm-i386/io.h | __IN(l,"") |
l | 124 | include/asm-i386/io.h | __OUT(l,,int) |
l | 128 | include/asm-i386/io.h | __INS(l) |
l | 132 | include/asm-i386/io.h | __OUTS(l) |
l | 131 | include/asm-mips/io.h | __IN(w,l) |
l | 135 | include/asm-mips/io.h | __OUT(w,l) |
l | 139 | include/asm-mips/io.h | __INS(w,l,4) |
l | 143 | include/asm-mips/io.h | __OUTS(w,l,4) |
l | 472 | net/ax25/af_ax25.c | ax25_uid_assoc **l; |
l | 476 | net/ax25/af_ax25.c | l = &ax25_uid_list; |
l | 477 | net/ax25/af_ax25.c | while ((*l) != NULL) { |
l | 478 | net/ax25/af_ax25.c | if (ax25cmp(&((*l)->call), &(sax->sax25_call)) == 0) { |
l | 479 | net/ax25/af_ax25.c | a = *l; |
l | 480 | net/ax25/af_ax25.c | *l = (*l)->next; |
l | 485 | net/ax25/af_ax25.c | l = &((*l)->next); |
l | 67 | net/ipv4/utils.c | unsigned long l; |
l | 71 | net/ipv4/utils.c | l = 0; |
l | 74 | net/ipv4/utils.c | l <<= 8; |
l | 84 | net/ipv4/utils.c | l |= val; |
l | 89 | net/ipv4/utils.c | return(htonl(l)); |
l | 1593 | net/ipx/af_ipx.c | int l,i; |
l | 1595 | net/ipx/af_ipx.c | for (l=0;l<16;l++) { |
l | 1607 | net/ipx/af_ipx.c | printk("%s-%04X: %s\n",str,l*8,b); |