| /lib/mbedtls/external/mbedtls/scripts/ |
| A D | min_requirements.py | 97 action='store_true', 100 action='append', dest='pip_install_options', 103 action='append', dest='pip_general_options', 106 action='append_const', dest='pip_install_options',
|
| A D | abi_check.py | 542 "-v", "--verbose", action="store_true", 550 "-k", "--keep-all-reports", action="store_true", 591 action='store_true', default=True, 594 parser.add_argument("--no-check-abi", action='store_false', dest='check_abi') 597 action='store_true', default=True, 600 parser.add_argument("--no-check-api", action='store_false', dest='check_api') 603 action='store_true', default=True, 606 parser.add_argument("--no-check-storage", action='store_false', dest='check_storage') 608 "-b", "--brief", action="store_true",
|
| A D | code_style.py | 189 parser.add_argument('-f', '--fix', action='store_true', 201 parser.add_argument('--subset', action='store_true',
|
| A D | assemble_changelog.py | 512 action='store_true', dest='keep_entries', default=None, 516 action='store_false', dest='keep_entries', 523 action='store_true',
|
| A D | code_size_compare.py | 894 '--markdown', action='store_true', dest='markdown', 898 '--stdout', action='store_true', dest='stdout', 902 '--show-all', action='store_true', dest='show_all', 906 '--verbose', action='store_true', dest='verbose',
|
| A D | config.py | 495 action='store_true',
|
| /lib/mbedtls/external/mbedtls/tests/scripts/ |
| A D | test_psa_constant_names.py | 164 action='append', default=['include'], 167 action='store_true', dest='keep_c', default=False, 170 action='store_false', dest='keep_c', 176 action='store_true', 179 action='store_false', dest='show',
|
| A D | generate_test_cert_macros.py | 39 parser.add_argument('--string', type=macro_define_type, action=MacroDefineAction, 41 parser.add_argument('--binary', type=macro_define_type, action=MacroDefineAction, 44 parser.add_argument('--password', type=macro_define_type, action=MacroDefineAction,
|
| A D | psa_collect_statuses.py | 105 action='store_true', 108 action='store_true', 121 action='store_true',
|
| A D | depends.py | 519 action='store_true', dest='keep_going', default=True) 522 action='store_false', dest='keep_going') 525 action='append_const', dest='list', const='jobs') 528 action='append_const', dest='list', const='domains') 531 action='store', default='make') 534 action='store_true', dest='unset_use_psa')
|
| A D | generate_tls13_compat_tests.py | 562 parser.add_argument('-a', '--generate-all-tls13-compat-tests', action='store_true', 565 parser.add_argument('--list-ciphers', action='store_true', 568 parser.add_argument('--list-sig-algs', action='store_true', 571 parser.add_argument('--list-named-groups', action='store_true', 574 parser.add_argument('--list-servers', action='store_true', 577 parser.add_argument('--list-clients', action='store_true',
|
| A D | check_test_cases.py | 214 action='store_true', 217 action='store_true', 220 action='store_false', dest='quiet',
|
| A D | audit-validity-dates.py | 391 action='store_true', 394 action='store_true', dest='verbose', 404 parser.add_argument('--data-files', action='append', nargs='*', 407 parser.add_argument('--suite-data-files', action='append', nargs='*',
|
| A D | run_demos.py | 56 action='store_true',
|
| A D | analyze_outcomes.py | 658 parser.add_argument('--list', action='store_true', 660 parser.add_argument('--require-full-coverage', action='store_true',
|
| A D | check_names.py | 936 action="store_true", 941 action="store_true",
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | netif.h | 221 const ip4_addr_t *group, enum netif_mac_filter_action action); 226 const ip6_addr_t *group, enum netif_mac_filter_action action); 518 …_mac_filter(netif, addr, action) do { if((netif) && (netif)->mld_mac_filter) { (netif)->mld_mac_fi… argument 543 …ne netif_set_ip6_autoconfig_enabled(netif, action) do { if(netif) { (netif)->ip6_autoconfig_enable… argument
|
| /lib/ |
| A D | hashtable.c | 257 enum env_action action, struct env_entry **retval, in _compare_and_overwrite_entry() argument 264 if (action == ENV_ENTER && item.data) { in _compare_and_overwrite_entry() 302 int hsearch_r(struct env_entry item, enum env_action action, in hsearch_r() argument 341 ret = _compare_and_overwrite_entry(item, action, retval, htab, in hsearch_r() 374 ret = _compare_and_overwrite_entry(item, action, retval, in hsearch_r() 383 if (action == ENV_ENTER) { in hsearch_r()
|
| /lib/efi_loader/ |
| A D | efi_hii_config.c | 122 efi_browser_action_t action, in form_callback() argument 128 EFI_ENTRY("%p, 0x%zx, 0x%x, 0x%x, %p, %p", this, action, in form_callback()
|
| /lib/mbedtls/external/mbedtls/scripts/mbedtls_dev/ |
| A D | test_data_generation.py | 182 parser.add_argument('--list', action='store_true', 184 parser.add_argument('--list-for-cmake', action='store_true',
|
| /lib/lwip/lwip/doc/ |
| A D | mqtt_client.txt | 83 normal behaviour would be to take some action if subscribe fails like 121 /* Call function or do action depending on reference, in this case inpub_id */
|
| /lib/bzip2/ |
| A D | bzlib.c | 446 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) in BZ_API() 462 if (action == BZ_RUN) { in BZ_API() 467 if (action == BZ_FLUSH) { in BZ_API() 473 if (action == BZ_FINISH) { in BZ_API() 482 if (action != BZ_FLUSH) return BZ_SEQUENCE_ERROR; in BZ_API() 492 if (action != BZ_FINISH) return BZ_SEQUENCE_ERROR; in BZ_API()
|
| /lib/fwu_updates/ |
| A D | fwu.c | 545 static int fwu_clrset_image_accept(efi_guid_t *img_type_id, u32 bank, u8 action) in fwu_clrset_image_accept() argument 556 if (action == IMAGE_ACCEPT_SET) in fwu_clrset_image_accept()
|
| /lib/mbedtls/external/mbedtls/docs/architecture/ |
| A D | mbed-crypto-storage-specification.md | 280 The transaction file contains data about an ongoing action that cannot be completed atomically. It … 444 The transaction file contains data about an ongoing action that cannot be completed atomically. It …
|
| A D | psa-storage-resilience.md | 150 …* Aborting means keeping the key. This requires no action on the secure element, and is only pract… 211 …een added to the transaction list, and ignoring any failure of a removal action if the item to rem… 236 …een added to the transaction list, and ignoring any failure of a removal action if the item to rem…
|