Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ttymon/
H A Dttyadm.c234 check_label(char *ttylabel) in check_label() argument
238 if ((ttylabel == NULL) || (*ttylabel == '\0')) { in check_label()
244 "can't verify ttylabel <%s>\n", TTYDEFS, ttylabel); in check_label()
247 if (find_label(fp, ttylabel)) { in check_label()
253 ttylabel, TTYDEFS); in check_label()
H A Dadmutil.c45 find_label(FILE *fp, char *ttylabel) in find_label() argument
57 if (strcmp(p, ttylabel) == 0) in find_label()
H A Dttymon.c669 char *ttylabel = pmptr->p_ttylabel; in get_speed() local
671 if ((ttylabel != NULL) && (*ttylabel != '\0')) { in get_speed()
672 if ((sp = find_def(ttylabel)) == NULL) { in get_speed()
673 log("unable to find <%s> in \"%s\"", ttylabel, TTYDEFS); in get_speed()
H A Dsttydefs.c292 remove_entry(char *ttylabel) in remove_entry() argument
314 if ((line = find_label(fp, ttylabel)) == 0) { in remove_entry()
317 ttylabel); in remove_entry()
H A Dtmttydefs.c281 find_def(char *ttylabel) in find_def() argument
288 if (strcmp(ttylabel, tp->g_id) == 0) { in find_def()