Searched defs:lmodes (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c176 const struct mds lmodes[] = { variable in typeref:struct:mds
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c180 const struct mds lmodes[] = { variable in typeref:struct:mds
/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c146 static struct mds lmodes[] = { variable in typeref:struct:mds
321 for (i = 0; lmodes[i].string != NULL; i++) {
322 if (strcmp(curtoken, lmodes[i].string) == 0) {
324 termios_clear.c_lflag |= lmodes[i].reset;
325 termios_set.c_lflag |= lmodes[i].set;
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c600 long lmodes; local
626 if ( ioctl(ttyi, TIOCLGET, &lmodes) == -1 )
634 lmodes |= LDECCTQ;
642 if ( ioctl(ttyi, TIOCLSET, &lmodes) == -1 )
/illumos-gate/usr/src/uts/common/io/mii/
H A Dmii.c473 lb_property_t lmodes[MII_LOOPBACK_MAX]; local
475 lmodes[cnt].lb_type = normal;
476 (void) strlcpy(lmodes[cnt].key, "normal", sizeof (lmodes[cnt].key));
477 lmodes[cnt].value = PHY_LB_NONE;
484 lmodes[cnt].lb_type = internal;
485 (void) strlcpy(lmodes[cnt].key, "PHY",
486 sizeof (lmodes[cnt].key));
487 lmodes[cnt].value = PHY_LB_INT_PHY;
492 lmodes[cn
[all...]

Completed in 81 milliseconds