/linux-2.4.37.9/include/linux/ |
D | jbd.h | 276 #define J_EXPECT(expr, why...) J_ASSERT(expr) argument 277 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr) argument 278 #define J_EXPECT_JH(jh, expr, why...) J_ASSERT_JH(jh, expr) argument 280 #define __journal_expect(expr, why...) \ argument 284 printk(KERN_ERR why); \ 287 #define J_EXPECT(expr, why...) __journal_expect(expr, ## why) argument 288 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why) argument 289 #define J_EXPECT_JH(jh, expr, why...) __journal_expect(expr, ## why) argument
|
/linux-2.4.37.9/arch/mips/sgi-ip27/ |
D | TODO | 1 1. Need to figure out why PCI writes to the IOC3 hang, and if it is okay 4 3. Need to figure out why address swaizzling is needed in inw/outw for 10 6. Investigate why things do not work without the setup_test() call
|
/linux-2.4.37.9/drivers/sound/ |
D | hex2hex.c | 11 #define ABANDON(why) { fprintf(stderr, "%s\n", why); exit(1); } argument
|
/linux-2.4.37.9/drivers/usb/host/ |
D | ehci-hcd.c | 906 char *why; in ehci_free_config() local 921 why = "disconnect() didn't"; in ehci_free_config() 924 why = "(active periodic)"; in ehci_free_config() 926 why = 0; in ehci_free_config() 927 if (why) { in ehci_free_config() 932 why); in ehci_free_config()
|
/linux-2.4.37.9/kernel/ |
D | signal.c | 784 int why, status; in do_notify_parent() local 796 why = SI_KERNEL; /* shouldn't happen */ in do_notify_parent() 801 why = CLD_TRAPPED; in do_notify_parent() 803 why = CLD_STOPPED; in do_notify_parent() 808 why = CLD_DUMPED; in do_notify_parent() 810 why = CLD_KILLED; in do_notify_parent() 812 why = CLD_EXITED; in do_notify_parent() 817 info.si_code = why; in do_notify_parent()
|
/linux-2.4.37.9/arch/arm/kernel/ |
D | entry-common.S | 74 mov r2, why @ 'syscall' 88 mov why, #1 158 2: mov why, #0 @ no longer a real syscall
|
D | ptrace.c | 744 asmlinkage void syscall_trace(int why, struct pt_regs *regs) in syscall_trace() argument 757 regs->ARM_ip = why; in syscall_trace()
|
D | entry-header.S | 220 why .req r8 @ Linux syscall (!= 0) label
|
D | entry-armo.S | 359 mov why, #0 570 mov why, #0
|
/linux-2.4.37.9/drivers/scsi/ |
D | scsi_obsolete.c | 728 static int scsi_abort(Scsi_Cmnd * SCpnt, int why) in scsi_abort() argument 771 SCpnt->abort_reason = why; in scsi_abort() 781 if (why == DID_TIME_OUT) { in scsi_abort() 796 if (why != DID_TIME_OUT) { in scsi_abort()
|
/linux-2.4.37.9/Documentation/ |
D | kmod.txt | 35 If kerneld worked, why replace it? 42 so why not skip the middle man?
|
D | smp.txt | 22 why Compaqs don't work otherwise.
|
D | SAK.txt | 40 know why.
|
D | laptop-mode.txt | 49 know why or what causes it. The laptop mode patch has a little helper for
|
D | floppy.txt | 29 prompt options coming last. That's why there are also options to 141 AMI ignored this, and used 5 for ED drives. That's why the floppy
|
D | specialix.txt | 69 haven't the foggiest why. My Specialix card is now at 0x180. My 349 - Cirrus logic hasn't gotten back to me yet why the CD1865 can 359 a 1864 chip. I see no reason why I would prohibit 115k2 on
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | ufs.txt | 14 type of ufs automatically. That's why user must specify type of
|
D | umsdos.txt | 39 happens. This is why all mount options are passed to the msdos fs driver.
|
/linux-2.4.37.9/Documentation/sound/ |
D | mwave | 169 problem with the SB1.5 (CD sound) or SBPRO (Mixers) settings. No one knows why 174 on why this second thing might be happening, I would be grateful.
|
D | NM256 | 12 There are a few caveats, which is why you should read the entirety of 18 give it to your best friends, even claim that you wrote it (but why?!)
|
/linux-2.4.37.9/arch/cris/lib/ |
D | checksum.S | 24 ;; this overhead is why we have a check above for breakeven length
|
D | checksumcopy.S | 28 ;; this overhead is why we have a check above for breakeven length
|
/linux-2.4.37.9/drivers/char/ftape/ |
D | README.PCI | 21 Maybe this is a `feature' of the chipset. I can only speculate why
|
/linux-2.4.37.9/Documentation/m68k/ |
D | README.buddha | 136 about 30ns to the clocks on the Zorro bus, that's why the 196 diskdrive would go crazy, that's why you shouldn't tune your
|
/linux-2.4.37.9/fs/reiserfs/ |
D | README | 111 why we should do what we do, or why innovation was possible in
|