Home
last modified time | relevance | path

Searched refs:root (Results 1 – 25 of 40) sorted by relevance

12

/lib/mbedtls/external/mbedtls/scripts/mbedtls_dev/
A Dbuild_tree.py33 if root is None:
34 root = guess_project_root()
39 elif looks_like_mbedtls_root(root):
48 if root is None:
49 root = guess_project_root()
102 if root is None:
103 root = guess_project_root()
105 return root
115 if root is None:
116 root = guess_project_root()
[all …]
/lib/
A Drbtree.c54 struct rb_root *root, int color) in __rb_rotate_set_parents() argument
59 __rb_change_child(old, new, parent, root); in __rb_rotate_set_parents()
295 __rb_rotate_set_parents(parent, sibling, root, in ____rb_erase_color()
378 __rb_insert(node, root, dummy_rotate); in rb_insert_color()
401 __rb_insert(node, root, augment_rotate); in __rb_insert_augmented()
412 n = root->rb_node; in rb_first()
425 n = root->rb_node; in rb_last()
496 struct rb_root *root) in rb_replace_node() argument
501 __rb_change_child(victim, new, parent, root); in rb_replace_node()
545 if (!root->rb_node) in rb_first_postorder()
[all …]
A Dof_live.c341 evt.of_live_built.root = *rootp; in of_live_build()
355 free(root); in of_live_free()
360 struct device_node *root; in of_live_create_empty() local
363 if (!root) in of_live_create_empty()
365 root->name = strdup(""); in of_live_create_empty()
366 if (!root->name) { in of_live_create_empty()
367 free(root); in of_live_create_empty()
370 root->type = "<NULL>"; in of_live_create_empty()
371 root->full_name = ""; in of_live_create_empty()
372 *rootp = root; in of_live_create_empty()
[all …]
/lib/zlib/
A Dinftrees.c39 unsigned root; /* number of index bits for root table */ in inflate_table() local
109 root = *bits; in inflate_table()
112 if (root > max) root = max; in inflate_table()
124 if (root < min) root = min; in inflate_table()
199 curr = root; /* current table index bits */ in inflate_table()
202 used = 1U << root; /* use root table entries */ in inflate_table()
253 if (len > root && (huff & mask) != low) { in inflate_table()
256 drop = root; in inflate_table()
279 (*table)[low].bits = (unsigned char)root; in inflate_table()
298 len = root; in inflate_table()
[all …]
/lib/efi_loader/
A Ddtbdump.c369 struct efi_file_handle *root = NULL, *file = NULL; in do_load() local
391 ret = file_system->open_volume(file_system, &root); in do_load()
398 ret = root->open(root, &file, filename, EFI_FILE_MODE_READ, 0); in do_load()
488 if (root) { in do_load()
489 ret2 = root->close(root); in do_load()
506 struct efi_file_handle *root, *file; in do_save() local
528 ret = file_system->open_volume(file_system, &root); in do_save()
534 ret = root->open(root, &file, filename, EFI_FILE_MODE_READ, 0); in do_save()
541 root->close(root); in do_save()
548 ret = root->open(root, &file, filename, in do_save()
[all …]
A Dinitrddump.c361 struct efi_file_handle *root, *file; in do_save() local
391 ret = file_system->open_volume(file_system, &root); in do_save()
397 ret = root->open(root, &file, filename, EFI_FILE_MODE_READ, 0); in do_save()
405 root->close(root); in do_save()
412 ret = root->open(root, &file, filename, in do_save()
428 root->close(root); in do_save()
A Dsmbiosdump.c408 struct efi_file_handle *root, *file; in save_file() local
415 ret = file_system->open_volume(file_system, &root); in save_file()
421 ret = root->open(root, &file, filename, EFI_FILE_MODE_READ, 0); in save_file()
428 root->close(root); in save_file()
436 ret = root->open(root, &file, filename, in save_file()
448 root->close(root); in save_file()
A Defi_signature.c361 struct x509_certificate **root) in efi_verify_certificate() argument
391 if (root) in efi_verify_certificate()
392 *root = cert; in efi_verify_certificate()
509 struct x509_certificate *signer, *root; in efi_signature_verify() local
555 efi_verify_certificate(signer, db, &root)) { in efi_signature_verify()
558 check = efi_signature_check_revocation(sinfo, root, in efi_signature_verify()
560 x509_free_certificate(root); in efi_signature_verify()
A Defi_bootmgr.c245 struct efi_file_handle *root, *f; in search_default_file() local
267 ret = EFI_CALL(file_system->open_volume(file_system, &root)); in search_default_file()
284 ret = EFI_CALL(root->open(root, &f, default_file_name, in search_default_file()
291 EFI_CALL(root->close(root)); in search_default_file()
298 EFI_CALL(root->close(root)); in search_default_file()
A Defi_file.c1228 struct efi_file_handle **root) in efi_open_volume_int() argument
1232 *root = file_open(fs, NULL, NULL, 0, 0); in efi_open_volume_int()
1239 struct efi_file_handle **root) in efi_open_volume() argument
1241 EFI_ENTRY("%p, %p", this, root); in efi_open_volume()
1243 return EFI_EXIT(efi_open_volume_int(this, root)); in efi_open_volume()
/lib/mbedtls/external/mbedtls/tests/data_files/dir4/
A DReadme8 2. zero pathlen constraint on the root CA (invalid)
13 3. nonzero pathlen constraint on the root CA (invalid)
28 6. nonzero pathlen constraint on the root CA with maximum number of elements in the chain (valid)
33 7. pathlen constraint on the root CA with maximum number of elements and a self signed certificate …
34 (This situation happens for example when a root of some hierarchy gets integrated into another hier…
44 9. zero pathlen constraint on trusted root (valid)
/lib/efi_selftest/
A Defi_selftest_block_device.c310 struct efi_file_handle *root, *file; in execute() local
419 ret = file_system->open_volume(file_system, &root); in execute()
425 ret = root->getinfo(root, &guid_file_system_info, &buf_size, in execute()
443 ret = root->open(root, &file, u"hello.txt", EFI_FILE_MODE_READ, in execute()
511 ret = root->open(root, &file, u"u-boot.txt", EFI_FILE_MODE_READ | in execute()
543 ret = root->open(root, &file, u"u-boot.txt", EFI_FILE_MODE_READ, in execute()
574 ret = root->close(root); in execute()
A Defi_selftest_loadimage.c147 struct efi_file_handle **root);
229 struct efi_file_handle **root) in efi_st_open_volume() argument
231 if (this != &file_system || !root) in efi_st_open_volume()
234 *root = &volume; in efi_st_open_volume()
/lib/mbedtls/external/mbedtls/tests/git-scripts/
A DREADME.md4 The git hooks are located in `<Mbed TLS root>/.git/hooks`, and as such are not under version control
7 …d in `<Mbed TLS root>/tests/git-scripts` directory, and one must create a soft link from `<Mbed TL…
/lib/mbedtls/external/mbedtls/docs/
A Dindex.rst4 contain the root `toctree` directive.
/lib/mbedtls/external/mbedtls/tests/data_files/dir-maxpath/
A DReadme.txt6 The root is 00.crt and N+1.crt is a child of N.crt.
/lib/mbedtls/external/mbedtls/programs/test/
A Dgenerate_cpp_dummy_build.sh10 Run this program from the root of an Mbed TLS directory tree or from
/lib/lwip/lwip/test/unit/
A DFilelists.cmake4 # root path of lwIP sources.
/lib/lwip/lwip/contrib/ports/unix/
A DFilelists.cmake4 # root path of lwIP/contrib sources.
/lib/lwip/lwip/contrib/ports/win32/
A DFilelists.cmake4 # root path of lwIP/contrib sources.
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/
A DRFC1065-SMI10 -- the path to the root
A DRFC1155-SMI10 -- the path to the root
/lib/lwip/lwip/contrib/
A DFilelists.cmake4 # root path of lwIP/contrib sources.
/lib/mbedtls/external/mbedtls/library/
A DCMakeLists.txt6 # Set the project root directory if it's not already defined, as may happen if
170 --mbedtls-root ${CMAKE_CURRENT_SOURCE_DIR}/..
/lib/mbedtls/external/mbedtls/scripts/
A Dabi_check.py242 for root, _dirs, files in os.walk(git_worktree_path):
245 os.path.join(root, file)

Completed in 76 milliseconds

12