taglinefilesource code
idx1693drivers/char/console.cint  idx;
idx1695drivers/char/console.cidx = MINOR(tty->device) - tty->driver.minor_start;
idx1697drivers/char/console.cif (idx > NR_CONSOLES)
idx1699drivers/char/console.cvt_cons[idx].vc_num = idx;
idx1700drivers/char/console.ctty->driver_data = &vt_cons[idx];
idx717drivers/char/tty_io.cint idx;
idx723drivers/char/tty_io.cidx = MINOR(device) - driver->minor_start;
idx730drivers/char/tty_io.ctty_loc = &driver->table[idx];
idx731drivers/char/tty_io.ctp_loc = &driver->termios[idx];
idx732drivers/char/tty_io.cltp_loc = &driver->termios_locked[idx];
idx766drivers/char/tty_io.co_tty_loc = &driver->other->table[idx];
idx767drivers/char/tty_io.co_tp_loc = &driver->other->termios[idx];
idx768drivers/char/tty_io.co_ltp_loc = &driver->other->termios_locked[idx];
idx778drivers/char/tty_io.cdriver->other->minor_start + idx);
idx880drivers/char/tty_io.cint  idx;
idx892drivers/char/tty_io.cidx = MINOR(tty->device) - tty->driver.minor_start;
idx894drivers/char/tty_io.cif (idx < 0 || idx >= tty->driver.num) {
idx899drivers/char/tty_io.cif (tty != tty->driver.table[idx]) {
idx901drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx904drivers/char/tty_io.cif (tp != tty->driver.termios[idx]) {
idx906drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx909drivers/char/tty_io.cif (ltp != tty->driver.termios_locked[idx]) {
idx911drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx927drivers/char/tty_io.cif (o_tty != tty->driver.other->table[idx]) {
idx929drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx932drivers/char/tty_io.cif (o_tp != tty->driver.other->termios[idx]) {
idx934drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx937drivers/char/tty_io.cif (o_ltp != tty->driver.other->termios_locked[idx]) {
idx939drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx980drivers/char/tty_io.ctty->driver.other->table[idx] = NULL;
idx981drivers/char/tty_io.ctty->driver.other->termios[idx] = NULL;
idx982drivers/char/tty_io.ctty->driver.other->termios_locked[idx] = NULL;
idx998drivers/char/tty_io.ctty->driver.table[idx] = NULL;
idx1000drivers/char/tty_io.ctty->driver.termios[idx] = NULL;
idx1001drivers/char/tty_io.ctty->driver.termios_locked[idx] = NULL;
idx438drivers/scsi/wd7000.cunchar idx[2];                /* index (MSB-LSB) */
idx589ipc/shm.cunsigned int id, idx;
idx601ipc/shm.cidx = (code >> SHM_IDX_SHIFT) & SHM_IDX_MASK;
idx602ipc/shm.cif (idx >= shp->shm_npages) {
idx607ipc/shm.cif (!(shp->shm_pages[idx] & PAGE_PRESENT)) {
idx613ipc/shm.cif (shp->shm_pages[idx] & PAGE_PRESENT) {
idx617ipc/shm.cif (shp->shm_pages[idx]) {
idx618ipc/shm.cread_swap_page (shp->shm_pages[idx], (char *) page);
idx619ipc/shm.cif (shp->shm_pages[idx] & PAGE_PRESENT)  {
idx623ipc/shm.cswap_free (shp->shm_pages[idx]);
idx627ipc/shm.cshp->shm_pages[idx] = page | (PAGE_SHARED | PAGE_DIRTY);
idx633ipc/shm.cpage = shp->shm_pages[idx];
idx653ipc/shm.cunsigned long id, idx, invalid = 0;
idx671ipc/shm.cidx = swap_idx++; 
idx672ipc/shm.cif (idx  >= shp->shm_npages) { 
idx679ipc/shm.cpage = shp->shm_pages[idx];
idx696ipc/shm.ctmp = shmd->start + (idx << PAGE_SHIFT);
idx698ipc/shm.cprintk ("shm_swap: too large idx=%ld id=%ld PANIC\n",idx, id);
idx704ipc/shm.cid, shmd->start, idx);
idx717ipc/shm.ctmp = shmd->shm_sgn | idx << SHM_IDX_SHIFT;
idx727ipc/shm.cshp->shm_pages[idx] = swap_nr;