Home
last modified time | relevance | path

Searched refs:action (Results 1 – 25 of 35) sorted by relevance

12

/lib/mbedtls/external/mbedtls/scripts/
A Dmin_requirements.py97 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 Dabi_check.py542 "-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 Dcode_style.py189 parser.add_argument('-f', '--fix', action='store_true',
201 parser.add_argument('--subset', action='store_true',
A Dassemble_changelog.py512 action='store_true', dest='keep_entries', default=None,
516 action='store_false', dest='keep_entries',
523 action='store_true',
A Dcode_size_compare.py894 '--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 Dconfig.py495 action='store_true',
/lib/mbedtls/external/mbedtls/tests/scripts/
A Dtest_psa_constant_names.py164 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 Dgenerate_test_cert_macros.py39 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 Dpsa_collect_statuses.py105 action='store_true',
108 action='store_true',
121 action='store_true',
A Ddepends.py519 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 Dgenerate_tls13_compat_tests.py562 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 Dcheck_test_cases.py214 action='store_true',
217 action='store_true',
220 action='store_false', dest='quiet',
A Daudit-validity-dates.py391 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 Drun_demos.py56 action='store_true',
A Danalyze_outcomes.py658 parser.add_argument('--list', action='store_true',
660 parser.add_argument('--require-full-coverage', action='store_true',
A Dcheck_names.py936 action="store_true",
941 action="store_true",
/lib/lwip/lwip/src/include/lwip/
A Dnetif.h221 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 Dhashtable.c257 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 Defi_hii_config.c122 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 Dtest_data_generation.py182 parser.add_argument('--list', action='store_true',
184 parser.add_argument('--list-for-cmake', action='store_true',
/lib/lwip/lwip/doc/
A Dmqtt_client.txt83 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 Dbzlib.c446 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 Dfwu.c545 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 Dmbed-crypto-storage-specification.md280 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 Dpsa-storage-resilience.md150 …* 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…

Completed in 61 milliseconds

12