Searched refs:title (Results 1 – 13 of 13) sorted by relevance
/arch/um/drivers/ |
D | xterm.c | 21 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()
|
D | line.c | 748 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/ |
D | kprobes-test.h | 106 #define TEST_GROUP(title) \ argument 108 verbose(title"\n"); \ 111 #define TESTCASE_START(title) \ argument 118 ".ascii "#title" \n\t" \
|
D | kprobes-test.c | 595 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/ |
D | gdb-stub.c | 1265 static const char title[] = "Excep ", tbcberr[] = "BCBERR "; in gdbstub() local 1272 ptr = mem2hex(title, ptr, sizeof(title) - 1, 0); in gdbstub()
|
/arch/frv/kernel/ |
D | gdb-stub.c | 1490 static const char title[] = "Break "; in gdbstub() local 1497 ptr = mem2hex(title, ptr, sizeof(title) - 1,0); in gdbstub()
|
/arch/powerpc/platforms/powermac/ |
D | pfunc_core.c | 80 static void print_blob(const char *title, const void *blob, int bytes) 82 printk("%s", title);
|
/arch/x86/crypto/ |
D | sha512-ssse3-asm.S | 46 # and search for that title.
|
D | sha512-avx-asm.S | 46 # and search for that title.
|
D | sha256-ssse3-asm.S | 45 # and search for that title.
|
D | sha256-avx-asm.S | 44 # and search for that title.
|
D | sha256-avx2-asm.S | 45 # and search for that title.
|
D | sha512-avx2-asm.S | 46 # and search for that title.
|