Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ttymon/
H A Dtmpmtab.c173 gptr->p_identity=strsave(getword(ptr,&size,0)); in read_pmtab()
440 log("identity:\t%s", gptr->p_identity); in dump_pmtab()
478 if (strcmp(e1->p_identity, e2->p_identity) != 0)
712 free(p->p_identity);
788 if ((p->p_identity == NULL) || (*(p->p_identity) == '\0')) {
792 if ((pwdp = getpwnam(p->p_identity)) == NULL) {
793 log("missing or bad passwd entry for <%s>", p->p_identity);
H A Dtmstruct.h51 char *p_identity; /* id for service to run as */ member
H A Dtmexpress.c172 pmtab->p_identity = "root"; in parse_args()