tag | line | file | source code |
why | 314 | drivers/isdn/teles/buffers.c | Smalloc(int size, int pr, char *why) |
why | 320 | drivers/isdn/teles/buffers.c | printk(KERN_DEBUG "Smalloc %s size %d res %x\n", why, size, p); |
why | 157 | drivers/isdn/teles/teles.h | byte *Smalloc(int size, int pr, char *why); |
why | 1825 | drivers/scsi/scsi.c | int scsi_abort (Scsi_Cmnd * SCpnt, int why) |
why | 1878 | drivers/scsi/scsi.c | SCpnt->abort_reason = why; |
why | 1888 | drivers/scsi/scsi.c | if(why == DID_TIME_OUT) { |
why | 1907 | 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 | 34 | net/ipv4/tcp_timer.c | void tcp_reset_xmit_timer(struct sock *sk, int why, unsigned long when) |
why | 37 | net/ipv4/tcp_timer.c | sk->ip_xmit_timeout = why; |
why | 205 | net/ipv4/tcp_timer.c | int why = sk->ip_xmit_timeout; |
why | 231 | net/ipv4/tcp_timer.c | switch (why) |
why | 89 | net/ipv4/timer.c | int why = sk->timeout; |
why | 114 | net/ipv4/timer.c | switch (why) |
why | 151 | net/ipv4/timer.c | printk ("net_timer: timer expired - reason %d is unknown\n", why); |