taglinefilesource code
idx1310drivers/block/mcdx.cunsigned int idx;
idx1317drivers/block/mcdx.cidx = bcd2uint(q.index);
idx1319drivers/block/mcdx.cif ((idx > 0) 
idx1320drivers/block/mcdx.c&& (idx <= stuffp->di.n_last) 
idx1322drivers/block/mcdx.c&& (stuffp->toc[idx - stuffp->di.n_first].index == 0)) {
idx1323drivers/block/mcdx.cstuffp->toc[idx - stuffp->di.n_first] = q;
idx2349drivers/char/console.cunsigned int  idx;
idx2352drivers/char/console.cidx = MINOR(tty->device) - tty->driver.minor_start;
idx2354drivers/char/console.ci = vc_allocate(idx);
idx2358drivers/char/console.cvt_cons[idx]->vc_num = idx;
idx2359drivers/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++]) ) {
idx441drivers/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];
idx738ipc/shm.ctmp = shmd->vm_start + (idx << PAGE_SHIFT) - shmd->vm_offset;
idx744ipc/shm.cid, shmd->vm_start, idx);
idx751ipc/shm.cid, shmd->vm_start, idx);
idx766ipc/shm.cshmd->vm_pte + SWP_ENTRY(0, idx << SHM_IDX_SHIFT);
idx779ipc/shm.cshp->shm_pages[idx] = swap_nr;