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 | 2117 | drivers/char/scc.c | int found = 1; |
found | 2153 | drivers/char/scc.c | found = 0; |
found | 2158 | drivers/char/scc.c | if (found) |
found | 2188 | drivers/char/scc.c | found? "found" : "missing"); |
found | 2191 | drivers/char/scc.c | if (found) |
found | 2198 | drivers/char/scc.c | if (found) Nchips++; |
found | 1739 | drivers/char/tty_io.c | int found = 0; |
found | 1747 | drivers/char/tty_io.c | found++; |
found | 579 | drivers/net/3c503.c | int this_dev, found = 0; |
found | 594 | drivers/net/3c503.c | if (found != 0) return 0; /* Got at least one. */ |
found | 597 | drivers/net/3c503.c | found++; |
found | 145 | drivers/net/3c509.c | goto found; |
found | 161 | drivers/net/3c509.c | goto found; |
found | 229 | 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 | 406 | drivers/net/e2100.c | int this_dev, found = 0; |
found | 422 | drivers/net/e2100.c | if (found != 0) return 0; /* Got at least one. */ |
found | 425 | 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 | 98 | drivers/net/net_init.c | goto found; |
found | 112 | 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 | 368 | drivers/net/smc-ultra.c | int this_dev, found = 0; |
found | 382 | drivers/net/smc-ultra.c | if (found != 0) return 0; /* Got at least one. */ |
found | 385 | drivers/net/smc-ultra.c | found++; |
found | 721 | drivers/net/sunlance.c | int found = 0; |
found | 733 | drivers/net/sunlance.c | found = 1; |
found | 738 | drivers/net/sunlance.c | if (!found) |
found | 460 | drivers/net/wd.c | int this_dev, found = 0; |
found | 476 | drivers/net/wd.c | if (found != 0) return 0; /* Got at least one. */ |
found | 479 | drivers/net/wd.c | found++; |
found | 2090 | drivers/scsi/53c7,8xx.c | int left, found; |
found | 2101 | drivers/scsi/53c7,8xx.c | found = 0; |
found | 2109 | drivers/scsi/53c7,8xx.c | for (found = 0, left = host->can_queue, current = hostdata->schedule; |
found | 2116 | drivers/scsi/53c7,8xx.c | ++found; |
found | 2142 | drivers/scsi/53c7,8xx.c | if (found) |
found | 2150 | drivers/scsi/53c7,8xx.c | found = 1; |
found | 5598 | drivers/scsi/53c7,8xx.c | int found = 0; |
found | 5630 | drivers/scsi/53c7,8xx.c | found = 1; |
found | 5638 | drivers/scsi/53c7,8xx.c | if (!found) { |
found | 5693 | drivers/scsi/53c7,8xx.c | int found = 0; |
found | 5712 | drivers/scsi/53c7,8xx.c | buffers && !((found = ((ptr >= segment->address) && |
found | 5723 | drivers/scsi/53c7,8xx.c | found = 1; |
found | 5730 | drivers/scsi/53c7,8xx.c | found = 1; |
found | 5733 | drivers/scsi/53c7,8xx.c | return found ? offset : -1; |
found | 1940 | drivers/scsi/aic7xxx.c | int found = 0; |
found | 1958 | drivers/scsi/aic7xxx.c | for (i = 0; i < (queued - found); i++) |
found | 1973 | drivers/scsi/aic7xxx.c | found++; |
found | 2003 | drivers/scsi/aic7xxx.c | found++; |
found | 2034 | drivers/scsi/aic7xxx.c | found++; |
found | 2039 | drivers/scsi/aic7xxx.c | return (found); |
found | 2075 | drivers/scsi/aic7xxx.c | int found; |
found | 2085 | drivers/scsi/aic7xxx.c | found = aic7xxx_reset_device(p, ALL_TARGETS, channel, timedout_scb); |
found | 2167 | drivers/scsi/aic7xxx.c | return found; |
found | 2746 | drivers/scsi/aic7xxx.c | int found; |
found | 2759 | drivers/scsi/aic7xxx.c | found = aic7xxx_reset_device(p, (int) scsi_id, channel, SCB_LIST_NULL); |
found | 3542 | drivers/scsi/aic7xxx.c | int found = 1, base; |
found | 4156 | drivers/scsi/aic7xxx.c | return (found); |
found | 4169 | drivers/scsi/aic7xxx.c | int found = 0, slot, base; |
found | 4232 | drivers/scsi/aic7xxx.c | found += aic7xxx_register(template, &config); |
found | 4392 | drivers/scsi/aic7xxx.c | found += aic7xxx_register(template, &config); |
found | 4407 | drivers/scsi/aic7xxx.c | return (found); |
found | 4723 | drivers/scsi/aic7xxx.c | int found = 0; |
found | 4748 | drivers/scsi/aic7xxx.c | found = aic7xxx_reset_channel(p, channel, scb->position); |
found | 839 | drivers/scsi/scsi.c | Scsi_Cmnd * found = NULL; |
found | 869 | drivers/scsi/scsi.c | if(found == NULL |
found | 872 | drivers/scsi/scsi.c | found=SCpnt; |
found | 886 | drivers/scsi/scsi.c | SCpnt = found; |
found | 968 | drivers/scsi/scsi.c | Scsi_Cmnd * found = NULL; |
found | 1002 | drivers/scsi/scsi.c | if(found == NULL |
found | 1005 | drivers/scsi/scsi.c | found=SCpnt; |
found | 1014 | drivers/scsi/scsi.c | found = NULL; |
found | 1020 | drivers/scsi/scsi.c | SCpnt = found; |
found | 1427 | fs/buffer.c | int found = 0, locked = 0, dirty = 0, used = 0, lastused = 0; |
found | 1437 | fs/buffer.c | shared = found = locked = dirty = used = lastused = protected = 0; |
found | 1441 | fs/buffer.c | found++; |
found | 1450 | fs/buffer.c | used++, lastused = found; |
found | 1455 | fs/buffer.c | nlist, found, used, lastused, locked, protected, 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 | 371 | net/ipv4/route.c | int found=0; |
found | 397 | net/ipv4/route.c | found++; |
found | 399 | net/ipv4/route.c | return found; |
found | 407 | net/ipv4/route.c | int found=0; |
found | 421 | net/ipv4/route.c | found += tmp; |
found | 433 | net/ipv4/route.c | found = fib_del_list(fp, dst, dev, gtw, flags, metric, mask); |
found | 434 | net/ipv4/route.c | fz->fz_nent -= found; |
found | 438 | net/ipv4/route.c | if (found) |
found | 738 | net/ipv4/route.c | int found = 0; |
found | 752 | net/ipv4/route.c | found++; |
found | 754 | net/ipv4/route.c | return found; |
found | 760 | net/ipv4/route.c | int found = 0; |
found | 771 | net/ipv4/route.c | found += tmp; |
found | 778 | net/ipv4/route.c | found += tmp; |
found | 782 | 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) { |