Searched defs:string (Results 1 - 19 of 19) sorted by relevance

/arch/um/drivers/
H A Dstderr_console.c18 static void stderr_console_write(struct console *console, const char *string, argument
21 generic_write(2 /* stderr */, string, len, NULL);
H A Dssl.c116 static void ssl_console_write(struct console *c, const char *string, argument
123 console_write_chan(line->chan_out, string, len);
H A Dstdio_console.c13 #include <linux/string.h>
116 static void uml_console_write(struct console *console, const char *string, argument
123 console_write_chan(line->chan_out, string, len);
H A Dmconsole_kern.c9 #include <linux/string.h>
189 log <string> - make UML enter <string> into the kernel log\n\
556 static void console_write(struct console *console, const char *string, argument
567 strncpy(console_buf, string, n);
568 string += n;
732 "string\n");
/arch/mips/lasat/
H A Dsetup.c94 unsigned char *string = ptr; local
95 if (string == NULL)
96 string = "Kernel Panic";
97 pvc_dump_string(string);
H A Dprom.c6 #include <linux/string.h>
26 static void null_prom_display(const char *string, int pos, int clear) argument
46 void (*prom_display)(const char *string, int pos, int clear) =
/arch/powerpc/include/asm/
H A Demulated_ops.h45 struct ppc_emulated_entry string; member in struct:ppc_emulated
/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c13 #include <linux/string.h>
30 const char string[] = "AAAAFFFFJJJJ>>>>VVVV>>>>ZZZZVVVVKKKK"; local
32 int len = strlen(string);
40 out_8(avr_addr + UART_TX, string[i]);
/arch/arm/boot/compressed/
H A Datags_to_fdt.c30 const char *property, const char *string)
35 return fdt_setprop_string(fdt, offset, property, string);
81 /* len is the length of the string
29 setprop_string(void *fdt, const char *node_path, const char *property, const char *string) argument
/arch/arm/mach-rpc/
H A Decard.h50 char string[256]; member in union:ex_chunk_dir::__anon261
/arch/s390/hypfs/
H A Dinode.c421 const char *name, char *string)
426 buffer = kmalloc(strlen(string) + 2, GFP_KERNEL);
429 sprintf(buffer, "%s\n", string);
420 hypfs_create_str(struct dentry *dir, const char *name, char *string) argument
/arch/um/kernel/
H A Dprocess.c236 char *uml_strdup(const char *string) argument
238 return kstrdup(string, GFP_KERNEL);
/arch/x86/platform/ts5500/
H A Dts5500.c92 const char * const string; member in struct:__anon3253
109 ts5500_signatures[i].string,
110 strlen(ts5500_signatures[i].string))) {
/arch/arm/include/asm/
H A Decard.h173 unsigned char string[256]; member in union:in_chunk_dir::__anon145
/arch/frv/include/asm/
H A Dmath-emu.h237 .macro printf bit=-1,string,nr=0,arg1,arg2,arg3,arg4,arg5 variable
241 .string "\string"
/arch/m68k/include/asm/
H A Dmath-emu.h252 .macro printf bit=-1,string,nr=0,arg1,arg2,arg3,arg4,arg5 variable
256 .string "\string"
/arch/s390/kernel/
H A Ddebug.c20 #include <linux/string.h>
55 char *string; member in struct:__anon2593
1002 * counts arguments in format string for sprintf view
1006 debug_count_numargs(char *string) argument
1010 while(*string) {
1011 if(*string++=='%')
1022 debug_sprintf_event(debug_info_t* id, int level,char *string,...) argument
1034 numargs=debug_count_numargs(string);
1043 va_start(ap,string);
1044 curr_event->string
1060 debug_sprintf_exception(debug_info_t* id, int level,char *string,...) argument
[all...]
/arch/x86/kvm/
H A Dsvm.c1894 int size, in, string; local
1898 string = (io_info & SVM_IOIO_STR_MASK) != 0;
1900 if (string || in)
H A Dvmx.c4977 int size, in, string; local
4981 string = (exit_qualification & 16) != 0;
4986 if (string || in)

Completed in 373 milliseconds