tag | line | file | source code |
found | 134 | drivers/block/xd.c | u_char i,j,found = 0; |
found | 143 | drivers/block/xd.c | for (i = 0; i < (sizeof(xd_bases) / sizeof(xd_bases[0])) && !found; i++) |
found | 144 | drivers/block/xd.c | for (j = 1; j < (sizeof(xd_sigs) / sizeof(xd_sigs[0])) && !found; j++) |
found | 148 | drivers/block/xd.c | found++; |
found | 150 | drivers/block/xd.c | return (found); |
found | 130 | drivers/net/3c509.c | goto found; |
found | 146 | drivers/net/3c509.c | goto found; |
found | 204 | drivers/net/3c509.c | found: |
found | 286 | drivers/net/slhc.c | goto found; |
found | 308 | drivers/net/slhc.c | found: |
found | 425 | drivers/scsi/buslogic.c | int errstatus, mbistatus = MBX_NOT_IN_USE, number_serviced, found; |
found | 494 | drivers/scsi/buslogic.c | found = FALSE; |
found | 497 | drivers/scsi/buslogic.c | found = TRUE; |
found | 505 | drivers/scsi/buslogic.c | if (found) { |
found | 514 | drivers/scsi/buslogic.c | if (!found) { |
found | 1383 | fs/buffer.c | int found = 0, locked = 0, dirty = 0, used = 0, lastused = 0; |
found | 1392 | fs/buffer.c | shared = found = locked = dirty = used = lastused = 0; |
found | 1396 | fs/buffer.c | found++; |
found | 1403 | fs/buffer.c | used++, lastused = found; |
found | 1407 | 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_sysv4(sb,bh)) != NULL) { |
found | 313 | fs/sysv/inode.c | if ((found = detect_sysv2(sb,bh)) != NULL) { |
found | 329 | 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 | 290 | fs/umsdos/emd.c | int found; /* A valid empty position has been found */ |
found | 299 | fs/umsdos/emd.c | empty.found = 0; |
found | 320 | fs/umsdos/emd.c | }else if (!empty.found){ |
found | 330 | fs/umsdos/emd.c | empty.found = 1; |
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 | 81 | ipc/shm.c | goto found; |
found | 85 | ipc/shm.c | found: |
found | 539 | ipc/shm.c | goto found; |
found | 543 | 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); |