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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmem.c194 char *preunum, *escunum, *prefix; local
231 preunum = topo_mod_strdup(mod, unum);
232 presz = strlen(preunum) + 1;
235 if (preunum[i] == ':' && preunum[i + 1] == ' ') {
236 bcopy(preunum + i + 2, preunum + i + 1,
238 } else if (preunum[i] == ' ') {
239 preunum[i] = ',';
243 i = mem_fmri_uriescape(preunum, "
[all...]
/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem.c76 char *rawunum, *preunum, *escunum, *prefix; local
123 preunum = fmd_fmri_strdup(rawunum);
124 presz = strlen(preunum) + 1;
127 if (preunum[i] == ':' && preunum[i + 1] == ' ') {
128 bcopy(preunum + i + 2, preunum + i + 1,
130 } else if (preunum[i] == ' ') {
131 preunum[i] = ',';
135 escunum = fmd_fmri_strescape(preunum);
[all...]

Completed in 232 milliseconds