Home
last modified time | relevance | path

Searched refs:llext_fs_loader (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/llext/
Dfs_loader.c13 LOG_MODULE_REGISTER(llext_fs_loader, CONFIG_LLEXT_LOG_LEVEL);
18 struct llext_fs_loader *fs_l = CONTAINER_OF(l, struct llext_fs_loader, loader); in llext_fs_prepare()
35 struct llext_fs_loader *fs_l = CONTAINER_OF(l, struct llext_fs_loader, loader); in llext_fs_read()
48 struct llext_fs_loader *fs_l = CONTAINER_OF(l, struct llext_fs_loader, loader); in llext_fs_seek()
59 struct llext_fs_loader *fs_l = CONTAINER_OF(l, struct llext_fs_loader, loader); in llext_fs_finalize()
Dshell.c210 struct llext_fs_loader fs_loader = LLEXT_FS_LOADER(argv[2]); in cmd_llext_load_fs()
/Zephyr-latest/include/zephyr/llext/
Dfs_loader.h28 struct llext_fs_loader { struct
/Zephyr-latest/tests/subsys/llext/src/
Dtest_llext.c533 struct llext_fs_loader fs_loader = LLEXT_FS_LOADER(path); in ZTEST()