Home
last modified time | relevance | path

Searched refs:elemstr (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c446 char elemstr[MAXNAMELEN]; in mdb_autonode2path() local
459 if (mdb_readstr(elemstr, sizeof (elemstr), in mdb_autonode2path()
461 (void) strcpy(elemstr, "?"); in mdb_autonode2path()
464 c = mdb_alloc(strlen(elemstr) + 1, UM_SLEEP | UM_GC); in mdb_autonode2path()
465 (void) strcpy(c, elemstr); in mdb_autonode2path()