Searched refs:deviceFlags (Results 1 - 3 of 3) sorted by relevance

/haiku/src/bin/
H A Ddf.cpp23 PrintFlag(uint32 deviceFlags, uint32 testFlag, char yes, char no) argument
25 printf("%c", deviceFlags & testFlag ? yes : no);
/haiku/src/kits/tracker/
H A DTracker.cpp388 uint32 deviceFlags local
395 || (deviceFlags
/haiku/src/tools/fs_shell/
H A Dfssh.cpp323 print_flag(uint32_t deviceFlags, uint32_t testFlag, const char *yes, argument
326 printf("%s", (deviceFlags & testFlag) != 0 ? yes : no);

Completed in 45 milliseconds