Home
last modified time | relevance | path

Searched refs:LDIOC (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dtermios.h484 #define LDIOC ('D'<<8) macro
486 #define LDOPEN (LDIOC|0)
487 #define LDCLOSE (LDIOC|1)
488 #define LDCHG (LDIOC|2)
489 #define LDGETT (LDIOC|8)
490 #define LDSETT (LDIOC|9)
494 #define LDSMAP (LDIOC|110)
495 #define LDGMAP (LDIOC|111)
496 #define LDNMAP (LDIOC|112)
497 #define LDEMAP (LDIOC|113)
[all …]
/titanic_44/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1140 if (((cmd & IOCTYPE) == LDIOC) || in fifo_fastioctl()
/titanic_44/usr/src/uts/common/os/
H A Dstreamio.c3323 if (((cmd & IOCTYPE) == LDIOC) || in strioctl()