| /freebsd/sys/dev/bhnd/nvram/ |
| H A D | nvram_map | 95 #desc <variable description> 99 #desc <variable description> 103 #desc <variable description> 107 #desc <variable description> 111 #desc <variable description> 115 #desc <variable description> 119 #desc <variable description> 123 #desc <variable description> 127 #desc <variable description> 131 #desc <variable description> [all …]
|
| /freebsd/crypto/krb5/src/ccapi/test/ |
| H A D | test_ccapi_ccache.h | 7 …_release(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description); 9 …_destroy(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description); 11 …_default(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description); 13 …(cc_ccache_t ccache, cc_uint32 expected_cred_vers, cc_int32 expected_err, const char *description); 15 …ame(cc_ccache_t ccache, const char *expected_name, cc_int32 expected_err, const char *description); 17 …_uint32 cred_vers, const char *expected_principal, cc_int32 expected_err, const char *description); 19 …he, cc_uint32 cred_vers, const char *in_principal, cc_int32 expected_err, const char *description); 22 …t ccache, const cc_credentials_union *credentials, cc_int32 expected_err, const char *description); 24 …als(cc_ccache_t ccache, cc_credentials_t in_creds, cc_int32 expected_err, const char *description); 27 …che_t ccache, cc_credentials_iterator_t *iterator, cc_int32 expected_err, const char *description); [all …]
|
| H A D | test_ccapi_v2.h | 13 …esult check_once_cc_shutdown(apiCB **out_context, cc_result expected_err, const char *description); 16 …_get_change_time(apiCB *context, cc_time_t *time, cc_result expected_err, const char *description); 19 … char *name, cc_int32 version, ccache_p **ccache, cc_result expected_err, const char *description); 22 …ed_vers, const char *principal, ccache_p **ccache, cc_int32 expected_err, const char *description); 25 …k_once_cc_close(apiCB *context, ccache_p *ccache, cc_result expected_err, const char *description); 28 …_once_cc_destroy(apiCB *context, ccache_p *ccache, cc_int32 expected_err, const char *description); 31 …xt, ccache_p *ccache, cc_int32 expected_cred_vers, cc_int32 expected_err, const char *description); 34 …text, ccache_p *ccache, const char *expected_name, cc_int32 expected_err, const char *description); 41 const char *description); 44 …che, cc_int32 cred_vers, const char *in_principal, cc_int32 expected_err, const char *description); [all …]
|
| H A D | test_ccapi_context.h | 7 …2 *out_supported_version, char const **out_vendor, cc_int32 expected_err, const char *description); 9 …2 *out_supported_version, char const **out_vendor, cc_int32 expected_err, const char *description); 11 …once_cc_context_release(cc_context_t *out_context, cc_int32 expected_err, const char *description); 13 …change_time(cc_context_t context, cc_time_t *time, cc_int32 expected_err, const char *description); 15 …ache_name(cc_context_t context, cc_string_t *name, cc_int32 expected_err, const char *description); 17 …_t context, const char *name, cc_ccache_t *ccache, cc_int32 expected_err, const char *description); 19 …_ccache(cc_context_t context, cc_ccache_t *ccache, cc_int32 expected_err, const char *description); 21 …_vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const char *description); 23 …_vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const char *description); 25 …_vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const char *description); [all …]
|
| H A D | test_ccapi_ccache.c | 45 …release(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description) { in check_once_cc_ccache_release() argument 59 BEGIN_CHECK_ONCE(description); in check_once_cc_ccache_release() 119 …destroy(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description) { in check_once_cc_ccache_destroy() argument 129 BEGIN_CHECK_ONCE(description); in check_once_cc_ccache_destroy() 225 …default(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description) { in check_once_cc_ccache_set_default() argument 238 BEGIN_CHECK_ONCE(description); in check_once_cc_ccache_set_default() 320 …cc_ccache_t ccache, cc_uint32 expected_cred_vers, cc_int32 expected_err, const char *description) { in check_once_cc_ccache_get_credentials_version() argument 332 BEGIN_CHECK_ONCE(description); in check_once_cc_ccache_get_credentials_version() 423 …me(cc_ccache_t ccache, const char *expected_name, cc_int32 expected_err, const char *description) { in check_once_cc_ccache_get_name() argument 435 BEGIN_CHECK_ONCE(description); in check_once_cc_ccache_get_name() [all …]
|
| H A D | test_ccapi_context.c | 29 … *out_supported_version, char const **out_vendor, cc_int32 expected_err, const char *description) { in check_once_cc_initialize() argument 40 BEGIN_CHECK_ONCE(description); in check_once_cc_initialize() 92 …nce_cc_context_release(cc_context_t *out_context, cc_int32 expected_err, const char *description) { in check_once_cc_context_release() argument 101 BEGIN_CHECK_ONCE(description); in check_once_cc_context_release() 237 …hange_time(cc_context_t context, cc_time_t *time, cc_int32 expected_err, const char *description) { in check_once_cc_context_get_change_time() argument 248 BEGIN_CHECK_ONCE(description); in check_once_cc_context_get_change_time() 315 …che_name(cc_context_t context, cc_string_t *name, cc_int32 expected_err, const char *description) { in check_once_cc_context_get_default_ccache_name() argument 325 BEGIN_CHECK_ONCE(description); in check_once_cc_context_get_default_ccache_name() 406 …t context, const char *name, cc_ccache_t *ccache, cc_int32 expected_err, const char *description) { in check_once_cc_context_open_ccache() argument 419 BEGIN_CHECK_ONCE(description); in check_once_cc_context_open_ccache() [all …]
|
| /freebsd/lib/libifconfig/ |
| H A D | sfp.lua | 48 description = "Transceiver identifier", 102 description = "Connector type", 134 description = "10G Ethernet/IB compliance", 150 description = "Ethernet compliance", 166 description = "Fibre Channel link length", 179 description = "Channel/cable technology", 196 description = "Fibre Channel transmission media", 212 description = "Fibre Channel speed", 228 description = "10/40G Ethernet compliance", 244 description = "Extended specification compliance", [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | PluginManager.cpp | 188 PluginInstance(llvm::StringRef name, llvm::StringRef description, in PluginInstance() 191 : name(name), description(description), create_callback(create_callback), in PluginInstance() 195 llvm::StringRef description; member 203 bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description, in RegisterPlugin() argument 210 Instance(name, description, callback, std::forward<Args>(args)...); in RegisterPlugin() 237 return instance->description; in GetDescriptionAtIndex() 288 llvm::StringRef description, in RegisterPlugin() argument 290 return GetABIInstances().RegisterPlugin(name, description, create_callback); in RegisterPlugin() 312 llvm::StringRef description, in RegisterPlugin() argument 314 GetArchitectureInstances().push_back({name, description, create_callback}); in RegisterPlugin() [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | PluginManager.h | 56 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description, 64 static void RegisterPlugin(llvm::StringRef name, llvm::StringRef description, 73 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description, 86 RegisterPlugin(llvm::StringRef name, llvm::StringRef description, 100 RegisterPlugin(llvm::StringRef name, llvm::StringRef description, 110 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description, 123 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description, 136 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description, 145 llvm::StringRef name, llvm::StringRef description, 162 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description, [all …]
|
| /freebsd/crypto/libecc/ |
| H A D | meson.options | 2 option('use_external_rand', type: 'boolean', value: false, description: 'use external get_random() … 3 option('use_external_print', type: 'boolean', value: false, description: 'use external ext_printf()… 4 option('use_external_time', type: 'boolean', value: false, description: 'use external get_ms_time()… 5 option('with_tests', type: 'boolean', value: false, description: 'enable test suites support') 6 option('with_rand_source', type: 'string', value: '', description: 'get_random() implementation sou… 7 option('with_wordsize', type: 'combo', choices : ['0', '16', '32', '64'], value : '0', description… 8 option('with_stdlib', type: 'boolean', value : true, description: 'trigger stdlib usage (default to… 9 option('with_debug', type: 'boolean', value : false, description: 'activate libecc debug assertions… 10 option('use_cryptofuzz', type: 'boolean', value : false, description: 'activate cryptofuzz fuzzing … 11 option('assert_print', type: 'boolean', value : false, description: 'activate printing on assertion… [all …]
|
| /freebsd/contrib/libucl/tests/schema/ |
| H A D | refRemote.json.disabled | 3 "description": "remote ref", 7 "description": "remote ref valid", 12 "description": "remote ref invalid", 19 "description": "fragment within remote ref", 23 "description": "remote fragment valid", 28 "description": "remote fragment invalid", 35 "description": "ref within remote ref", 41 "description": "ref within ref valid", 46 "description": "ref within ref invalid", 54 "description": "change resolution scope", [all …]
|
| H A D | definitions.json.disabled | 3 "description": "valid definition", 7 "description": "valid definition schema", 18 "description": "invalid definition", 22 "description": "invalid definition schema",
|
| /freebsd/contrib/ncurses/menu/ |
| H A D | m_item_new.c | 111 new_item(const char *name, const char *description) in new_item() argument 117 description ? description : "")); in new_item() 136 if (description && (*description != '\0') && in new_item() 137 Is_Printable_String(description)) in new_item() 139 item->description.length = (unsigned short)strlen(description); in new_item() 140 item->description.str = description; in new_item() 144 item->description.length = 0; in new_item() 145 item->description.str = (char *)0; in new_item()
|
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 80-test_ca_internals.t | 20 description => 'updatedb called before the first certificate expires', 28 description => 'updatedb called before Y2k', 36 description => 'updatedb called after year 2020', 44 description => 'updatedb called in year 2049 (last year with 2 digits)', 52 …description => 'updatedb called in year 2050 (first year with 4 digits) before the last certificat… 60 description => 'updatedb called after the last certificate expired', 68 description => 'updatedb called for the first time after the last certificate expired', 162 is($exit, 1, "ca_internals_test: returned EXIT_FAILURE (".$opts->{description}.")"); 163 …als_test: amount of expired certificates differs from expected amount (".$opts->{description}.")"); 164 …ternals_test: list of expired certificates differs from expected list (".$opts->{description}.")");
|
| /freebsd/crypto/openssl/test/ct/ |
| H A D | log_list.cnf | 7 description = https://github.com/google/certificate-transparency/tree/99218b6445906a81f219d84e9c6d2… 11 description = Google Pilot Log 15 description = Google Aviator log 19 description = Google Rocketeer log 23 description = DigiCert Log Server 27 description = Certly.IO log 31 description = Izempe log 35 description = Symantec log 39 description = Venafi log
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | CSKYAttributeParser.cpp | 124 std::string description; in fpuHardFP() local 127 description += LS; in fpuHardFP() 128 description += "Half"; in fpuHardFP() 131 description += LS; in fpuHardFP() 132 description += "Single"; in fpuHardFP() 135 description += LS; in fpuHardFP() 136 description += "Double"; in fpuHardFP() 139 if (description.empty()) { in fpuHardFP() 146 printAttribute(tag, value, description); in fpuHardFP()
|
| /freebsd/sys/dev/acpi_support/ |
| H A D | acpi_asus_wmi.c | 144 char *description; member 150 .description = "hw_switch", 155 .description = "Wireless LED control", 160 .description = "Alt+F2 function", 165 .description = "WLAN power control", 170 .description = "Bluetooth power control", 175 .description = "GPS power control", 180 .description = "WiMAX power control", 185 .description = "WWAN-3G power control", 190 .description = "UWB power control", [all …]
|
| /freebsd/contrib/libucl/tests/ |
| H A D | test_schema.c | 68 const ucl_object_t *valid, *data, *description; in perform_test() local 72 description = ucl_object_lookup (obj, "description"); in perform_test() 75 if (data == NULL || description == NULL || valid == NULL) { in perform_test() 83 ucl_object_tostring (description), in perform_test() 99 const ucl_object_t *schema, *tests, *description, *test; in perform_tests() local 108 description = ucl_object_lookup (obj, "description"); in perform_tests() 110 if (schema == NULL || tests == NULL || description == NULL) { in perform_tests() 120 ucl_object_tostring (description)); in perform_tests()
|
| /freebsd/crypto/openssl/util/perl/TLSProxy/ |
| H A D | Alert.pm | 18 $description) = @_; 24 description => $description 46 sub description subroutine 49 return $self->{description};
|
| /freebsd/contrib/kyua/utils/cmdline/ |
| H A D | options_test.cpp | 111 ATF_REQUIRE_EQ("Force execution", o.description()); in ATF_TEST_CASE_BODY() 125 ATF_REQUIRE_EQ("Configuration file", o.description()); in ATF_TEST_CASE_BODY() 142 ATF_REQUIRE_EQ("Configuration file", o.description()); in ATF_TEST_CASE_BODY() 158 ATF_REQUIRE_EQ("Dry run mode", o.description()); in ATF_TEST_CASE_BODY() 170 ATF_REQUIRE_EQ("Path to helper", o.description()); in ATF_TEST_CASE_BODY() 184 ATF_REQUIRE_EQ("Executable name", o.description()); in ATF_TEST_CASE_BODY() 200 ATF_REQUIRE_EQ("Force execution", o.description()); in ATF_TEST_CASE_BODY() 211 ATF_REQUIRE_EQ("Force execution", o.description()); in ATF_TEST_CASE_BODY() 223 ATF_REQUIRE_EQ("The int", o.description()); in ATF_TEST_CASE_BODY() 237 ATF_REQUIRE_EQ("The int", o.description()); in ATF_TEST_CASE_BODY() [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | CompletionRequest.h | 47 /// The description that should be displayed to the user alongside the 53 Completion(llvm::StringRef completion, llvm::StringRef description, in Completion() argument 55 : m_completion(completion.str()), m_descripton(description.str()), in Completion() 75 void AddResult(llvm::StringRef completion, llvm::StringRef description, 164 /// \param description An optional description of the completion string. The 165 /// description will be displayed to the user alongside the completion. 168 llvm::StringRef description = "", 170 m_result.AddResult(completion, description, mode); 177 /// \param description A [all...] |
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 172 std::string description; RetrieveReportData() local 194 std::string description = std::string(report->GetAsDictionary() FormatDescription() local 255 std::string description; NotifyBreakpointHit() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
| H A D | ReportRetriever.cpp | 123 std::string description; in RetrieveReportData() local 125 process_sp->ReadCStringFromMemory(description_ptr, description, error); in RetrieveReportData() 139 dict->AddStringItem("description", description); in RetrieveReportData() 146 std::string description = std::string(report->GetAsDictionary() in FormatDescription() local 150 return llvm::StringSwitch<std::string>(description) in FormatDescription() 188 .Default("AddressSanitizer detected: " + description); in FormatDescription() 206 std::string description = FormatDescription(report); in NotifyBreakpointHit() local 211 *thread_sp, description, report)); in NotifyBreakpointHit()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | InstrumentationRuntimeStopInfo.cpp | 19 Thread &thread, std::string description, in InstrumentationRuntimeStopInfo() argument 23 m_description = description; in InstrumentationRuntimeStopInfo() 32 Thread &thread, std::string description, in CreateStopReasonWithInstrumentationData() argument 35 new InstrumentationRuntimeStopInfo(thread, description, additionalData)); in CreateStopReasonWithInstrumentationData()
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBValueListExtensions.i | 7 lldb::SBStream description; in __str__() local 12 $self->GetValueAtIndex(i).GetDescription(description); in __str__() 16 description.Printf("<empty> lldb.SBValueList()"); in __str__() 18 const char *desc = description.GetData(); in __str__() 19 size_t desc_len = description.GetSize(); in __str__()
|