Searched refs:printf (Results 1 - 25 of 1028) sorted by path

1234567891011>>

/linux-master/Documentation/admin-guide/aoe/
H A Dstatus.sh12 # printf "$format" device mac netif state
26 printf "$format" \
/linux-master/Documentation/scheduler/
H A Dsched-pelt.c24 printf("static const u32 runnable_avg_yN_inv[] __maybe_unused = {");
28 if (i % 6 == 0) printf("\n\t");
29 printf("0x%8x, ", x);
31 printf("\n};\n\n");
40 printf("static const u32 runnable_avg_yN_sum[] = {\n\t 0,");
48 printf("\n\t");
50 printf("%5d,", sum);
52 printf("\n};\n\n");
77 printf("#define LOAD_AVG_PERIOD %d\n", HALFLIFE);
78 printf("#defin
[all...]
/linux-master/Documentation/sound/cards/
H A Dmultisound.sh823 X printf("dsp 0x%x %d 0x%x\n", io0, irq, mem);
829 X printf("mpu 0x%x %d\n", io0, irq);
835 X printf("ide 0x%x 0x%x %d\n", io0, io1, irq);
841 X printf("joystick 0x%x\n", io0);
1040 [0-9A-Fa-f]+H { int n; sscanf(yytext, "%xH", &n); printf("%c", n); }
/linux-master/Documentation/usb/
H A Dusbdevfs-drop-permissions.c25 printf("ERROR: USBDEVFS_DROP_PRIVILEGES returned %d\n", res);
27 printf("OK: privileges dropped!\n");
36 printf("OK: USBDEVFS_RESET succeeded\n");
38 printf("ERROR: reset failed! (%d - %s)\n",
49 printf("OK: claimed if %d\n", i);
51 printf("ERROR claiming if %d (%d - %s)\n",
63 printf("Failed to open file\n");
73 printf("DROP_PRIVILEGES not supported\n");
83 printf("Available options:\n"
101 printf("Inser
[all...]
/linux-master/arch/alpha/include/asm/
H A Dconsole.h23 __attribute__ ((format (printf, 1, 2)));
/linux-master/arch/arm/tools/
H A Dgen-mach-types26 printf("/*\n");
27 printf(" * This was automagically generated from %s!\n", FILENAME);
28 printf(" * Do NOT edit\n");
29 printf(" */\n\n");
30 printf("#ifndef __ASM_ARM_MACH_TYPE_H\n");
31 printf("#define __ASM_ARM_MACH_TYPE_H\n\n");
32 printf("#ifndef __ASSEMBLY__\n");
33 printf("/* The type of machine we're running on */\n");
34 printf("extern unsigned int __machine_arch_type;\n");
35 printf("#endi
[all...]
/linux-master/arch/m68k/include/asm/
H A Dmath-emu.h197 | printf ,"[\size<%08x]",1,\addr variable
213 | printf ,"[\size>%08x]",1,\addr variable
253 .macro printf bit=-1,string,nr=0,arg1,arg2,arg3,arg4,arg5
289 .Lx1\@: printf \bit," %c",1,%d0
293 printf \bit,"0."
295 .Lx2\@: printf \bit,"1."
296 .Lx3\@: printf \bit,"%08x%08x",2,%d0,%a0@(8)
299 printf \bit,"E%04x",1,%d0
301 printf \bit," %08x%08x%08x",3,%a0@,%a0@(4),%a0@(8)
/linux-master/arch/m68k/math-emu/
H A Dfp_cond.S45 printf PDECODE,"fnop\n"
54 printf PDECODE,"fbccw "
60 printf PDECODE,"fbccl "
66 1: printf PDECODE,"%x",1,%a0
73 1: printf PDECODE,"\n"
77 printf PDECODE,"fdbcc "
82 printf PDECODE,"d%d,%x\n",2,%d0,%a1
99 printf PDECODE,"fscc "
122 printf PDECODE,"\n"
167 printf PDECOD
[all...]
H A Dfp_decode.h144 printf PDECODE,"d%d",1,%d0
147 1\@: printf PDECODE,"a%d",1,%d0
156 3\@: printf PDECODE,":%c",1,%a0
162 printf PDECODE,":%d",1,%d1
217 printf PDECODE,"d%d",1,%d0
223 printf PDECODE,"(a%d)",1,%d0
247 printf PDECODE,"(a%d)+",1,%d0
266 printf PDECODE,"-(a%d)",1,%d0
294 printf PDECODE,"pc"
299 printf PDECOD
[all...]
H A Dfp_entry.S126 printf PREGISTER,"{d0->%08x}",1,%d0
131 printf PREGISTER,"{d1->%08x}",1,%d0
136 printf PREGISTER,"{d2->%08x}",1,%d0
141 printf PREGISTER,"{d3->%08x}",1,%d0
146 printf PREGISTER,"{d4->%08x}",1,%d0
151 printf PREGISTER,"{d5->%08x}",1,%d0
156 printf PREGISTER,"{d6->%08x}",1,%d0
161 printf PREGISTER,"{d7->%08x}",1,%d0
175 printf PREGISTER,"{d0<-%08x}",1,%d0
180 printf PREGISTE
[all...]
H A Dfp_move.S55 printf PDECODE,"fmove.%c ",1,%d0
57 printf PDECODE,"fp%d,",1,%d0
85 printf PDECODE,"\n"
183 printf PDECODE,"\n"
H A Dfp_movem.S50 printf PDECODE,"fmovem.x "
65 printf PDECODE,"#%08x",1,%d1
69 printf PDECODE,"-" | decremental move
71 1: printf PDECODE,"+" | incremental move
74 printf PDECODE,"->" | fpu -> cpu
76 1: printf PDECODE,"<-" | fpu <- cpu
143 1: printf PMOVEM,"(%p>%p)",2,%a0,%a1
162 1: printf PMOVEM,"(%p>%p)",2,%a1,%a0
180 printf PDECODE,"\n"
183 printf PMOVE
[all...]
H A Dfp_scan.S66 printf PDECODE,"%08x: ",1,%a0
95 printf PDECODE,"f<op>.x fp%d",1,%d0
117 printf PDECODE,"f<op>.%c ",1,%d0
223 printf PDECODE,"#"
234 printf PDECODE,"%02x",1,%d1
300 printf PDECODE,",fp%d\n",1,%d0
347 printf PINSTR,"fp_fmovecr #%d",1,%d0
391 printf PINSTR,"fmove %p,%p\n",2,%a0,%a1
407 printf PINSTR,"single "
413 printf PINST
[all...]
H A Dfp_util.S59 printf ,"fp_illegal\n"
69 1: printf ,"oops:%p,%p,%p\n",3,%a2@(TASK_MM-8),%a2@(TASK_MM-4),%a2@(TASK_MM)
98 printf PCONV,"l2e: %p -> %p(",2,%d0,%a0
112 printf PCONV,")\n"
121 printf PCONV,")\n"
129 printf PCONV,"s2e: %p -> %p(",2,%d0,%a0
145 printf PCONV,")\n"
164 printf PCONV,"d2e: %p%p -> %p(",3,%d0,%d1,%a0
190 printf PCONV,")\n"
213 printf PCON
[all...]
/linux-master/arch/m68k/sun3/prom/
H A DMakefile6 obj-y := init.o console.o printf.o misc.o
7 #bootstr.o init.o misc.o segment.o console.o printf.o
/linux-master/arch/mips/boot/compressed/
H A Dcalc_vmlinuz_load_addr.c51 printf("0x%llx\n", vmlinuz_load_addr);
/linux-master/arch/powerpc/boot/
H A Dcuboot-pq2.c110 printf("Bad /localbus node\r\n");
235 printf("Bad PCI node -- using existing firmware setup.\r\n");
239 printf("Unsupported PCI node -- using existing firmware setup.\r\n");
H A Dep8248e.c28 printf("No PlanetCore crystal frequency key.\r\n");
H A Dep88xc.c26 printf("No PlanetCore crystal frequency key.\r\n");
H A Depapr.c36 printf("WARNING: Image loaded outside IMA!"
39 printf("WARNING: Device tree address is outside IMA!"
43 printf("WARNING: Device tree extends outside IMA!"
H A Dfsl-soc.c51 printf("fsl_get_immr: Failed to find immr base\r\n");
H A Dlibfdt-wrapper.c24 printf("%s():%d %s\n\r", __func__, __LINE__, \
H A Dmpc8xx.c29 printf("mpc885_get_clock: Couldn't get IMMR base.\r\n");
37 printf("Warning: PLPRCR[MFI] value of %d out-of-bounds\r\n",
H A Dof.c37 printf(" trying: 0x%08lx\n\r", claim_base);
H A Doflib.c124 printf("OF version = '%s'\r\n", version);
132 printf("no chosen\n");
137 printf("no mmu\n");
144 printf("no memory node\n");
148 printf("old OF detected\r\n");
186 printf("Trying to claim from 0x%lx to 0x%lx (0x%lx) got %lx\r\n",

Completed in 200 milliseconds

1234567891011>>