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;
idx2348drivers/char/console.cunsigned int  idx;
idx2351drivers/char/console.cidx = MINOR(tty->device) - tty->driver.minor_start;
idx2353drivers/char/console.ci = vc_allocate(idx);
idx2357drivers/char/console.cvt_cons[idx]->vc_num = idx;
idx2358drivers/char/console.ctty->driver_data = vt_cons[idx];
idx770drivers/char/tty_io.cint idx;
idx776drivers/char/tty_io.cidx = MINOR(device) - driver->minor_start;
idx783drivers/char/tty_io.ctty_loc = &driver->table[idx];
idx784drivers/char/tty_io.ctp_loc = &driver->termios[idx];
idx785drivers/char/tty_io.cltp_loc = &driver->termios_locked[idx];
idx819drivers/char/tty_io.co_tty_loc = &driver->other->table[idx];
idx820drivers/char/tty_io.co_tp_loc = &driver->other->termios[idx];
idx821drivers/char/tty_io.co_ltp_loc = &driver->other->termios_locked[idx];
idx831drivers/char/tty_io.cdriver->other->minor_start + idx);
idx946drivers/char/tty_io.cint  idx;
idx959drivers/char/tty_io.cidx = MINOR(tty->device) - tty->driver.minor_start;
idx961drivers/char/tty_io.cif (idx < 0 || idx >= tty->driver.num) {
idx966drivers/char/tty_io.cif (tty != tty->driver.table[idx]) {
idx968drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx971drivers/char/tty_io.cif (tp != tty->driver.termios[idx]) {
idx973drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx976drivers/char/tty_io.cif (ltp != tty->driver.termios_locked[idx]) {
idx978drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx994drivers/char/tty_io.cif (o_tty != tty->driver.other->table[idx]) {
idx996drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx999drivers/char/tty_io.cif (o_tp != tty->driver.other->termios[idx]) {
idx1001drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx1004drivers/char/tty_io.cif (o_ltp != tty->driver.other->termios_locked[idx]) {
idx1006drivers/char/tty_io.cidx, MAJOR(tty->device), MINOR(tty->device));
idx1041drivers/char/tty_io.ctty->driver.other->table[idx] = NULL;
idx1042drivers/char/tty_io.ctty->driver.other->termios[idx] = NULL;
idx1078drivers/char/tty_io.ctty->driver.table[idx] = NULL;
idx1080drivers/char/tty_io.ctty->driver.termios[idx] = NULL;
idx1345drivers/net/3c505.cint idx=0;
idx1352drivers/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;