Lines Matching defs:tmp_buf
73 static void __init sun4v_path_component(struct device_node *dp, char *tmp_buf) in sun4v_path_component()
114 static void __init sun4u_path_component(struct device_node *dp, char *tmp_buf) in sun4u_path_component()
149 static void __init sbus_path_component(struct device_node *dp, char *tmp_buf) in sbus_path_component()
166 static void __init pci_path_component(struct device_node *dp, char *tmp_buf) in pci_path_component()
191 static void __init upa_path_component(struct device_node *dp, char *tmp_buf) in upa_path_component()
213 static void __init vdev_path_component(struct device_node *dp, char *tmp_buf) in vdev_path_component()
228 static void __init ebus_path_component(struct device_node *dp, char *tmp_buf) in ebus_path_component()
246 static void __init i2c_path_component(struct device_node *dp, char *tmp_buf) in i2c_path_component()
265 static void __init usb_path_component(struct device_node *dp, char *tmp_buf) in usb_path_component()
286 static void __init ieee1394_path_component(struct device_node *dp, char *tmp_buf) in ieee1394_path_component()
306 static void __init __build_path_component(struct device_node *dp, char *tmp_buf) in __build_path_component()
359 char tmp_buf[64], *n; in build_path_component() local