tag | line | file | source code |
why | 306 | drivers/isdn/teles/buffers.c | Smalloc(int size, int pr, char *why) |
why | 312 | drivers/isdn/teles/buffers.c | printk(KERN_DEBUG "Smalloc %s size %d res %x\n", why, size, p); |
why | 149 | drivers/isdn/teles/teles.h | byte *Smalloc(int size, int pr, char *why); |
why | 1765 | drivers/scsi/scsi.c | int scsi_abort (Scsi_Cmnd * SCpnt, int why, int pid) |
why | 1818 | drivers/scsi/scsi.c | SCpnt->abort_reason = why; |
why | 1828 | drivers/scsi/scsi.c | if(why == DID_TIME_OUT) { |
why | 1847 | 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 | 29 | net/ipv4/tcp_timer.c | void tcp_reset_xmit_timer(struct sock *sk, int why, unsigned long when) |
why | 32 | net/ipv4/tcp_timer.c | sk->ip_xmit_timeout = why; |
why | 227 | net/ipv4/tcp_timer.c | int why = sk->ip_xmit_timeout; |
why | 253 | 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); |