Home
last modified time | relevance | path

Searched refs:Code (Results 1 – 25 of 96) sorted by relevance

1234

/linux-2.6.39/drivers/isdn/hisax/
Dlmgr.c31 long Code; in hisax_manager() local
35 Code = (long) arg; in hisax_manager()
37 " %c %s", (char)Code, in hisax_manager()
41 error_handling_dchan(st, Code); in hisax_manager()
/linux-2.6.39/Documentation/zh_CN/
Doops-tracing.txt82 另一件要做的事是反汇编bug报告的“Code”部分:ksymoops也会用正确的工具来做这件事,
94Code”之后的十六进制字节可能(在某些架构上)有一些当前指令之前的指令字节以及
97 Code: f9 0f 8d f9 00 00 00 8d 42 0c e8 dd 26 11 c7 a1 60 ea 2b f9 8b 50 08 a1
113 实际上,你仅需看看哪里不匹配(这个例子是“Code”反汇编和编译器生成的代码不匹配)。
175 Aug 29 09:51:01 blizard kernel: Code: c7 00 05 00 00 00 eb 08 90 90 90 90 90 90 90 90 89 ec 5d c3
/linux-2.6.39/scripts/
Ddecodecode27 *Code:*)
84 echo Code starting with the faulting instruction > $T.aa
/linux-2.6.39/arch/cris/boot/rescue/
Dhead_v32.S14 ;; Code
/linux-2.6.39/include/linux/mtd/
Dftl.h48 uint8_t Code; member
/linux-2.6.39/arch/x86/kernel/
Dtrampoline_32.S44 mov %cs, %ax # Code and data in the same place
Dtrampoline_64.S43 mov %cs, %ax # Code and data in the same place
/linux-2.6.39/Documentation/auxdisplay/
Dks010833 Device Code: ks0108
Dcfag12864b34 Device Code: cfag12864b
/linux-2.6.39/drivers/staging/wlags49_h25/
DREADME.txt14 Based on Agere Systems Linux LKM Wireless Driver Source Code,
/linux-2.6.39/drivers/net/
DLICENSE.SRC1 Code in this directory written at the IDA Supercomputing Research Center
/linux-2.6.39/arch/unicore32/boot/compressed/
Dvmlinux.lds.in4 * Code specific to PKUnity SoC and UniCore ISA
/linux-2.6.39/Documentation/sound/alsa/
DMIXART.txt13 (AES/EBU, Word Clock, Time Code and Video Synchro)
65 - external clock support (AES/EBU, Word Clock, Time Code, Video Sync)
/linux-2.6.39/lib/zlib_deflate/
Ddeftree.c156 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len)
162 send_bits(s, tree[c].Code, tree[c].Len); }
287 static_dtree[n].Code = bi_reverse((unsigned)n, 5); in tr_static_init()
523 tree[n].Code = bi_reverse(next_code[len]++, len); in gen_codes()
526 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1)); in gen_codes()
Ddefutil.h52 #define Code fc.code macro
/linux-2.6.39/drivers/staging/generic_serial/
Dser_a2232.h114 u_char Code[0x1000]; /* 0x3000-0x3fff code area */ member
/linux-2.6.39/drivers/staging/wlags49_h2/
DREADME.ubuntu14 Based on Agere Systems Linux LKM Wireless Driver Source Code,
154 Source Code, Version 7.18 and Linux LKM Wireless Driver Source Code,
/linux-2.6.39/drivers/staging/brcm80211/
DTODO14 Code cleanup
/linux-2.6.39/Documentation/
Doops-tracing.txt77 The other thing to do is disassemble the "Code:" part of the bug report:
92 The hex bytes that follow "Code:" may (in some architectures) have a series
99 Code: f9 0f 8d f9 00 00 00 8d 42 0c e8 dd 26 11 c7 a1 60 ea 2b f9 8b 50 08 a1
120 "Code" disassembly that didn't match with what the compiler generated).
211 Aug 29 09:51:01 blizard kernel: Code: c7 00 05 00 00 00 eb 08 90 90 90 90 90 90 90 90 89 ec 5d c3
/linux-2.6.39/Documentation/fb/
Dcirrusfb.txt59 * Code cleanup, add comments.
/linux-2.6.39/drivers/scsi/osd/
DKconfig50 OSD Code is populated with lots of OSD_DEBUG(..) printouts to
/linux-2.6.39/arch/tile/mm/
Dpgtable.c365 # error Code assumes HV_PTE "accessed" bit in second byte in ptep_test_and_clear_young()
384 # error Code assumes HV_PTE "writable" bit in high word in ptep_set_wrprotect()
/linux-2.6.39/Documentation/development-process/
D1.Intro20 influence the direction of kernel development. Code contributed to the
138 - Code which has been merged into the mainline kernel is available to all
154 Code which is in the mainline, instead, does not require this work as the
239 Code is contributed to the Linux kernel under a number of licenses, but all
263 kernel under the GPL. Code which has not been licensed as free software by
/linux-2.6.39/Documentation/video4linux/
DREADME.cx8828 - Code present. Works for NTSC closed caption. PAL and other
/linux-2.6.39/Documentation/vm/
Dlocking52 Code that add/delete elements from the vmlist chain are
57 Code that changes vm_start/vm_end/vm_flags:VM_LOCKED of vma's on

1234