Searched refs:cpustr (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | ri_init.c | 841 char *cpustr, *lasts, *rsrcname, rbuf[32]; in cpu_rcm_qpass() local 848 for (cpustr = (char *)strtok_r(cbuf, CPUID_SEP, &lasts); in cpu_rcm_qpass() 849 cpustr != NULL; in cpu_rcm_qpass() 850 cpustr = (char *)strtok_r(NULL, CPUID_SEP, &lasts)) { in cpu_rcm_qpass() 851 cpuid = atoi(cpustr); in cpu_rcm_qpass() 947 char buf[CFGA_INFO_LEN], *cpustr, *lasts; in cpu_cm_info() local 956 for (cpustr = (char *)strtok_r(buf, CPUID_SEP, &lasts); in cpu_cm_info() 957 cpustr != NULL; in cpu_cm_info() 958 cpustr = (char *)strtok_r(NULL, CPUID_SEP, &lasts)) { in cpu_cm_info() 959 cpuid = atoi(cpustr); in cpu_cm_info()
|
/titanic_41/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/ |
H A D | cmd_memerr_arch.c | 849 char *cpustr; in cmd_gen_datapath_fault() local 888 cpustr = cmd_cpu_getfrustr_by_id(hdl, id); in cmd_gen_datapath_fault() 900 fru = cmd_cpu_mkfru(hdl, cpustr, NULL, NULL); in cmd_gen_datapath_fault() 901 fmd_hdl_strfree(hdl, cpustr); in cmd_gen_datapath_fault()
|