taglinefilesource code
idx2341drivers/char/console.cunsigned int  idx;
idx2344drivers/char/console.cidx = MINOR(tty->device) - tty->driver.minor_start;
idx2346drivers/char/console.ci = vc_allocate(idx);
idx2350drivers/char/console.cvt_cons[idx]->vc_num = idx;
idx2351drivers/char/console.ctty->driver_data = vt_cons[idx];
idx771drivers/char/tty_io.cint idx;
idx777drivers/char/tty_io.cidx = MINOR(device) - driver->minor_start;
idx784drivers/char/tty_io.ctty_loc = &driver->table[idx];
idx785drivers/char/tty_io.ctp_loc = &driver->termios[idx];
idx786drivers/char/tty_io.cltp_loc = &driver->termios_locked[idx];
idx820drivers/char/tty_io.co_tty_loc = &driver->other->table[idx];
idx821drivers/char/tty_io.co_tp_loc = &driver->other->termios[idx];
idx822drivers/char/tty_io.co_ltp_loc = &driver->other->termios_locked[idx];
idx832drivers/char/tty_io.cdriver->other->minor_start + idx);
idx947drivers/char/tty_io.cint  idx;
idx960drivers/char/tty_io.cidx = MINOR(tty->device) - tty->driver.minor_start;
idx962drivers/char/tty_io.cif (idx < 0 || idx >= tty->driver.num) {
idx967drivers/char/tty_io.cif (tty != tty->driver.table[idx]) {
idx969drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx972drivers/char/tty_io.cif (tp != tty->driver.termios[idx]) {
idx974drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx977drivers/char/tty_io.cif (ltp != tty->driver.termios_locked[idx]) {
idx979drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx995drivers/char/tty_io.cif (o_tty != tty->driver.other->table[idx]) {
idx997drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx1000drivers/char/tty_io.cif (o_tp != tty->driver.other->termios[idx]) {
idx1002drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx1005drivers/char/tty_io.cif (o_ltp != tty->driver.other->termios_locked[idx]) {
idx1007drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx1042drivers/char/tty_io.ctty->driver.other->table[idx] = NULL;
idx1043drivers/char/tty_io.ctty->driver.other->termios[idx] = NULL;
idx1079drivers/char/tty_io.ctty->driver.table[idx] = NULL;
idx1081drivers/char/tty_io.ctty->driver.termios[idx] = NULL;
idx1332drivers/net/3c505.cint idx=0;
idx1339drivers/net/3c505.c} else while ( (dev->base_addr=addr_list[idx++]) ) {
idx437drivers/scsi/wd7000.cunchar idx[2];                /* index (MSB-LSB) */
idx609ipc/shm.cunsigned int id, idx;
idx626ipc/shm.cidx = (SWP_OFFSET(code) >> SHM_IDX_SHIFT) & SHM_IDX_MASK;
idx627ipc/shm.cif (idx != (offset >> PAGE_SHIFT)) {
idx629ipc/shm.cidx, offset >> PAGE_SHIFT);
idx632ipc/shm.cif (idx >= shp->shm_npages) {
idx637ipc/shm.cpte_val(pte) = shp->shm_pages[idx];
idx644ipc/shm.cpte_val(pte) = shp->shm_pages[idx];
idx651ipc/shm.cpte_val(pte) = shp->shm_pages[idx];
idx661ipc/shm.cshp->shm_pages[idx] = pte_val(pte);
idx683ipc/shm.cunsigned long id, idx;
idx707ipc/shm.cidx = swap_idx++;
idx708ipc/shm.cif (idx >= shp->shm_npages)
idx711ipc/shm.cpte_val(page) = shp->shm_pages[idx];
idx736ipc/shm.ctmp = shmd->vm_start + (idx << PAGE_SHIFT) - shmd->vm_offset;
idx742ipc/shm.cid, shmd->vm_start, idx);
idx749ipc/shm.cid, shmd->vm_start, idx);
idx764ipc/shm.cshmd->vm_pte + SWP_ENTRY(0, idx << SHM_IDX_SHIFT);
idx777ipc/shm.cshp->shm_pages[idx] = swap_nr;