Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c66 char *mdp_name[MDB_PATH_NELEM]; /* Array of name components */ member
396 (void) strncpy(s, path->mdp_name[i], left); in mdb_sprintpath()
400 if (left < strlen(path->mdp_name[i])) in mdb_sprintpath()
468 path->mdp_name[elem] = &c[1]; in mdb_autonode2path()
474 path->mdp_name[elem] = p + 1; in mdb_autonode2path()
476 path->mdp_name[elem] = c; in mdb_autonode2path()
530 path.mdp_name[path.mdp_nelem] = ent->name; in mdb_vnode2path()