Home
last modified time | relevance | path

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

/NextBSD/lib/libc/gen/
HDsetmode.c68 #define CMD2_SET 0x02 macro
114 (set->cmd2 & CMD2_SET) ? S_IRWXO : value; in getmode()
122 if (set->cmd2 & CMD2_SET) { in getmode()
407 set->cmd2 |= CMD2_SET; in addcmd()
411 set->cmd2 |= CMD2_SET|CMD2_CLR; in addcmd()
425 set->cmd2 & CMD2_SET ? " SET" : "", in dumpmode()