Searched refs:tmp_buf (Results 1 – 2 of 2) sorted by relevance
| /arch/sparc/kernel/ |
| A D | prom_64.c | 79 sprintf(tmp_buf, "%s@%x,%x", in sun4v_path_component() 98 sprintf(tmp_buf, "%s@%s%x", in sun4v_path_component() 103 sprintf(tmp_buf, "%s@%x", in sun4v_path_component() 155 sprintf(tmp_buf, "%s@%x,%x", in sbus_path_component() 181 sprintf(tmp_buf, "%s@%x", in pci_path_component() 279 sprintf(tmp_buf, "%s@%x", in usb_path_component() 363 char tmp_buf[64], *n; in build_path_component() local 365 tmp_buf[0] = '\0'; in build_path_component() 367 if (tmp_buf[0] == '\0') in build_path_component() 368 strcpy(tmp_buf, name); in build_path_component() [all …]
|
| A D | prom_32.c | 66 sprintf(tmp_buf, "%s@%x,%x", in sparc32_path_component() 83 sprintf(tmp_buf, "%s@%x,%x", in sbus_path_component() 104 sprintf(tmp_buf, "%s@%x,%x", in pci_path_component() 109 sprintf(tmp_buf, "%s@%x", in pci_path_component() 128 sprintf(tmp_buf, "%s@%x,%x", in ebus_path_component() 189 char tmp_buf[64], *n; in build_path_component() local 191 tmp_buf[0] = '\0'; in build_path_component() 192 __build_path_component(dp, tmp_buf); in build_path_component() 193 if (tmp_buf[0] == '\0') in build_path_component() 194 strcpy(tmp_buf, name); in build_path_component() [all …]
|
Completed in 7 milliseconds