tag | line | file | source code |
found | 133 | drivers/block/xd.c | u_char i,j,found = 0; |
found | 142 | drivers/block/xd.c | for (i = 0; i < (sizeof(xd_bases) / sizeof(xd_bases[0])) && !found; i++) |
found | 143 | drivers/block/xd.c | for (j = 1; j < (sizeof(xd_sigs) / sizeof(xd_sigs[0])) && !found; j++) |
found | 147 | drivers/block/xd.c | found++; |
found | 149 | drivers/block/xd.c | return (found); |
found | 114 | drivers/net/3c509.c | goto found; |
found | 130 | drivers/net/3c509.c | goto found; |
found | 188 | drivers/net/3c509.c | found: |
found | 277 | drivers/net/slhc.c | goto found; |
found | 299 | drivers/net/slhc.c | found: |
found | 400 | drivers/scsi/buslogic.c | int errstatus, mbistatus = 0, number_serviced, found; |
found | 452 | drivers/scsi/buslogic.c | found = FALSE; |
found | 455 | drivers/scsi/buslogic.c | found = TRUE; |
found | 463 | drivers/scsi/buslogic.c | if (found) { |
found | 472 | drivers/scsi/buslogic.c | if (!found) { |
found | 1476 | fs/buffer.c | int found = 0, locked = 0, dirty = 0, used = 0, lastused = 0; |
found | 1485 | fs/buffer.c | shared = found = locked = dirty = used = lastused = 0; |
found | 1489 | fs/buffer.c | found++; |
found | 1496 | fs/buffer.c | used++, lastused = found; |
found | 1500 | fs/buffer.c | nlist, found, used, lastused, locked, dirty, shared); |
found | 269 | fs/sysv/inode.c | const char *found; |
found | 287 | fs/sysv/inode.c | if ((found = detect_xenix(sb,bh)) != NULL) |
found | 293 | fs/sysv/inode.c | if ((found = detect_sysv4(sb,bh)) != NULL) |
found | 295 | fs/sysv/inode.c | if ((found = detect_sysv2(sb,bh)) != NULL) |
found | 298 | fs/sysv/inode.c | if ((found = detect_coherent(sb,bh)) != NULL) |
found | 309 | fs/sysv/inode.c | if ((found = detect_sysv2(sb,bh)) != NULL) { |
found | 325 | fs/sysv/inode.c | printk("VFS: Found a %s FS (block size = %d) on device %d/%d\n",found,sb->sv_block_size,MAJOR(dev),MINOR(dev)); |
found | 236 | ipc/msg.c | goto found; |
found | 240 | ipc/msg.c | found: |
found | 68 | ipc/sem.c | goto found; |
found | 71 | ipc/sem.c | found: |
found | 477 | ipc/sem.c | goto found; |
found | 481 | ipc/sem.c | found: |
found | 80 | ipc/shm.c | goto found; |
found | 84 | ipc/shm.c | found: |
found | 494 | ipc/shm.c | goto found; |
found | 498 | ipc/shm.c | found: |
found | 229 | kernel/exit.c | int found = 0; |
found | 238 | kernel/exit.c | found++; |
found | 241 | kernel/exit.c | return(found ? 0 : retval); |
found | 253 | kernel/exit.c | int found = 0; |
found | 262 | kernel/exit.c | found++; |
found | 265 | kernel/exit.c | return(found ? 0 : retval); |