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

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

Completed in 40 milliseconds