taglinefilesource code
key453drivers/block/ide-cd.cint key = (reqbuf->asc << 8);
key455drivers/block/ide-cd.ckey |= reqbuf->ascq;
key463drivers/block/ide-cd.cif (sense_data_texts[mid].asc_ascq == key) {
key467drivers/block/ide-cd.celse if (sense_data_texts[mid].asc_ascq > key)
key59drivers/block/loop.cchar  *in, *out, *key;
key69drivers/block/loop.ckey = lo->lo_encrypt_key;
key72drivers/block/loop.c*out++ = *in++ ^ key[(i & 511) % keysize];
key356drivers/char/apm_bios.cint  key;
key462drivers/char/apm_bios.cif (error_table[i].key == err) break;
key620drivers/char/keyboard.cstatic void applkey(int key, char mode)
key625drivers/char/keyboard.cbuf[2] = key;
key181drivers/net/strip.cMetricomKey key;  /* Protocol type */
key341drivers/scsi/AM53C974.cint key;
key349drivers/scsi/AM53C974.ckey = inb(0x60);
key350drivers/scsi/AM53C974.cif (key == 0x93) deb_stop = 0;  /* don't stop if 'r' was pressed */
key236drivers/scsi/eata_dma_proc.c((cc->key == TRUE)?((bt->dmi == TRUE)?"integrated"
key99drivers/scsi/eata_dma_proc.hkey:1,
key1610drivers/scsi/fdomain.cunsigned char key;
key1614drivers/scsi/fdomain.ckey = (unsigned char)(*((char *)current_SC->request_buffer + 2))
key1620drivers/scsi/fdomain.cif (!(key == UNIT_ATTENTION && (code == 0x29 || !code))
key1621drivers/scsi/fdomain.c&& !(key == NOT_READY
key1624drivers/scsi/fdomain.c&& !(key == ILLEGAL_REQUEST && (code == 0x25
key1630drivers/scsi/fdomain.ckey, code, qualifier );
key1259drivers/sound/gus_wave.csamplep = samples[samplep].key;    /* Link to next sample */
key1631drivers/sound/gus_wave.csamples[free_sample].key = patch_table[instr];
key2564drivers/sound/gus_wave.cptr = samples[ptr].key;  /* Follow link */
key2579drivers/sound/gus_wave.cptr = samples[ptr].key;  /* Follow link */
key2599drivers/sound/gus_wave.cpat->key = GUS_PATCH;  /* Restore patch type */
key2619drivers/sound/gus_wave.cpat->key = samples[ptr].key;  /* Ensure the link is correct */
key2624drivers/sound/gus_wave.cpat->key = GUS_PATCH;
key365drivers/sound/opl3.cif (instr->key != FM_PATCH && (instr->key != OPL3_PATCH || devc->model != 2))
key366drivers/sound/opl3.cprintk ("FM warning: Invalid patch format field (key) 0x%x\n", instr->key);
key586drivers/sound/opl3.cif (map->voice_mode == 2 && instr->key == OPL3_PATCH)
key600drivers/sound/opl3.cif (instr->key != OPL3_PATCH)  /*
key900drivers/sound/opl3.cins.key = format;
key1088drivers/sound/opl3.cis4op = (instr->key == OPL3_PATCH);
key82drivers/sound/patmgr.cmbox[dev]->key = PM_ERROR;
key208drivers/sound/patmgr.crec->key = PM_K_COMMAND;
key227drivers/sound/patmgr.crec->key = PM_ERROR;
key230drivers/sound/patmgr.celse if (rec->key == PM_ERROR)
key275drivers/sound/patmgr.cmbox[dev]->key = PM_K_EVENT;
key487drivers/sound/sequencer.cunsigned short  key;
key490drivers/sound/sequencer.ckey = (chn << 8) | (note + 1);
key493drivers/sound/sequencer.cif (synth_devs[dev]->alloc.map[i] == key)
key502drivers/sound/sequencer.cunsigned short  key;
key505drivers/sound/sequencer.ckey = (chn << 8) | (note + 1);
key509drivers/sound/sequencer.csynth_devs[dev]->alloc.map[voice] = key;
key643drivers/sound/sequencer.cint             i, key;
key656drivers/sound/sequencer.ckey = ((int) chn << 8);
key659drivers/sound/sequencer.cif ((synth_devs[dev]->alloc.map[i] & 0xff00) == key)
key676drivers/sound/sequencer.cint             i, key;
key678drivers/sound/sequencer.ckey = (chn << 8);
key681drivers/sound/sequencer.cif ((synth_devs[dev]->alloc.map[i] & 0xff00) == key)
key38fs/ncpfs/ncplib_kernel.hunsigned char *key,
key10include/linux/ipc.hkey_t  key;
key70include/linux/msg.hasmlinkage int sys_msgget (key_t key, int msgflg);
key106include/linux/sem.hasmlinkage int sys_semget (key_t key, int nsems, int semflg);
key62include/linux/shm.hasmlinkage int sys_shmget (key_t key, int size, int flag);
key147include/linux/soundcard.hunsigned short key;    /* Use GUS_PATCH here */
key228include/linux/soundcard.hshort key;    /* Use GUS_PATCH here */
key263include/linux/soundcard.hunsigned int key;  /* Don't worry. Reserved for communication
key481include/linux/soundcard.hunsigned short  key;  /* FM_PATCH or OPL3_PATCH */
key1096include/linux/soundcard.h#define SEQ_ECHO_BACK(key)    _TIMER_EVENT(TMR_ECHO, key)
key22ipc/msg.cstatic int newque (key_t key, int msgflg);
key23ipc/msg.cstatic int findkey (key_t key);
key354ipc/msg.cstatic int findkey (key_t key)
key364ipc/msg.cif (key == msq->msg_perm.key)
key370ipc/msg.cstatic int newque (key_t key, int msgflg)
key393ipc/msg.cipcp->key = key;
key413ipc/msg.casmlinkage int sys_msgget (key_t key, int msgflg)
key439ipc/msg.cif (key == IPC_PRIVATE) 
key440ipc/msg.creturn newque(key, msgflg);
key441ipc/msg.cif ((id = findkey (key)) == -1) { /* key not used */
key444ipc/msg.creturn newque(key, msgflg);
key45ipc/sem.cstatic int findkey (key_t key);
key66ipc/sem.cstatic int findkey (key_t key)
key76ipc/sem.cif (key == sma->sem_perm.key)
key82ipc/sem.cstatic int newary (key_t key, int nsems, int semflg)
key114ipc/sem.cipcp->key = key;
key132ipc/sem.casmlinkage int sys_semget (key_t key, int nsems, int semflg)
key139ipc/sem.cif (key == IPC_PRIVATE)
key140ipc/sem.creturn newary(key, nsems, semflg);
key141ipc/sem.cif ((id = findkey (key)) == -1) {  /* key not used */
key144ipc/sem.creturn newary(key, nsems, semflg);
key22ipc/shm.cstatic int findkey (key_t key);
key23ipc/shm.cstatic int newseg (key_t key, int shmflg, int size);
key55ipc/shm.cstatic int findkey (key_t key)
key65ipc/shm.cif (key == shp->shm_perm.key)
key74ipc/shm.cstatic int newseg (key_t key, int shmflg, int size)
key111ipc/shm.cshp->shm_perm.key = key;
key133ipc/shm.casmlinkage int sys_shmget (key_t key, int size, int shmflg)
key140ipc/shm.cif (key == IPC_PRIVATE)
key141ipc/shm.creturn newseg(key, shmflg, size);
key142ipc/shm.cif ((id = findkey (key)) == -1) {
key145ipc/shm.creturn newseg(key, shmflg, size);
key65ipc/util.casmlinkage int sys_semget (key_t key, int nsems, int semflg)
key80ipc/util.casmlinkage int sys_msgget (key_t key, int msgflg)
key101ipc/util.casmlinkage int sys_shmget (key_t key, int size, int flag)
key245mm/mmap.cvm_avl_key_t key = node->vm_avl_key;
key253mm/mmap.cif (key == tree->vm_avl_key)
key255mm/mmap.cif (key < tree->vm_avl_key) {
key368mm/mmap.cvm_avl_key_t key = new_node->vm_avl_key;
key378mm/mmap.cif (key < node->vm_avl_key)
key396mm/mmap.cvm_avl_key_t key = new_node->vm_avl_key;
key407mm/mmap.cif (key < node->vm_avl_key) {
key425mm/mmap.cvm_avl_key_t key = node_to_delete->vm_avl_key;
key439mm/mmap.cif (key == node->vm_avl_key)
key441mm/mmap.cif (key < node->vm_avl_key)
key529mm/mmap.cstatic void avl_checkleft (struct vm_area_struct * tree, vm_avl_key_t key)
key533mm/mmap.cavl_checkleft(tree->vm_avl_left,key);
key534mm/mmap.cavl_checkleft(tree->vm_avl_right,key);
key535mm/mmap.cif (tree->vm_avl_key < key)
key537mm/mmap.cprintk("%s: avl_checkleft: left key %lu >= top key %lu\n",avl_check_point,tree->vm_avl_key,key);
key541mm/mmap.cstatic void avl_checkright (struct vm_area_struct * tree, vm_avl_key_t key)
key545mm/mmap.cavl_checkright(tree->vm_avl_left,key);
key546mm/mmap.cavl_checkright(tree->vm_avl_right,key);
key547mm/mmap.cif (tree->vm_avl_key > key)
key549mm/mmap.cprintk("%s: avl_checkright: right key %lu <= top key %lu\n",avl_check_point,tree->vm_avl_key,key);
key121scripts/lxdialog/checklist.cint key = 0, button = 0, choice = 0, scroll = 0, max_choice, *status;
key202scripts/lxdialog/checklist.cwhile (key != ESC) {
key203scripts/lxdialog/checklist.ckey = wgetch (dialog);
key206scripts/lxdialog/checklist.cif (toupper(key) == toupper(items[(scroll+i)*3+1][0]))
key210scripts/lxdialog/checklist.cif ( i < max_choice || key == KEY_UP || key == KEY_DOWN || 
key211scripts/lxdialog/checklist.ckey == '+' || key == '-' ) {
key212scripts/lxdialog/checklist.cif (key == KEY_UP || key == '-') {
key238scripts/lxdialog/checklist.c} else if (key == KEY_DOWN || key == '+') {
key280scripts/lxdialog/checklist.cswitch (key) {
key290scripts/lxdialog/checklist.cbutton = ((key == KEY_LEFT ? --button : ++button) < 0)
key335scripts/lxdialog/checklist.ckey = ESC;
key50scripts/lxdialog/inputbox.cint input_x = 0, scroll = 0, key = 0, button = -1;
key115scripts/lxdialog/inputbox.cwhile (key != ESC) {
key116scripts/lxdialog/inputbox.ckey = wgetch (dialog);
key119scripts/lxdialog/inputbox.cswitch (key) {
key149scripts/lxdialog/inputbox.cif (key < 0x100 && isprint (key)) {
key152scripts/lxdialog/inputbox.cinstr[scroll + input_x] = key;
key161scripts/lxdialog/inputbox.cwaddch (dialog, key);
key170scripts/lxdialog/inputbox.cswitch (key) {
key224scripts/lxdialog/inputbox.ckey = ESC;
key124scripts/lxdialog/menubox.cint key = 0, button = 0, scroll = 0, choice = 0, first_item = 0, max_choice;
key199scripts/lxdialog/menubox.cwhile (key != ESC) {
key200scripts/lxdialog/menubox.ckey = wgetch(dialog);
key202scripts/lxdialog/menubox.cif (isalpha(key)) key = tolower(key);
key204scripts/lxdialog/menubox.cif (strchr("ynm", key))
key209scripts/lxdialog/menubox.cif (key == tolower(items[(scroll+i)*2+1][j]))
key215scripts/lxdialog/menubox.cif (key == tolower(items[(scroll+i)*2+1][j]))
key221scripts/lxdialog/menubox.ckey == KEY_UP || key == KEY_DOWN ||
key222scripts/lxdialog/menubox.ckey == '-' || key == '+' ||
key223scripts/lxdialog/menubox.ckey == KEY_PPAGE || key == KEY_NPAGE) {
key228scripts/lxdialog/menubox.cif (key == KEY_UP || key == '-') {
key242scripts/lxdialog/menubox.c} else if (key == KEY_DOWN || key == '+')  {
key263scripts/lxdialog/menubox.c} else if (key == KEY_PPAGE) {
key274scripts/lxdialog/menubox.c} else if (key == KEY_NPAGE) {
key301scripts/lxdialog/menubox.cswitch (key) {
key305scripts/lxdialog/menubox.cbutton = ((key == KEY_LEFT ? --button : ++button) < 0)
key317scripts/lxdialog/menubox.cif (key == 'y') return 3;
key318scripts/lxdialog/menubox.cif (key == 'n') return 4;
key319scripts/lxdialog/menubox.cif (key == 'm') return 5;
key337scripts/lxdialog/menubox.ckey = ESC;
key32scripts/lxdialog/msgbox.cint i, x, y, key = 0;
key67scripts/lxdialog/msgbox.cwhile (key != ESC && key != '\n' && key != ' ' &&
key68scripts/lxdialog/msgbox.ckey != 'O' && key != 'o' && key != 'X' && key != 'x')
key69scripts/lxdialog/msgbox.ckey = wgetch (dialog);
key71scripts/lxdialog/msgbox.ckey = '\n';
key76scripts/lxdialog/msgbox.creturn key == ESC ? -1 : 0;
key40scripts/lxdialog/textbox.cint i, x, y, cur_x, cur_y, fpos, key = 0;
key123scripts/lxdialog/textbox.cwhile ((key != ESC) && (key != '\n')) {
key124scripts/lxdialog/textbox.ckey = wgetch (dialog);
key125scripts/lxdialog/textbox.cswitch (key) {
key279scripts/lxdialog/textbox.cif (key == '0')
key46scripts/lxdialog/yesno.cint i, x, y, key = 0, button = 0;
key78scripts/lxdialog/yesno.cwhile (key != ESC) {
key79scripts/lxdialog/yesno.ckey = wgetch (dialog);
key80scripts/lxdialog/yesno.cswitch (key) {
key93scripts/lxdialog/yesno.cbutton = ((key == KEY_LEFT ? --button : ++button) < 0)