Home
last modified time | relevance | path

Searched refs:why (Results 1 – 25 of 70) sorted by relevance

123

/linux-2.4.37.9/include/linux/
Djbd.h276 #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/
DTODO1 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/
Dhex2hex.c11 #define ABANDON(why) { fprintf(stderr, "%s\n", why); exit(1); } argument
/linux-2.4.37.9/drivers/usb/host/
Dehci-hcd.c906 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/
Dsignal.c784 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/
Dentry-common.S74 mov r2, why @ 'syscall'
88 mov why, #1
158 2: mov why, #0 @ no longer a real syscall
Dptrace.c744 asmlinkage void syscall_trace(int why, struct pt_regs *regs) in syscall_trace() argument
757 regs->ARM_ip = why; in syscall_trace()
Dentry-header.S220 why .req r8 @ Linux syscall (!= 0) label
Dentry-armo.S359 mov why, #0
570 mov why, #0
/linux-2.4.37.9/drivers/scsi/
Dscsi_obsolete.c728 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/
Dkmod.txt35 If kerneld worked, why replace it?
42 so why not skip the middle man?
Dsmp.txt22 why Compaqs don't work otherwise.
DSAK.txt40 know why.
Dlaptop-mode.txt49 know why or what causes it. The laptop mode patch has a little helper for
Dfloppy.txt29 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
Dspecialix.txt69 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/
Dufs.txt14 type of ufs automatically. That's why user must specify type of
Dumsdos.txt39 happens. This is why all mount options are passed to the msdos fs driver.
/linux-2.4.37.9/Documentation/sound/
Dmwave169 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.
DNM25612 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/
Dchecksum.S24 ;; this overhead is why we have a check above for breakeven length
Dchecksumcopy.S28 ;; this overhead is why we have a check above for breakeven length
/linux-2.4.37.9/drivers/char/ftape/
DREADME.PCI21 Maybe this is a `feature' of the chipset. I can only speculate why
/linux-2.4.37.9/Documentation/m68k/
DREADME.buddha136 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/
DREADME111 why we should do what we do, or why innovation was possible in

123