taglinefilesource code
idx2255drivers/char/console.cunsigned int  idx;
idx2258drivers/char/console.cidx = MINOR(tty->device) - tty->driver.minor_start;
idx2260drivers/char/console.ci = vc_allocate(idx);
idx2264drivers/char/console.cvt_cons[idx]->vc_num = idx;
idx2265drivers/char/console.ctty->driver_data = vt_cons[idx];
idx765drivers/char/tty_io.cint idx;
idx771drivers/char/tty_io.cidx = MINOR(device) - driver->minor_start;
idx778drivers/char/tty_io.ctty_loc = &driver->table[idx];
idx779drivers/char/tty_io.ctp_loc = &driver->termios[idx];
idx780drivers/char/tty_io.cltp_loc = &driver->termios_locked[idx];
idx814drivers/char/tty_io.co_tty_loc = &driver->other->table[idx];
idx815drivers/char/tty_io.co_tp_loc = &driver->other->termios[idx];
idx816drivers/char/tty_io.co_ltp_loc = &driver->other->termios_locked[idx];
idx826drivers/char/tty_io.cdriver->other->minor_start + idx);
idx934drivers/char/tty_io.cint  idx;
idx947drivers/char/tty_io.cidx = MINOR(tty->device) - tty->driver.minor_start;
idx949drivers/char/tty_io.cif (idx < 0 || idx >= tty->driver.num) {
idx954drivers/char/tty_io.cif (tty != tty->driver.table[idx]) {
idx956drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx959drivers/char/tty_io.cif (tp != tty->driver.termios[idx]) {
idx961drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx964drivers/char/tty_io.cif (ltp != tty->driver.termios_locked[idx]) {
idx966drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx982drivers/char/tty_io.cif (o_tty != tty->driver.other->table[idx]) {
idx984drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx987drivers/char/tty_io.cif (o_tp != tty->driver.other->termios[idx]) {
idx989drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx992drivers/char/tty_io.cif (o_ltp != tty->driver.other->termios_locked[idx]) {
idx994drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx1026drivers/char/tty_io.ctty->driver.other->table[idx] = NULL;
idx1027drivers/char/tty_io.ctty->driver.other->termios[idx] = NULL;
idx1063drivers/char/tty_io.ctty->driver.table[idx] = NULL;
idx1065drivers/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) */
idx635ipc/shm.cunsigned int id, idx;
idx652ipc/shm.cidx = (code >> SHM_IDX_SHIFT) & SHM_IDX_MASK;
idx653ipc/shm.cif (idx != (offset >> PAGE_SHIFT)) {
idx655ipc/shm.cidx, offset >> PAGE_SHIFT);
idx658ipc/shm.cif (idx >= shp->shm_npages) {
idx663ipc/shm.cpte_val(pte) = shp->shm_pages[idx];
idx670ipc/shm.cpte_val(pte) = shp->shm_pages[idx];
idx677ipc/shm.cpte_val(pte) = shp->shm_pages[idx];
idx687ipc/shm.cshp->shm_pages[idx] = pte_val(pte);
idx709ipc/shm.cunsigned long id, idx, invalid = 0;
idx727ipc/shm.cidx = swap_idx++;
idx728ipc/shm.cif (idx >= shp->shm_npages) {
idx735ipc/shm.cpte_val(page) = shp->shm_pages[idx];
idx757ipc/shm.ctmp = shmd->vm_start + (idx << PAGE_SHIFT) - shmd->vm_offset;
idx763ipc/shm.cid, shmd->vm_start, idx);
idx778ipc/shm.cpte_val(*page_table) = shmd->vm_pte | idx << SHM_IDX_SHIFT;
idx790ipc/shm.cshp->shm_pages[idx] = swap_nr;