tag | line | file | source code |
idx | 1310 | drivers/block/mcdx.c | unsigned int idx; |
idx | 1317 | drivers/block/mcdx.c | idx = bcd2uint(q.index); |
idx | 1319 | drivers/block/mcdx.c | if ((idx > 0) |
idx | 1320 | drivers/block/mcdx.c | && (idx <= stuffp->di.n_last) |
idx | 1322 | drivers/block/mcdx.c | && (stuffp->toc[idx - stuffp->di.n_first].index == 0)) { |
idx | 1323 | drivers/block/mcdx.c | stuffp->toc[idx - stuffp->di.n_first] = q; |
idx | 2349 | drivers/char/console.c | unsigned int idx; |
idx | 2352 | drivers/char/console.c | idx = MINOR(tty->device) - tty->driver.minor_start; |
idx | 2354 | drivers/char/console.c | i = vc_allocate(idx); |
idx | 2358 | drivers/char/console.c | vt_cons[idx]->vc_num = idx; |
idx | 2359 | drivers/char/console.c | tty->driver_data = vt_cons[idx]; |
idx | 771 | drivers/char/tty_io.c | int idx; |
idx | 777 | drivers/char/tty_io.c | idx = MINOR(device) - driver->minor_start; |
idx | 784 | drivers/char/tty_io.c | tty_loc = &driver->table[idx]; |
idx | 785 | drivers/char/tty_io.c | tp_loc = &driver->termios[idx]; |
idx | 786 | drivers/char/tty_io.c | ltp_loc = &driver->termios_locked[idx]; |
idx | 820 | drivers/char/tty_io.c | o_tty_loc = &driver->other->table[idx]; |
idx | 821 | drivers/char/tty_io.c | o_tp_loc = &driver->other->termios[idx]; |
idx | 822 | drivers/char/tty_io.c | o_ltp_loc = &driver->other->termios_locked[idx]; |
idx | 832 | drivers/char/tty_io.c | driver->other->minor_start + idx); |
idx | 947 | drivers/char/tty_io.c | int idx; |
idx | 960 | drivers/char/tty_io.c | idx = MINOR(tty->device) - tty->driver.minor_start; |
idx | 962 | drivers/char/tty_io.c | if (idx < 0 || idx >= tty->driver.num) { |
idx | 967 | drivers/char/tty_io.c | if (tty != tty->driver.table[idx]) { |
idx | 969 | drivers/char/tty_io.c | idx, MAJOR(tty->device), MINOR(tty->device)); |
idx | 972 | drivers/char/tty_io.c | if (tp != tty->driver.termios[idx]) { |
idx | 974 | drivers/char/tty_io.c | idx, MAJOR(tty->device), MINOR(tty->device)); |
idx | 977 | drivers/char/tty_io.c | if (ltp != tty->driver.termios_locked[idx]) { |
idx | 979 | drivers/char/tty_io.c | idx, MAJOR(tty->device), MINOR(tty->device)); |
idx | 995 | drivers/char/tty_io.c | if (o_tty != tty->driver.other->table[idx]) { |
idx | 997 | drivers/char/tty_io.c | idx, MAJOR(tty->device), MINOR(tty->device)); |
idx | 1000 | drivers/char/tty_io.c | if (o_tp != tty->driver.other->termios[idx]) { |
idx | 1002 | drivers/char/tty_io.c | idx, MAJOR(tty->device), MINOR(tty->device)); |
idx | 1005 | drivers/char/tty_io.c | if (o_ltp != tty->driver.other->termios_locked[idx]) { |
idx | 1007 | drivers/char/tty_io.c | idx, MAJOR(tty->device), MINOR(tty->device)); |
idx | 1042 | drivers/char/tty_io.c | tty->driver.other->table[idx] = NULL; |
idx | 1043 | drivers/char/tty_io.c | tty->driver.other->termios[idx] = NULL; |
idx | 1079 | drivers/char/tty_io.c | tty->driver.table[idx] = NULL; |
idx | 1081 | drivers/char/tty_io.c | tty->driver.termios[idx] = NULL; |
idx | 1332 | drivers/net/3c505.c | int idx=0; |
idx | 1339 | drivers/net/3c505.c | } else while ( (dev->base_addr=addr_list[idx++]) ) { |
idx | 441 | drivers/scsi/wd7000.c | unchar idx[2]; /* index (MSB-LSB) */ |
idx | 609 | ipc/shm.c | unsigned int id, idx; |
idx | 626 | ipc/shm.c | idx = (SWP_OFFSET(code) >> SHM_IDX_SHIFT) & SHM_IDX_MASK; |
idx | 627 | ipc/shm.c | if (idx != (offset >> PAGE_SHIFT)) { |
idx | 629 | ipc/shm.c | idx, offset >> PAGE_SHIFT); |
idx | 632 | ipc/shm.c | if (idx >= shp->shm_npages) { |
idx | 637 | ipc/shm.c | pte_val(pte) = shp->shm_pages[idx]; |
idx | 644 | ipc/shm.c | pte_val(pte) = shp->shm_pages[idx]; |
idx | 651 | ipc/shm.c | pte_val(pte) = shp->shm_pages[idx]; |
idx | 661 | ipc/shm.c | shp->shm_pages[idx] = pte_val(pte); |
idx | 683 | ipc/shm.c | unsigned long id, idx; |
idx | 707 | ipc/shm.c | idx = swap_idx++; |
idx | 708 | ipc/shm.c | if (idx >= shp->shm_npages) |
idx | 711 | ipc/shm.c | pte_val(page) = shp->shm_pages[idx]; |
idx | 738 | ipc/shm.c | tmp = shmd->vm_start + (idx << PAGE_SHIFT) - shmd->vm_offset; |
idx | 744 | ipc/shm.c | id, shmd->vm_start, idx); |
idx | 751 | ipc/shm.c | id, shmd->vm_start, idx); |
idx | 766 | ipc/shm.c | shmd->vm_pte + SWP_ENTRY(0, idx << SHM_IDX_SHIFT); |
idx | 779 | ipc/shm.c | shp->shm_pages[idx] = swap_nr; |