Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ttymon/
H A Dttyadm.c159 ptr->p_ttylabel = optarg; in main()
189 if (check_label(ptr->p_ttylabel) != 0) in main()
197 timeout, ptr->p_ttylabel, ptr->p_modules, in main()
H A Dtmexpress.c215 pmtab->p_ttylabel = "300"; in parse_args()
221 pmtab->p_ttylabel = "9600"; in parse_args()
314 pmtab->p_ttylabel = optarg; in ttymon_options()
405 pmtab->p_ttylabel = *++argv; in getty_options()
H A Dtmpmtab.c222 gptr->p_ttylabel = strsave(getword(ptr, in read_pmtab()
454 log("ttylabel:\t%s", gptr->p_ttylabel); in dump_pmtab()
494 if (strcmp(e1->p_ttylabel, e2->p_ttylabel) != 0) in same_entry()
712 free(p->p_ttylabel); in free_pmtab()
H A Dtmstruct.h60 char *p_ttylabel; /* ttylabel in /etc/ttydefs */ member
H A Dttymon.c669 char *ttylabel = pmptr->p_ttylabel; in get_speed()