taglinefilesource code
idx2197drivers/char/console.cunsigned int  idx;
idx2200drivers/char/console.cidx = MINOR(tty->device) - tty->driver.minor_start;
idx2202drivers/char/console.ci = vc_allocate(idx);
idx2206drivers/char/console.cvt_cons[idx]->vc_num = idx;
idx2207drivers/char/console.ctty->driver_data = vt_cons[idx];
idx763drivers/char/tty_io.cint idx;
idx769drivers/char/tty_io.cidx = MINOR(device) - driver->minor_start;
idx776drivers/char/tty_io.ctty_loc = &driver->table[idx];
idx777drivers/char/tty_io.ctp_loc = &driver->termios[idx];
idx778drivers/char/tty_io.cltp_loc = &driver->termios_locked[idx];
idx812drivers/char/tty_io.co_tty_loc = &driver->other->table[idx];
idx813drivers/char/tty_io.co_tp_loc = &driver->other->termios[idx];
idx814drivers/char/tty_io.co_ltp_loc = &driver->other->termios_locked[idx];
idx824drivers/char/tty_io.cdriver->other->minor_start + idx);
idx939drivers/char/tty_io.cint  idx;
idx952drivers/char/tty_io.cidx = MINOR(tty->device) - tty->driver.minor_start;
idx954drivers/char/tty_io.cif (idx < 0 || idx >= tty->driver.num) {
idx959drivers/char/tty_io.cif (tty != tty->driver.table[idx]) {
idx961drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx964drivers/char/tty_io.cif (tp != tty->driver.termios[idx]) {
idx966drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx969drivers/char/tty_io.cif (ltp != tty->driver.termios_locked[idx]) {
idx971drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx987drivers/char/tty_io.cif (o_tty != tty->driver.other->table[idx]) {
idx989drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx992drivers/char/tty_io.cif (o_tp != tty->driver.other->termios[idx]) {
idx994drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx997drivers/char/tty_io.cif (o_ltp != tty->driver.other->termios_locked[idx]) {
idx999drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx1034drivers/char/tty_io.ctty->driver.other->table[idx] = NULL;
idx1035drivers/char/tty_io.ctty->driver.other->termios[idx] = NULL;
idx1071drivers/char/tty_io.ctty->driver.table[idx] = NULL;
idx1073drivers/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;