Searched refs:zIOC (Results 1 – 1 of 1) sorted by relevance
44 #define zIOC ('z' << 8) macro46 #define S_IOCGETMODE (zIOC|01) /* return struct scc_mode */47 #define S_IOCSETMODE (zIOC|02) /* set SCC from struct scc_mode */48 #define S_IOCGETSTATS (zIOC|03) /* return sync data stats */49 #define S_IOCCLRSTATS (zIOC|04) /* clear sync stats */50 #define S_IOCGETSPEED (zIOC|05) /* return int baudrate */51 #define S_IOCGETMRU (zIOC|06) /* return int max receive unit */52 #define S_IOCSETMRU (zIOC|07) /* set max receive unit */53 #define S_IOCGETMTU (zIOC|010) /* return int max transmission unit */54 #define S_IOCSETMTU (zIOC|011) /* set max transmission unit */[all …]