| /trueos/contrib/llvm/tools/lldb/source/Core/ |
| HD | PluginManager.cpp | 231 description(), in ABIInstance() 237 std::string description; member 261 const char *description, in RegisterPlugin() argument 270 if (description && description[0]) in RegisterPlugin() 271 instance.description = description; in RegisterPlugin() 337 description(), in DisassemblerInstance() 343 std::string description; member 367 const char *description, in RegisterPlugin() argument 376 if (description && description[0]) in RegisterPlugin() 377 instance.description = description; in RegisterPlugin() [all …]
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | PluginManager.h | 33 const char *description, 51 const char *description, 69 const char *description, 87 const char *description, 104 const char *description, 121 const char *description, 139 const char *description, 157 const char *description, 186 const char *description, 207 const char *description, [all …]
|
| /trueos/sys/dev/acpi_support/ |
| HD | acpi_asus_wmi.c | 121 char *description; member 127 .description = "hw_switch", 132 .description = "Wireless LED control", 137 .description = "Alt+F2 function", 142 .description = "WLAN power control", 147 .description = "Bluetooth power control", 152 .description = "GPS power control", 157 .description = "WiMAX power control", 162 .description = "WWAN-3G power control", 167 .description = "UWB power control", [all …]
|
| HD | acpi_hp.c | 154 char *description; member 160 .description = "Enable/Disable WLAN (WiFi)", 165 .description = "WLAN radio status", 171 .description = "WLAN radio ready to use (enabled and radio)", 177 .description = "Enable WLAN if radio is turned on", 182 .description = "Disable WLAN if radio is turned off", 187 .description = "Enable/Disable Bluetooth", 192 .description = "Bluetooth radio status", 198 .description = "Bluetooth radio ready to use" 205 .description = "Enable bluetooth if radio is turned on", [all …]
|
| /trueos/contrib/ncurses/menu/ |
| HD | m_item_new.c | 110 new_item(const char *name, const char *description) in new_item() argument 116 description ? description : "")); in new_item() 133 if (description && (*description != '\0') && in new_item() 134 Is_Printable_String(description)) in new_item() 136 item->description.length = strlen(description); in new_item() 137 item->description.str = description; in new_item() 141 item->description.length = 0; in new_item() 142 item->description.str = (char *)0; in new_item()
|
| /trueos/contrib/libpcap/ |
| HD | inet.c | 131 u_int flags, const char *description, char *errbuf) in add_or_find_if() argument 233 if (description != NULL) { in add_or_find_if() 237 curdev->description = strdup(description); in add_or_find_if() 238 if (curdev->description == NULL) { in add_or_find_if() 249 curdev->description = NULL; in add_or_find_if() 415 char *description = NULL; in add_addr_to_iflist() local 443 free(description); in add_addr_to_iflist() 444 if ((description = malloc(descrlen)) != NULL) { in add_addr_to_iflist() 445 ifrdesc.ifr_buffer.buffer = description; in add_addr_to_iflist() 449 description) in add_addr_to_iflist() [all …]
|
| /trueos/contrib/subversion/ |
| HD | build.conf | 117 description = Subversion Client 127 description = Subversion Repository Administrator 136 description = Subversion Dumpfile Filter 145 description = Subversion Repository Browser 153 description = Subversion Server 163 description = Subversion repository replicator 171 description = Subversion Revision Extractor 179 description = Subversion remote repository dumper and loader 187 description = Subversion Multiple URL Command Client 196 description = Subversion GNOME Keyring Library [all …]
|
| /trueos/sys/contrib/octeon-sdk/ |
| HD | cvmx-resources.config | 100 description = "DFA command buffers"; 104 description = "FAU registers for the state of the DFA command queue"; 114 description = "PKO queues per port for interface 0 (ports 0-15)"; 117 description = "PKO queues per port for interface 1 (ports 16-31)"; 120 description = "PKO queues per port for interface 2"; 123 description = "PKO queues per port for interface 3"; 126 description = "PKO queues per port for interface 4"; 129 description = "Limit on the number of PKO ports enabled for interface 0"; 132 description = "Limit on the number of PKO ports enabled for interface 1"; 135 description = "PKO queues per port for PCI (ports 32-35)"; [all …]
|
| /trueos/contrib/libucl/tests/ |
| HD | test_schema.c | 64 const const ucl_object_t *valid, *data, *description; in perform_test() local 68 description = ucl_object_find_key (obj, "description"); in perform_test() 71 if (data == NULL || description == NULL || valid == NULL) { in perform_test() 79 ucl_object_tostring (description), in perform_test() 93 const ucl_object_t *schema, *tests, *description, *test; in perform_tests() local 102 description = ucl_object_find_key (obj, "description"); in perform_tests() 104 if (schema == NULL || tests == NULL || description == NULL) { in perform_tests() 114 ucl_object_tostring (description)); in perform_tests()
|
| /trueos/cddl/contrib/dtracetoolkit/Examples/ |
| HD | oneliners_examples.txt | 8 dtrace: description 'proc:::exec-success ' matched 1 probe 25 dtrace: description 'syscall::open*:entry ' matched 2 probes 50 dtrace: description 'syscall:::entry ' matched 228 probes 65 dtrace: description 'syscall:::entry ' matched 228 probes 87 dtrace: description 'syscall:::entry ' matched 228 probes 104 dtrace: description 'sysinfo:::readch ' matched 4 probes 121 dtrace: description 'sysinfo:::writech ' matched 4 probes 142 dtrace: description 'sysinfo:::readch ' matched 4 probes 171 dtrace: description 'sysinfo:::writech ' matched 4 probes 220 dtrace: description 'vminfo:::pgpgin ' matched 1 probe [all …]
|
| /trueos/contrib/gcc/ |
| HD | genautomata.c | 172 struct description; 296 static struct description *description; variable 594 struct description struct 2395 for (i = 0; i < description->decls_num; i++) in process_decls() 2397 decl = description->decls [i]; in process_decls() 2416 for (i = 0; i < description->decls_num; i++) in process_decls() 2418 decl = description->decls [i]; in process_decls() 2424 DECL_INSN_RESERV (decl)->insn_num = description->insns_num; in process_decls() 2425 description->insns_num++; in process_decls() 2460 DECL_UNIT (decl)->unit_num = description->units_num; in process_decls() [all …]
|
| /trueos/crypto/heimdal/lib/hx509/ |
| HD | test_nist2.in | 84 description= 88 description="${other}" 119 echo "# ${description}" > nist2-passed-${name}.tmp 125 echo "$r ${name} ${description}" 126 echo "# ${description}" > nist2-failed-${name}.tmp
|
| /trueos/contrib/apr-util/ |
| HD | apr-util.spec | 16 %description 28 %description devel 40 %description dbm 49 %description pgsql 59 %description mysql 69 %description sqlite 79 %description freetds 89 %description odbc 99 %description ldap 108 %description openssl [all …]
|
| /trueos/contrib/texinfo/info/ |
| HD | variables.c | 77 char *description; variable 85 description = (char *)xmalloc (20 + strlen (var->name) 89 sprintf (description, "%s (%s): %s.", 92 sprintf (description, "%s (%d): %s.", 95 window_message_in_echo_area ("%s", description, NULL); 96 free (description);
|
| /trueos/contrib/texinfo/makeinfo/ |
| HD | cmds.c | 662 char *aa, *description; in cm_acronym_or_abbr() local 672 get_until_in_braces ("}", &description); in cm_acronym_or_abbr() 675 canon_white (description); in cm_acronym_or_abbr() 679 if (description[0] != '{' && strchr (description, ',') != NULL) in cm_acronym_or_abbr() 682 while (description[i] != ',') in cm_acronym_or_abbr() 685 description[i] = 0; in cm_acronym_or_abbr() 689 if (description[0] == '{') in cm_acronym_or_abbr() 690 description++; in cm_acronym_or_abbr() 692 len = strlen (description); in cm_acronym_or_abbr() 693 if (len && description[len-1] == '}') in cm_acronym_or_abbr() [all …]
|
| /trueos/crypto/openssl/util/ |
| HD | mkrc.pl | 25 if ($extname =~ /dll/i) { $description = "OpenSSL shared library"; } 26 else { $description = "OpenSSL application"; } 52 VALUE "FileDescription", "$description\\0"
|
| /trueos/contrib/tcpdump/missing/ |
| HD | dlnames.c | 52 const char *description; member 56 #define DLT_CHOICE(code, description) { #code, description, code } argument 172 return (dlt_choices[i].description); in pcap_datalink_val_to_description()
|
| /trueos/contrib/apr-util/test/ |
| HD | testcrypto.c | 99 int doPad, const char *description) in passphrase() argument 120 description, apr_crypto_driver_name(driver), result->rc, in passphrase() 128 description, apr_crypto_driver_name(driver), result->rc, in passphrase() 150 apr_size_t *blockSize, const char *description) in encrypt_block() argument 171 description, apr_crypto_driver_name(driver), result->rc, in encrypt_block() 191 description, apr_crypto_driver_name(driver), result->rc, in encrypt_block() 208 description, apr_crypto_driver_name(driver), result->rc, in encrypt_block() 230 apr_size_t *blockSize, const char *description) in decrypt_block() argument 251 description, apr_crypto_driver_name(driver), result->rc, in decrypt_block() 272 description, apr_crypto_driver_name(driver), result->rc, in decrypt_block() [all …]
|
| /trueos/sys/netgraph/ |
| HD | ng_nat.h | 68 char description[NG_NAT_DESC_LENGTH]; member 88 char description[NG_NAT_DESC_LENGTH]; member 105 char description[NG_NAT_DESC_LENGTH]; member 144 char description[NG_NAT_DESC_LENGTH]; member
|
| /trueos/contrib/libarchive/libarchive/ |
| HD | archive_read_support_filter_program.c | 91 char *description; member 107 struct archive_string description; member 410 archive_string_ensure(&state->description, l) == NULL) { in __archive_read_program() 414 archive_string_free(&state->description); in __archive_read_program() 420 archive_strcpy(&state->description, prefix); in __archive_read_program() 421 archive_strcat(&state->description, cmd); in __archive_read_program() 424 self->name = state->description.s; in __archive_read_program() 512 archive_string_free(&state->description); in program_filter_close()
|
| /trueos/crypto/heimdal/lib/wind/ |
| HD | test-punycode.c | 58 printf("punycode %u (%s) failed: %d\n", i, e->description, ret); in main() 68 i, e->description, in main() 77 i, e->description, (unsigned int)len, buf, e->pc); in main()
|
| HD | gen-map.py | 120 (key, value, description, table) = x 130 (key, value, description, tables) = x 133 print "no symbol for %s %s (%s)" % (key, description, tables) 137 % (key, len(v), offsetTable[key], symbols, ",".join(tables), description))
|
| /trueos/contrib/gcc/config/rs6000/ |
| HD | sysv4.opt | 71 no description yet 75 no description yet 84 no description yet 101 no description yet 129 no description yet 141 no description yet
|
| /trueos/sys/kern/ |
| HD | kern_sema.c | 48 sema_init(struct sema *sema, int value, const char *description) in sema_init() argument 54 mtx_init(&sema->sema_mtx, description, "sema backing lock", in sema_init() 56 cv_init(&sema->sema_cv, description); in sema_init() 59 CTR4(KTR_LOCK, "%s(%p, %d, \"%s\")", __func__, sema, value, description); in sema_init()
|
| /trueos/contrib/llvm/tools/lldb/source/Target/ |
| HD | UnixSignals.cpp | 27 const char *description in Signal() argument 36 if (description) in Signal() 37 m_description.assign (description); in Signal() 106 const char *description in AddSignal() argument 109 … Signal new_signal (name, short_name, default_suppress, default_stop, default_notify, description); in AddSignal()
|