Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegexCommand.cpp22 llvm::StringRef syntax, uint32_t completion_type_mask, bool is_removable) in CommandObjectRegexCommand() argument
25 m_is_removable(is_removable) {} in CommandObjectRegexCommand()
H A DCommandObjectRegexCommand.h27 uint32_t completion_type_mask, bool is_removable);
/freebsd/usr.sbin/moused/msconvd/
H A Dmsconvd.c367 int is_removable; /* set if device is removable, like USB */ member
382 .is_removable = 0,
574 rodent.is_removable = 1; in main()
634 if (rodent.is_removable) in main()