Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectRegexCommand.cpp22 llvm::StringRef syntax, uint32_t completion_type_mask, bool is_removable) in CommandObjectRegexCommand() argument
25 m_is_removable(is_removable) {} in CommandObjectRegexCommand()
HDCommandObjectRegexCommand.h27 uint32_t completion_type_mask, bool is_removable);
/freebsd-14-stable/usr.sbin/moused/
HDmoused.c399 int is_removable; /* set if device is removable, like USB */ member
426 .is_removable = 0,
860 rodent.is_removable = 1; in main()
920 if (rodent.is_removable) in main()