Searched defs:cpustr (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/ |
H A D | cmd_memerr_arch.c | 849 char *cpustr; local 888 cpustr = cmd_cpu_getfrustr_by_id(hdl, id); 900 fru = cmd_cpu_mkfru(hdl, cpustr, NULL, NULL); 901 fmd_hdl_strfree(hdl, cpustr);
|
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | ri_init.c | 840 char *cpustr, *lasts, *rsrcname, rbuf[32]; local 847 for (cpustr = (char *)strtok_r(cbuf, CPUID_SEP, &lasts); 848 cpustr != NULL; 849 cpustr = (char *)strtok_r(NULL, CPUID_SEP, &lasts)) { 850 cpuid = atoi(cpustr); 946 char buf[CFGA_INFO_LEN], *cpustr, *lasts; local 955 for (cpustr = (char *)strtok_r(buf, CPUID_SEP, &lasts); 956 cpustr != NULL; 957 cpustr = (char *)strtok_r(NULL, CPUID_SEP, &lasts)) { 958 cpuid = atoi(cpustr); [all...] |
Completed in 47 milliseconds