taglinefilesource code
idx2148drivers/char/console.cunsigned int  idx;
idx2151drivers/char/console.cidx = MINOR(tty->device) - tty->driver.minor_start;
idx2153drivers/char/console.ci = vc_allocate(idx);
idx2157drivers/char/console.cvt_cons[idx]->vc_num = idx;
idx2158drivers/char/console.ctty->driver_data = vt_cons[idx];
idx722drivers/char/tty_io.cint idx;
idx728drivers/char/tty_io.cidx = MINOR(device) - driver->minor_start;
idx735drivers/char/tty_io.ctty_loc = &driver->table[idx];
idx736drivers/char/tty_io.ctp_loc = &driver->termios[idx];
idx737drivers/char/tty_io.cltp_loc = &driver->termios_locked[idx];
idx771drivers/char/tty_io.co_tty_loc = &driver->other->table[idx];
idx772drivers/char/tty_io.co_tp_loc = &driver->other->termios[idx];
idx773drivers/char/tty_io.co_ltp_loc = &driver->other->termios_locked[idx];
idx783drivers/char/tty_io.cdriver->other->minor_start + idx);
idx891drivers/char/tty_io.cint  idx;
idx903drivers/char/tty_io.cidx = MINOR(tty->device) - tty->driver.minor_start;
idx905drivers/char/tty_io.cif (idx < 0 || idx >= tty->driver.num) {
idx910drivers/char/tty_io.cif (tty != tty->driver.table[idx]) {
idx912drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx915drivers/char/tty_io.cif (tp != tty->driver.termios[idx]) {
idx917drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx920drivers/char/tty_io.cif (ltp != tty->driver.termios_locked[idx]) {
idx922drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx938drivers/char/tty_io.cif (o_tty != tty->driver.other->table[idx]) {
idx940drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx943drivers/char/tty_io.cif (o_tp != tty->driver.other->termios[idx]) {
idx945drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx948drivers/char/tty_io.cif (o_ltp != tty->driver.other->termios_locked[idx]) {
idx950drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx982drivers/char/tty_io.ctty->driver.other->table[idx] = NULL;
idx983drivers/char/tty_io.ctty->driver.other->termios[idx] = NULL;
idx1019drivers/char/tty_io.ctty->driver.table[idx] = NULL;
idx1021drivers/char/tty_io.ctty->driver.termios[idx] = NULL;
idx1424drivers/net/3c505.cint idx=0, addr;
idx1438drivers/net/3c505.c} else while ( (addr=addr_list[idx++]) ) {
idx437drivers/scsi/wd7000.cunchar idx[2];                /* index (MSB-LSB) */
idx618ipc/shm.cunsigned int id, idx;
idx630ipc/shm.cidx = (code >> SHM_IDX_SHIFT) & SHM_IDX_MASK;
idx631ipc/shm.cif (idx >= shp->shm_npages) {
idx636ipc/shm.cif (!(shp->shm_pages[idx] & PAGE_PRESENT)) {
idx641ipc/shm.cif (shp->shm_pages[idx] & PAGE_PRESENT) {
idx645ipc/shm.cif (shp->shm_pages[idx]) {
idx646ipc/shm.cread_swap_page (shp->shm_pages[idx], (char *) page);
idx647ipc/shm.cif (shp->shm_pages[idx] & PAGE_PRESENT)  {
idx651ipc/shm.cswap_free (shp->shm_pages[idx]);
idx655ipc/shm.cshp->shm_pages[idx] = page | (PAGE_SHARED | PAGE_DIRTY);
idx661ipc/shm.cpage = shp->shm_pages[idx];
idx680ipc/shm.cunsigned long id, idx, invalid = 0;
idx698ipc/shm.cidx = swap_idx++;
idx699ipc/shm.cif (idx >= shp->shm_npages) {
idx706ipc/shm.cpage = shp->shm_pages[idx];
idx723ipc/shm.ctmp = shmd->vm_start + (idx << PAGE_SHIFT) - shmd->vm_offset;
idx729ipc/shm.cid, shmd->vm_start, idx);
idx742ipc/shm.ctmp = shmd->vm_pte | idx << SHM_IDX_SHIFT;
idx752ipc/shm.cshp->shm_pages[idx] = swap_nr;