tag | line | file | source code |
why | 1756 | drivers/scsi/scsi.c | int scsi_abort (Scsi_Cmnd * SCpnt, int why, int pid) |
why | 1809 | drivers/scsi/scsi.c | SCpnt->abort_reason = why; |
why | 1819 | drivers/scsi/scsi.c | if(why == DID_TIME_OUT) { |
why | 1838 | drivers/scsi/scsi.c | if(why != DID_TIME_OUT) { |
why | 10 | drivers/sound/hex2hex.h | #define ABANDON(why) { \ |
why | 11 | drivers/sound/hex2hex.h | fprintf(stderr, "%s: " why "\n", source); \ |
why | 797 | net/ipv4/tcp.c | static void reset_xmit_timer(struct sock *sk, int why, unsigned long when) |
why | 800 | net/ipv4/tcp.c | sk->ip_xmit_timeout = why; |
why | 954 | net/ipv4/tcp.c | int why = sk->ip_xmit_timeout; |
why | 991 | net/ipv4/tcp.c | switch (why) |
why | 89 | net/ipv4/timer.c | int why = sk->timeout; |
why | 118 | net/ipv4/timer.c | switch (why) |
why | 156 | net/ipv4/timer.c | printk ("net_timer: timer expired - reason %d is unknown\n", why); |