Home
last modified time | relevance | path

Searched refs:title (Results 1 – 13 of 13) sorted by relevance

/arch/um/drivers/
Dxterm.c21 char *title; member
37 .title = opts->xterm_title, in xterm_init()
89 char title[256], file[] = "/tmp/xterm-pipeXXXXXX"; in xterm_open() local
90 char *argv[] = { terminal_emulator, title_switch, title, exec_switch, in xterm_open()
136 sprintf(title, data->title, data->device); in xterm_open()
Dline.c748 char *umid, *title; in add_xterm_umid() local
756 title = kmalloc(len, GFP_KERNEL); in add_xterm_umid()
757 if (title == NULL) { in add_xterm_umid()
762 snprintf(title, len, "%s (%s)", base, umid); in add_xterm_umid()
763 return title; in add_xterm_umid()
/arch/arm/kernel/
Dkprobes-test.h106 #define TEST_GROUP(title) \ argument
108 verbose(title"\n"); \
111 #define TESTCASE_START(title) \ argument
118 ".ascii "#title" \n\t" \
Dkprobes-test.c595 const char *title; member
628 pr_info(" %dns for kprobe %s\n", ret, b->title); in run_benchmarks()
1355 static uintptr_t __used kprobes_test_case_start(const char **title, void *stack) in kprobes_test_case_start() argument
1361 current_title = *title++; in kprobes_test_case_start()
1362 args = (struct test_arg *)title; in kprobes_test_case_start()
/arch/mn10300/kernel/
Dgdb-stub.c1265 static const char title[] = "Excep ", tbcberr[] = "BCBERR "; in gdbstub() local
1272 ptr = mem2hex(title, ptr, sizeof(title) - 1, 0); in gdbstub()
/arch/frv/kernel/
Dgdb-stub.c1490 static const char title[] = "Break "; in gdbstub() local
1497 ptr = mem2hex(title, ptr, sizeof(title) - 1,0); in gdbstub()
/arch/powerpc/platforms/powermac/
Dpfunc_core.c80 static void print_blob(const char *title, const void *blob, int bytes)
82 printk("%s", title);
/arch/x86/crypto/
Dsha512-ssse3-asm.S46 # and search for that title.
Dsha512-avx-asm.S46 # and search for that title.
Dsha256-ssse3-asm.S45 # and search for that title.
Dsha256-avx-asm.S44 # and search for that title.
Dsha256-avx2-asm.S45 # and search for that title.
Dsha512-avx2-asm.S46 # and search for that title.