tag | line | file | source code |
idx | 474 | drivers/block/ide-tape.c | unsigned idx :1; /* Reserved */ |
idx | 1440 | drivers/cdrom/mcdx.c | unsigned int idx; |
idx | 1447 | drivers/cdrom/mcdx.c | idx = bcd2uint(q.index); |
idx | 1449 | drivers/cdrom/mcdx.c | if ((idx > 0) |
idx | 1450 | drivers/cdrom/mcdx.c | && (idx <= stuffp->di.n_last) |
idx | 1452 | drivers/cdrom/mcdx.c | && (stuffp->toc[idx - stuffp->di.n_first].index == 0)) { |
idx | 1453 | drivers/cdrom/mcdx.c | stuffp->toc[idx - stuffp->di.n_first] = q; |
idx | 1454 | drivers/cdrom/mcdx.c | TRACE((READTOC, "ioctl() toc idx %d (trk %d)\n", idx, trk)); |
idx | 2213 | drivers/char/console.c | unsigned int idx; |
idx | 2216 | drivers/char/console.c | idx = MINOR(tty->device) - tty->driver.minor_start; |
idx | 2218 | drivers/char/console.c | i = vc_allocate(idx); |
idx | 2222 | drivers/char/console.c | vt_cons[idx]->vc_num = idx; |
idx | 2223 | drivers/char/console.c | tty->driver_data = vt_cons[idx]; |
idx | 260 | drivers/char/tga.c | unsigned int idx, xt, yt, row, col; |
idx | 272 | drivers/char/tga.c | idx = (pos - video_mem_base) >> 1; |
idx | 273 | drivers/char/tga.c | col = idx % 80; |
idx | 274 | drivers/char/tga.c | row = (idx - col) / 80; |
idx | 788 | drivers/char/tty_io.c | int idx; |
idx | 794 | drivers/char/tty_io.c | idx = MINOR(device) - driver->minor_start; |
idx | 801 | drivers/char/tty_io.c | tty_loc = &driver->table[idx]; |
idx | 802 | drivers/char/tty_io.c | tp_loc = &driver->termios[idx]; |
idx | 803 | drivers/char/tty_io.c | ltp_loc = &driver->termios_locked[idx]; |
idx | 837 | drivers/char/tty_io.c | o_tty_loc = &driver->other->table[idx]; |
idx | 838 | drivers/char/tty_io.c | o_tp_loc = &driver->other->termios[idx]; |
idx | 839 | drivers/char/tty_io.c | o_ltp_loc = &driver->other->termios_locked[idx]; |
idx | 849 | drivers/char/tty_io.c | driver->other->minor_start + idx); |
idx | 964 | drivers/char/tty_io.c | int idx; |
idx | 977 | drivers/char/tty_io.c | idx = MINOR(tty->device) - tty->driver.minor_start; |
idx | 979 | drivers/char/tty_io.c | if (idx < 0 || idx >= tty->driver.num) { |
idx | 984 | drivers/char/tty_io.c | if (tty != tty->driver.table[idx]) { |
idx | 986 | drivers/char/tty_io.c | idx, kdevname(tty->device)); |
idx | 989 | drivers/char/tty_io.c | if (tp != tty->driver.termios[idx]) { |
idx | 992 | drivers/char/tty_io.c | idx, kdevname(tty->device)); |
idx | 995 | drivers/char/tty_io.c | if (ltp != tty->driver.termios_locked[idx]) { |
idx | 998 | drivers/char/tty_io.c | idx, kdevname(tty->device)); |
idx | 1014 | drivers/char/tty_io.c | if (o_tty != tty->driver.other->table[idx]) { |
idx | 1017 | drivers/char/tty_io.c | idx, kdevname(tty->device)); |
idx | 1020 | drivers/char/tty_io.c | if (o_tp != tty->driver.other->termios[idx]) { |
idx | 1023 | drivers/char/tty_io.c | idx, kdevname(tty->device)); |
idx | 1026 | drivers/char/tty_io.c | if (o_ltp != tty->driver.other->termios_locked[idx]) { |
idx | 1029 | drivers/char/tty_io.c | idx, kdevname(tty->device)); |
idx | 1064 | drivers/char/tty_io.c | tty->driver.other->table[idx] = NULL; |
idx | 1065 | drivers/char/tty_io.c | tty->driver.other->termios[idx] = NULL; |
idx | 1101 | drivers/char/tty_io.c | tty->driver.table[idx] = NULL; |
idx | 1103 | drivers/char/tty_io.c | tty->driver.termios[idx] = NULL; |
idx | 1364 | drivers/net/3c505.c | int idx=0; |
idx | 1371 | drivers/net/3c505.c | } else while ( (dev->base_addr=addr_list[idx++]) ) { |
idx | 558 | drivers/net/bsd_comp.c | #define dict_ptrx(p,idx) &(p->dict[idx]) |
idx | 559 | drivers/net/bsd_comp.c | #define lens_ptrx(p,idx) &(p->lens[idx]) |
idx | 562 | drivers/net/bsd_comp.c | static unsigned short *lens_ptr(struct bsd_db *db, int idx) |
idx | 564 | drivers/net/bsd_comp.c | if ((unsigned int) idx > (unsigned int) db->maxmaxcode) |
idx | 566 | drivers/net/bsd_comp.c | printk ("<9>ppp: lens_ptr(%d) > max\n", idx); |
idx | 567 | drivers/net/bsd_comp.c | idx = 0; |
idx | 569 | drivers/net/bsd_comp.c | return lens_ptrx (db, idx); |
idx | 572 | drivers/net/bsd_comp.c | static struct bsd_dict *dict_ptr(struct bsd_db *db, int idx) |
idx | 574 | drivers/net/bsd_comp.c | if ((unsigned int) idx >= (unsigned int) db->hsize) |
idx | 576 | drivers/net/bsd_comp.c | printk ("<9>ppp: dict_ptr(%d) > max\n", idx); |
idx | 577 | drivers/net/bsd_comp.c | idx = 0; |
idx | 579 | drivers/net/bsd_comp.c | return dict_ptrx (db, idx); |
idx | 583 | drivers/net/bsd_comp.c | #define lens_ptr(db,idx) lens_ptrx(db,idx) |
idx | 584 | drivers/net/bsd_comp.c | #define dict_ptr(db,idx) dict_ptrx(db,idx) |
idx | 448 | drivers/scsi/wd7000.c | unchar idx[2]; /* index (MSB-LSB) */ |
idx | 608 | ipc/shm.c | unsigned int id, idx; |
idx | 625 | ipc/shm.c | idx = (SWP_OFFSET(code) >> SHM_IDX_SHIFT) & SHM_IDX_MASK; |
idx | 626 | ipc/shm.c | if (idx != (offset >> PAGE_SHIFT)) { |
idx | 628 | ipc/shm.c | idx, offset >> PAGE_SHIFT); |
idx | 631 | ipc/shm.c | if (idx >= shp->shm_npages) { |
idx | 636 | ipc/shm.c | pte_val(pte) = shp->shm_pages[idx]; |
idx | 643 | ipc/shm.c | pte_val(pte) = shp->shm_pages[idx]; |
idx | 650 | ipc/shm.c | pte_val(pte) = shp->shm_pages[idx]; |
idx | 660 | ipc/shm.c | shp->shm_pages[idx] = pte_val(pte); |
idx | 682 | ipc/shm.c | unsigned long id, idx; |
idx | 706 | ipc/shm.c | idx = swap_idx++; |
idx | 707 | ipc/shm.c | if (idx >= shp->shm_npages) |
idx | 710 | ipc/shm.c | pte_val(page) = shp->shm_pages[idx]; |
idx | 735 | ipc/shm.c | tmp = shmd->vm_start + (idx << PAGE_SHIFT) - shmd->vm_offset; |
idx | 741 | ipc/shm.c | id, shmd->vm_start, idx); |
idx | 748 | ipc/shm.c | id, shmd->vm_start, idx); |
idx | 763 | ipc/shm.c | __pte(shmd->vm_pte + SWP_ENTRY(0, idx << SHM_IDX_SHIFT))); |
idx | 776 | ipc/shm.c | shp->shm_pages[idx] = swap_nr; |
idx | 301 | net/core/net_alias.c | unsigned idx, n_aliases; |
idx | 309 | net/core/net_alias.c | for (idx=0; idx < 16 ; idx++) |
idx | 310 | net/core/net_alias.c | for (aliasp = &alias_info->hash_tab[idx];*aliasp;aliasp = &(*aliasp)->next) |
idx | 873 | net/core/net_alias.c | unsigned idx; |
idx | 875 | net/core/net_alias.c | for (idx=0 ; idx < 16 ; idx++) |
idx | 876 | net/core/net_alias.c | for (nat = nat_base[idx]; nat ; nat = nat->next) |