Searched defs:jnum (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem_mdesc.c270 char *type, *sp, *jnum, *nac; local
285 &jnum) < 0)
286 jnum = "";
305 (strcmp(jnum, "") != 0)) {
306 ss = strlen(nac) + strlen(jnum) + 2;
309 jnum);
/illumos-gate/usr/src/uts/sun4u/starcat/os/
H A Dstarcat.c897 char *jnum; /* output, kmem_alloc'd if successful */ member in struct:__anon10000
910 * property and set the jnum member of the plat_ecache_cpu_arg_t structure to
975 cpuarg->jnum = kmem_alloc(strlen(dimm_labels[cpuarg->dimm]) + 1,
977 if (cpuarg->jnum != (char *)NULL)
978 (void) strcpy(cpuarg->jnum, dimm_labels[cpuarg->dimm]);
1010 findcpu.jnum = (char *)NULL;
1025 * for this ecache, returned here in findcpu.jnum
1030 if (findcpu.jnum == (char *)NULL)
1047 expander, proc, findcpu.dimm, findcpu.jnum);
1051 kmem_free(findcpu.jnum, strle
[all...]

Completed in 240 milliseconds