Searched defs:ttylabel (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dadmutil.c44 * find_label - return 1 if ttylabel already exists
48 find_label(FILE *fp, char *ttylabel) argument
60 if (!(strcmp(p, ttylabel)))
H A Dttymon.c80 * -l ttylabel
616 * struct Gdef *get_speed(ttylabel)
618 * using "ttylabel". If "ttylabel" is NULL, default
620 * arg: ttylabel - label/id of speed settings.
624 get_speed(char *ttylabel) argument
629 if ((ttylabel != NULL) && (*ttylabel != '\0')) {
630 if ((sp = find_def(ttylabel)) == NULL) {
631 log("unable to find <%s> in \"%s\"", ttylabel, TTYDEF
[all...]

Completed in 68 milliseconds