taglinefilesource code
idx2153drivers/char/console.cunsigned int  idx;
idx2156drivers/char/console.cidx = MINOR(tty->device) - tty->driver.minor_start;
idx2158drivers/char/console.ci = vc_allocate(idx);
idx2162drivers/char/console.cvt_cons[idx]->vc_num = idx;
idx2163drivers/char/console.ctty->driver_data = vt_cons[idx];
idx759drivers/char/tty_io.cint idx;
idx765drivers/char/tty_io.cidx = MINOR(device) - driver->minor_start;
idx772drivers/char/tty_io.ctty_loc = &driver->table[idx];
idx773drivers/char/tty_io.ctp_loc = &driver->termios[idx];
idx774drivers/char/tty_io.cltp_loc = &driver->termios_locked[idx];
idx808drivers/char/tty_io.co_tty_loc = &driver->other->table[idx];
idx809drivers/char/tty_io.co_tp_loc = &driver->other->termios[idx];
idx810drivers/char/tty_io.co_ltp_loc = &driver->other->termios_locked[idx];
idx820drivers/char/tty_io.cdriver->other->minor_start + idx);
idx928drivers/char/tty_io.cint  idx;
idx941drivers/char/tty_io.cidx = MINOR(tty->device) - tty->driver.minor_start;
idx943drivers/char/tty_io.cif (idx < 0 || idx >= tty->driver.num) {
idx948drivers/char/tty_io.cif (tty != tty->driver.table[idx]) {
idx950drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx953drivers/char/tty_io.cif (tp != tty->driver.termios[idx]) {
idx955drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx958drivers/char/tty_io.cif (ltp != tty->driver.termios_locked[idx]) {
idx960drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx976drivers/char/tty_io.cif (o_tty != tty->driver.other->table[idx]) {
idx978drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx981drivers/char/tty_io.cif (o_tp != tty->driver.other->termios[idx]) {
idx983drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx986drivers/char/tty_io.cif (o_ltp != tty->driver.other->termios_locked[idx]) {
idx988drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx1020drivers/char/tty_io.ctty->driver.other->table[idx] = NULL;
idx1021drivers/char/tty_io.ctty->driver.other->termios[idx] = NULL;
idx1059drivers/char/tty_io.ctty->driver.table[idx] = NULL;
idx1061drivers/char/tty_io.ctty->driver.termios[idx] = NULL;
idx1422drivers/net/3c505.cint idx=0, addr;
idx1436drivers/net/3c505.c} else while ( (addr=addr_list[idx++]) ) {
idx437drivers/scsi/wd7000.cunchar idx[2];                /* index (MSB-LSB) */
idx601ipc/shm.cunsigned int id, idx;
idx618ipc/shm.cidx = (code >> SHM_IDX_SHIFT) & SHM_IDX_MASK;
idx619ipc/shm.cif (idx != (offset >> PAGE_SHIFT)) {
idx621ipc/shm.cidx, offset >> PAGE_SHIFT);
idx624ipc/shm.cif (idx >= shp->shm_npages) {
idx629ipc/shm.cpte_val(pte) = shp->shm_pages[idx];
idx636ipc/shm.cpte_val(pte) = shp->shm_pages[idx];
idx643ipc/shm.cpte_val(pte) = shp->shm_pages[idx];
idx653ipc/shm.cshp->shm_pages[idx] = pte_val(pte);
idx675ipc/shm.cunsigned long id, idx;
idx699ipc/shm.cidx = swap_idx++;
idx700ipc/shm.cif (idx >= shp->shm_npages)
idx703ipc/shm.cpte_val(page) = shp->shm_pages[idx];
idx727ipc/shm.ctmp = shmd->vm_start + (idx << PAGE_SHIFT) - shmd->vm_offset;
idx733ipc/shm.cid, shmd->vm_start, idx);
idx740ipc/shm.cid, shmd->vm_start, idx);
idx754ipc/shm.cpte_val(*page_table) = shmd->vm_pte | idx << SHM_IDX_SHIFT;
idx767ipc/shm.cshp->shm_pages[idx] = swap_nr;