Searched refs:sep (Results 1 – 7 of 7) sorted by relevance
/arch/sh/kernel/ |
D | nmi_debug.c | 47 char *p, *sep; in nmi_debug_setup() local 54 for (p = str + 1; *p; p = sep + 1) { in nmi_debug_setup() 55 sep = strchr(p, ','); in nmi_debug_setup() 56 if (sep) in nmi_debug_setup() 57 *sep = 0; in nmi_debug_setup() 69 if (!sep) in nmi_debug_setup()
|
/arch/um/kernel/ |
D | time.c | 444 const char *sep; in time_travel_connect_external() local 448 if ((sep = strchr(socket, ':'))) { in time_travel_connect_external() 450 if (sep - socket > sizeof(buf) - 1) in time_travel_connect_external() 453 memcpy(buf, socket, sep - socket); in time_travel_connect_external() 461 socket = sep + 1; in time_travel_connect_external()
|
/arch/ia64/kernel/ |
D | setup.c | 670 char features[128], *cp, *sep; in show_cpuinfo() local 682 sep = ""; in show_cpuinfo() 685 cp += snprintf(cp, size, "%s%s", sep, in show_cpuinfo() 687 sep = ", "; in show_cpuinfo() 694 snprintf(cp, size, "%s0x%lx", sep, mask); in show_cpuinfo()
|
D | palinfo.c | 298 const char *sep; in vm_info() local 330 sep = ""; in vm_info() 333 seq_printf(m, "%s%s", sep, mem_attrib[i]); in vm_info() 334 sep = ", "; in vm_info()
|
/arch/x86/kernel/cpu/resctrl/ |
D | ctrlmondata.c | 377 bool sep = false; in show_doms() local 382 if (sep) in show_doms() 389 sep = true; in show_doms()
|
D | rdtgroup.c | 911 bool sep = false; in rdt_bit_usage_show() local 917 if (sep) in rdt_bit_usage_show() 969 sep = true; in rdt_bit_usage_show() 1411 bool sep; in rdtgroup_size_show() local 1437 sep = false; in rdtgroup_size_show() 1440 if (sep) in rdtgroup_size_show() 1454 sep = true; in rdtgroup_size_show()
|
/arch/powerpc/kernel/ |
D | process.c | 1429 static void print_bits(unsigned long val, struct regbit *bits, const char *sep) in print_bits() argument 1436 s = sep; in print_bits()
|