Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dsetmode.c63 #define CMD2_CLR 0x01 macro
108 common: if (set->cmd2 & CMD2_CLR) { in getmode()
406 set->cmd2 |= CMD2_CLR; in addcmd()
408 set->cmd2 |= CMD2_SET|CMD2_CLR; in addcmd()
421 set->cmd2 & CMD2_CLR ? " CLR" : "", in dumpmode()