Home
last modified time | relevance | path

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

/dragonfly/lib/libc/gen/
H A Dsetmode.c62 #define CMD2_SET 0x02 macro
107 (set->cmd2 & CMD2_SET) ? S_IRWXO : value; in getmode()
115 if (set->cmd2 & CMD2_SET) { in getmode()
366 set->cmd2 |= CMD2_SET; in addcmd()
370 set->cmd2 |= CMD2_SET|CMD2_CLR; in addcmd()
384 set->cmd2 & CMD2_SET ? " SET" : "", in dumpmode()