Home
last modified time | relevance | path

Searched refs:tmp_buf (Results 1 – 3 of 3) sorted by relevance

/arch/sparc/kernel/
Dprom_64.c73 static void __init sun4v_path_component(struct device_node *dp, char *tmp_buf) in sun4v_path_component() argument
85 sprintf(tmp_buf, "%s@%x,%x", in sun4v_path_component()
100 sprintf(tmp_buf, "%s@%s%x,%x", in sun4v_path_component()
104 sprintf(tmp_buf, "%s@%s%x", in sun4v_path_component()
109 sprintf(tmp_buf, "%s@%x", in sun4v_path_component()
114 static void __init sun4u_path_component(struct device_node *dp, char *tmp_buf) in sun4u_path_component() argument
125 sprintf(tmp_buf, "%s@%x,%x", in sun4u_path_component()
141 sprintf(tmp_buf, "%s@%x,%x", in sun4u_path_component()
149 static void __init sbus_path_component(struct device_node *dp, char *tmp_buf) in sbus_path_component() argument
159 sprintf(tmp_buf, "%s@%x,%x", in sbus_path_component()
[all …]
Dprom_32.c60 static void __init sparc32_path_component(struct device_node *dp, char *tmp_buf) in sparc32_path_component() argument
70 sprintf(tmp_buf, "%s@%x,%x", in sparc32_path_component()
76 static void __init sbus_path_component(struct device_node *dp, char *tmp_buf) in sbus_path_component() argument
86 sprintf(tmp_buf, "%s@%x,%x", in sbus_path_component()
93 static void __init pci_path_component(struct device_node *dp, char *tmp_buf) in pci_path_component() argument
106 sprintf(tmp_buf, "%s@%x,%x", in pci_path_component()
111 sprintf(tmp_buf, "%s@%x", in pci_path_component()
118 static void __init ebus_path_component(struct device_node *dp, char *tmp_buf) in ebus_path_component() argument
129 sprintf(tmp_buf, "%s@%x,%x", in ebus_path_component()
134 static void __init __build_path_component(struct device_node *dp, char *tmp_buf) in __build_path_component() argument
[all …]
/arch/ia64/hp/sim/
Dsimserial.c100 static unsigned char *tmp_buf; variable
291 if (!tty || !info->xmit.buf || !tmp_buf) return 0; in rs_write()
799 if (!tmp_buf) { in rs_open()
803 if (tmp_buf) in rs_open()
806 tmp_buf = (unsigned char *) page; in rs_open()