Searched refs:porttype (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.bin/tset/
H A Dmap.c59 char *porttype; /* Port type, or "" for any. */ member in struct:map
90 mapp->porttype = arg;
96 mapp->type = mapp->porttype;
97 mapp->porttype = NULL;
101 if (arg == mapp->porttype) /* [><@=! baud]:term */
102 termp = mapp->porttype = NULL;
146 /* Terminate porttype, if specified. */
156 if (mapp->porttype)
158 mapp->porttype = strdup(port);
162 (void)printf("port: %s\n", mapp->porttype
[all...]
/freebsd-10.1-release/contrib/ncurses/progs/
H A Dtset.c281 const char *porttype; /* Port type, or "" for any. */ member in struct:map
399 mapp->porttype = arg;
405 mapp->type = mapp->porttype;
406 mapp->porttype = 0;
410 if (arg == mapp->porttype) /* [><@=! baud]:term */
411 termp = mapp->porttype = 0;
457 /* Terminate porttype, if specified. */
468 if (mapp->porttype) {
472 mapp->porttype = port;
476 (void) printf("port: %s\n", mapp->porttype
[all...]
/freebsd-10.1-release/sys/dev/wi/
H A Dif_wi.c638 wi_setup_locked(struct wi_softc *sc, int porttype, int mode, argument
645 wi_write_val(sc, WI_RID_PORTTYPE, porttype);

Completed in 107 milliseconds