Searched refs:sprintf_buf2 (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/ |
H A D | piclfrudr.c | 388 #define sprintf_buf2(buf, a1, a2) (void) snprintf(buf, sizeof (buf), a1, a2) macro 489 sprintf_buf2(namebuf, CHASSIS_LOC_PATH, RMC_NAME); in piclfrudr_init() 491 sprintf_buf2(namebuf, SYS_BOARD_PATH, RMC_NAME); in piclfrudr_init() 966 sprintf_buf2(prop.piclinfo.name, "_%s_", class); in create_table_entry() 1539 sprintf_buf2(path, SYS_BOARD_PATH, ap_id); in frudr_evhandler() 1543 sprintf_buf2(path, CHASSIS_LOC_PATH, in frudr_evhandler() 1548 sprintf_buf2(path, SEATTLE1U_HDDBP_PATH, ap_id); in frudr_evhandler() 1551 sprintf_buf2(path, SEATTLE2U_HDDBP_PATH, ap_id); in frudr_evhandler() 1554 sprintf_buf2(path, BOSTON_HDDBP_PATH, ap_id); in frudr_evhandler() 1557 sprintf_buf2(path, CHASSIS_LOC_PATH, ap_id); in frudr_evhandler() [all …]
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/ |
H A D | piclfrutree.c | 365 #define sprintf_buf2(buf, a1, a2) (void) snprintf(buf, sizeof (buf), a1, a2) macro 1178 sprintf_buf2(parent_path, IO_DEV, parent_addr); in add_pci_location() 1530 sprintf_buf2(name, MEMORY_DEV, SB_P_TO_SAFARI_ADDR(sbname, pname)); in create_dimm_references() 1646 sprintf_buf2(name, CPU_DEV, SB_P_TO_SAFARI_ADDR(sbname, pname)); in create_cpu_references() 1651 sprintf_buf2(name, CPU_DEV2, in create_cpu_references() 1656 sprintf_buf2(name, CPU_DEV3C1, in create_cpu_references() 1674 sprintf_buf2(name, CPU_DEV3C0, in create_cpu_references() 1962 sprintf_buf2(prop.piclinfo.name, "_%s_", class); in create_table_entry() 2198 sprintf_buf2(path, CHASSIS_LOC_PATH, &ap_id[AP_ID_PREAMBLE_LEN]); in frudr_evhandler() 2558 sprintf_buf2(buf, "P%d", SAFARI_ADDR_TO_P(value)); in frumemcfg_evhandler() [all …]
|