Home
last modified time | relevance | path

Searched refs:ext (Results 1 – 7 of 7) sorted by relevance

/tests/subsys/llext/src/
A Dtest_llext.c129 struct llext *ext = NULL; in load_call_unload() local
169 ext, test_entry_fn, NULL, in load_call_unload()
235 llext_unload(&ext); in load_call_unload()
372 struct llext *ext = NULL; in ZTEST() local
403 llext_unload(&ext); in ZTEST()
478 struct llext *ext = NULL; in ZTEST() local
491 llext_unload(&ext); in ZTEST()
514 struct llext *ext = NULL; in ZTEST() local
541 llext_unload(&ext); in ZTEST()
643 struct llext *ext = NULL; in ZTEST() local
[all …]
/tests/misc/llext-edk/src/
A Dmain.c53 struct llext **ext) in load_and_run_extension() argument
61 llext_load(loader, "extension", ext, &ldr_parm); in load_and_run_extension()
62 start_fn = llext_find_sym(&(*ext)->exp_tab, "start"); in load_and_run_extension()
64 llext_add_domain(*ext, domain); in load_and_run_extension()
76 llext_unload(ext); in load_and_run_extension()
/tests/boards/intel_adsp/hda/src/
A Dtests.h32 uint32_t ext, k_timeout_t timeout) in hda_ipc_msg() argument
34 int ret = intel_adsp_ipc_send_message_sync(dev, data, ext, timeout); in hda_ipc_msg()
/tests/net/socket/tls_ext/
A Dtestcase.yaml7 net.socket.tls.ext:
/tests/bsim/bluetooth/host/privacy/device/test_scripts/
A Drun_tests.sh59 use-ext-adv=${use_ext_adv} scannable=${scannable} connectable=${connectable}
/tests/drivers/can/host/pytest/
A Dcan_shell.py179 ext = len(m.group('can_id')) == 8
185 msg = Message(arbitration_id=can_id,is_extended_id=ext,
/tests/lib/spsc_pbuf/src/
A Dmain.c35 (sizeof(memory_area) - offsetof(struct spsc_pbuf, ext.cache.data)) : in test_spsc_pbuf_flags()
36 (sizeof(memory_area) - offsetof(struct spsc_pbuf, ext.nocache.data))) - in test_spsc_pbuf_flags()

Completed in 8 milliseconds