tag | line | file | source code |
found | 135 | drivers/block/xd.c | u_char i,j,found = 0; |
found | 144 | drivers/block/xd.c | for (i = 0; i < (sizeof(xd_bases) / sizeof(xd_bases[0])) && !found; i++) |
found | 145 | drivers/block/xd.c | for (j = 1; j < (sizeof(xd_sigs) / sizeof(xd_sigs[0])) && !found; j++) |
found | 149 | drivers/block/xd.c | found++; |
found | 151 | drivers/block/xd.c | return (found); |
found | 458 | drivers/cdrom/gscd.c | int found, read; |
found | 462 | drivers/cdrom/gscd.c | found = inb ( GSCDPORT(0) ); |
found | 463 | drivers/cdrom/gscd.c | found &= 0x0f; |
found | 466 | drivers/cdrom/gscd.c | } while ( read != found ); |
found | 1735 | drivers/char/tty_io.c | int found = 0; |
found | 1743 | drivers/char/tty_io.c | found++; |
found | 565 | drivers/net/3c503.c | int this_dev, found = 0; |
found | 580 | drivers/net/3c503.c | if (found != 0) return 0; /* Got at least one. */ |
found | 583 | drivers/net/3c503.c | found++; |
found | 147 | drivers/net/3c509.c | goto found; |
found | 163 | drivers/net/3c509.c | goto found; |
found | 231 | drivers/net/3c509.c | found: |
found | 336 | drivers/net/ac3200.c | int this_dev, found = 0; |
found | 349 | drivers/net/ac3200.c | if (found != 0) return 0; /* Got at least one. */ |
found | 352 | drivers/net/ac3200.c | found++; |
found | 401 | drivers/net/e2100.c | int this_dev, found = 0; |
found | 417 | drivers/net/e2100.c | if (found != 0) return 0; /* Got at least one. */ |
found | 420 | drivers/net/e2100.c | found++; |
found | 433 | drivers/net/hp-plus.c | int this_dev, found = 0; |
found | 447 | drivers/net/hp-plus.c | if (found != 0) return 0; /* Got at least one. */ |
found | 450 | drivers/net/hp-plus.c | found++; |
found | 400 | drivers/net/hp.c | int this_dev, found = 0; |
found | 414 | drivers/net/hp.c | if (found != 0) return 0; /* Got at least one. */ |
found | 417 | drivers/net/hp.c | found++; |
found | 634 | drivers/net/ne.c | int this_dev, found = 0; |
found | 649 | drivers/net/ne.c | if (found != 0) return 0; /* Got at least one. */ |
found | 652 | drivers/net/ne.c | found++; |
found | 95 | drivers/net/net_init.c | goto found; |
found | 109 | drivers/net/net_init.c | found: /* From the double loop above. */ |
found | 298 | drivers/net/slhc.c | goto found; |
found | 320 | drivers/net/slhc.c | found: |
found | 363 | drivers/net/smc-ultra.c | int this_dev, found = 0; |
found | 377 | drivers/net/smc-ultra.c | if (found != 0) return 0; /* Got at least one. */ |
found | 380 | drivers/net/smc-ultra.c | found++; |
found | 448 | drivers/net/wd.c | int this_dev, found = 0; |
found | 464 | drivers/net/wd.c | if (found != 0) return 0; /* Got at least one. */ |
found | 467 | drivers/net/wd.c | found++; |
found | 3855 | drivers/scsi/53c7,8xx.c | int found; |
found | 3870 | drivers/scsi/53c7,8xx.c | for (c = (struct NCR53c7x0_cmd *) hostdata->running_list, found = 0; c; |
found | 3877 | drivers/scsi/53c7,8xx.c | found = 1; |
found | 3881 | drivers/scsi/53c7,8xx.c | if (!found) { |
found | 2002 | drivers/scsi/aic7xxx.c | int found = 0; |
found | 2016 | drivers/scsi/aic7xxx.c | for (i = 0; i < (queued - found); i++) |
found | 2031 | drivers/scsi/aic7xxx.c | found++; |
found | 2061 | drivers/scsi/aic7xxx.c | found++; |
found | 2092 | drivers/scsi/aic7xxx.c | found++; |
found | 2097 | drivers/scsi/aic7xxx.c | return (found); |
found | 2130 | drivers/scsi/aic7xxx.c | int found; |
found | 2136 | drivers/scsi/aic7xxx.c | found = aic7xxx_reset_device(p, ALL_TARGETS, channel, timedout_scb); |
found | 2210 | drivers/scsi/aic7xxx.c | return found; |
found | 2779 | drivers/scsi/aic7xxx.c | int found; |
found | 2792 | drivers/scsi/aic7xxx.c | found = aic7xxx_reset_device(p, (int) scsi_id, channel, SCB_LIST_NULL); |
found | 3574 | drivers/scsi/aic7xxx.c | int found = 1, base; |
found | 4184 | drivers/scsi/aic7xxx.c | return (found); |
found | 4198 | drivers/scsi/aic7xxx.c | int found = 0, slot, base; |
found | 4266 | drivers/scsi/aic7xxx.c | found += aic7xxx_register(template, &config); |
found | 4422 | drivers/scsi/aic7xxx.c | found += aic7xxx_register(template, &config); |
found | 4436 | drivers/scsi/aic7xxx.c | return (found); |
found | 4749 | drivers/scsi/aic7xxx.c | int found = 0; |
found | 4769 | drivers/scsi/aic7xxx.c | found = aic7xxx_reset_channel(p, channel, scb->position); |
found | 819 | drivers/scsi/scsi.c | Scsi_Cmnd * found = NULL; |
found | 849 | drivers/scsi/scsi.c | if(found == NULL |
found | 852 | drivers/scsi/scsi.c | found=SCpnt; |
found | 866 | drivers/scsi/scsi.c | SCpnt = found; |
found | 948 | drivers/scsi/scsi.c | Scsi_Cmnd * found = NULL; |
found | 982 | drivers/scsi/scsi.c | if(found == NULL |
found | 985 | drivers/scsi/scsi.c | found=SCpnt; |
found | 994 | drivers/scsi/scsi.c | found = NULL; |
found | 1000 | drivers/scsi/scsi.c | SCpnt = found; |
found | 1535 | fs/buffer.c | int found = 0, locked = 0, dirty = 0, used = 0, lastused = 0; |
found | 1544 | fs/buffer.c | shared = found = locked = dirty = used = lastused = 0; |
found | 1548 | fs/buffer.c | found++; |
found | 1555 | fs/buffer.c | used++, lastused = found; |
found | 1559 | fs/buffer.c | nlist, found, used, lastused, locked, dirty, shared); |
found | 343 | fs/sysv/inode.c | const char *found; |
found | 361 | fs/sysv/inode.c | if ((found = detect_xenix(sb,bh)) != NULL) |
found | 367 | fs/sysv/inode.c | if ((found = detect_sysv4(sb,bh)) != NULL) |
found | 369 | fs/sysv/inode.c | if ((found = detect_sysv2(sb,bh)) != NULL) |
found | 372 | fs/sysv/inode.c | if ((found = detect_coherent(sb,bh)) != NULL) |
found | 383 | fs/sysv/inode.c | if ((found = detect_sysv4(sb,bh)) != NULL) { |
found | 387 | fs/sysv/inode.c | if ((found = detect_sysv2(sb,bh)) != NULL) { |
found | 476 | fs/sysv/inode.c | found, sb->sv_block_size, kdevname(dev)); |
found | 431 | fs/umsdos/dir.c | int found; |
found | 445 | fs/umsdos/dir.c | d->found = 1; |
found | 488 | fs/umsdos/dir.c | if (bufk.found){ |
found | 284 | fs/umsdos/emd.c | int found; /* A valid empty position has been found */ |
found | 294 | fs/umsdos/emd.c | empty.found = 0; |
found | 315 | fs/umsdos/emd.c | }else if (!empty.found){ |
found | 325 | fs/umsdos/emd.c | empty.found = 1; |
found | 236 | ipc/msg.c | goto found; |
found | 240 | ipc/msg.c | found: |
found | 96 | ipc/sem.c | goto found; |
found | 99 | ipc/sem.c | found: |
found | 690 | ipc/sem.c | goto found; |
found | 694 | ipc/sem.c | found: |
found | 86 | ipc/shm.c | goto found; |
found | 90 | ipc/shm.c | found: |
found | 232 | kernel/exit.c | int found = 0; |
found | 241 | kernel/exit.c | found++; |
found | 244 | kernel/exit.c | return(found ? 0 : retval); |
found | 256 | kernel/exit.c | int found = 0; |
found | 265 | kernel/exit.c | found++; |
found | 268 | kernel/exit.c | return(found ? 0 : retval); |
found | 369 | net/ipv4/route.c | int found=0; |
found | 395 | net/ipv4/route.c | found++; |
found | 397 | net/ipv4/route.c | return found; |
found | 405 | net/ipv4/route.c | int found=0; |
found | 419 | net/ipv4/route.c | found += tmp; |
found | 431 | net/ipv4/route.c | found = fib_del_list(fp, dst, dev, gtw, flags, metric, mask); |
found | 432 | net/ipv4/route.c | fz->fz_nent -= found; |
found | 436 | net/ipv4/route.c | if (found) |
found | 735 | net/ipv4/route.c | int found = 0; |
found | 749 | net/ipv4/route.c | found++; |
found | 751 | net/ipv4/route.c | return found; |
found | 757 | net/ipv4/route.c | int found = 0; |
found | 768 | net/ipv4/route.c | found += tmp; |
found | 775 | net/ipv4/route.c | found += tmp; |
found | 779 | net/ipv4/route.c | if (found) |
found | 74 | net/netrom/nr_route.c | int i, found; |
found | 144 | net/netrom/nr_route.c | for (found = 0, i = 0; i < nr_node->count; i++) { |
found | 148 | net/netrom/nr_route.c | found = 1; |
found | 153 | net/netrom/nr_route.c | if (!found) { |