Home
last modified time | relevance | path

Searched full:trying (Results 1 – 25 of 154) sorted by relevance

1234567

/Zephyr-latest/tests/kernel/mem_protect/protection/
DREADME.rst41 trying to write to rodata at 0x00003124
50 trying to write to text at 0x000006c0
59 trying to call code written to 0x2000041d
68 trying to call code written to 0x20000929
77 trying to call code written to 0x20000455
/Zephyr-latest/drivers/xen/
Devents.c119 "%s: trying to send notify for invalid evtchn #%u\n", in notify_evtchn()
130 "%s: trying to bind invalid evtchn #%u\n", in bind_event_channel()
149 "%s: trying to unbind invalid evtchn #%u\n", in unbind_event_channel()
162 "%s: trying to get missed event from invalid port #%u\n", in get_missed_events()
178 "%s: trying to mask invalid evtchn #%u\n", in mask_event_channel()
192 "%s: trying to unmask invalid evtchn #%u\n", in unmask_event_channel()
/Zephyr-latest/subsys/bindesc/
DKconfig.build_time82 This can also be used to set a specific time, when trying to reproduce an image. For
96 This can also be used to set a specific time, when trying to reproduce an image. For
108 This can also be used to set a specific time, when trying to reproduce an image. For
/Zephyr-latest/dts/bindings/fpga/
Drenesas,slg471x5.yaml15 trying address defined in devicetree.
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/fs_mgmt/
Dfs_mgmt.h53 /** Error occurred whilst trying to truncate file. */
56 /** Error occurred whilst trying to delete file. */
/Zephyr-latest/tests/kernel/mem_protect/protection/src/
Dmain.c76 INFO("trying to call code written to %p\n", func); in execute_from_buffer()
100 INFO("trying to write to rodata at %p\n", ptr); in ZTEST()
134 INFO("trying to write to text at %p\n", dst); in ZTEST()
/Zephyr-latest/include/zephyr/sys/
Dbitarray.h164 * the bitarray has, trying to allocate 0 bits, etc.)
182 * @retval -EINVAL Invalid argument (e.g. out-of-bounds access, mismatching bitarrays, trying to xor
204 * @retval -EINVAL Invalid argument (e.g. out-of-bounds access, trying to count 0 bits, etc.)
221 * @retval -EINVAL Invalid argument (e.g. out-of-bounds access, trying to count 0 bits, etc.)
238 * the bitarray has, trying to free 0 bits, etc.)
/Zephyr-latest/samples/subsys/usb/console/
DREADME.rst45 trying to access the device in the background.
/Zephyr-latest/tests/bluetooth/host/id/bt_le_oob_set_sc_data/src/
Dtest_suite_invalid_inputs.c39 * Test trying to set OOB data while the device ready flag 'BT_DEV_READY' bit isn't set
/Zephyr-latest/tests/bluetooth/host/id/bt_le_oob_get_sc_data/src/
Dtest_suite_invalid_inputs.c39 * Test trying to set OOB data while the device ready flag 'BT_DEV_READY' bit isn't set
/Zephyr-latest/samples/net/telnet/
DREADME.rst57 Trying 192.0.2.1...
125 Trying 192.168.0.21...
/Zephyr-latest/samples/drivers/ipm/ipm_esp32/src/
Dmain.c54 printk("No response from APP_CPU - trying again.\r\n"); in main()
/Zephyr-latest/.github/ISSUE_TEMPLATE/
D003_rfc-proposal.md19 Why do we want this change and what problem are we trying to address?
D007_ext-source.md46 What problem are you trying to solve? (e.g., a state store is
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/
Dprj.conf47 # explaining why they might be useful. That way, someone trying to debug your
/Zephyr-latest/drivers/timer/
Dgecko_burtc_timer.c98 /* `next` can be too close in the future since we're trying to in burtc_isr()
149 /* `next` can be too close in the future if we're trying to announce in sys_clock_set_timeout()
/Zephyr-latest/doc/develop/west/
Dtroubleshooting.rst130 If you see an unexpected error like this when trying to run a Zephyr extension
190 Then you have an old version of west installed, and are trying to use it in a
216 If this is unexpected and you're really trying to create a new west workspace,
/Zephyr-latest/tests/drivers/pwm/pwm_loopback/src/
Dtest_pwm_loopback.c175 "trying period capture\n"); in ZTEST_USER()
248 "trying period capture\n"); in ZTEST()
310 "trying period capture\n"); in ZTEST()
/Zephyr-latest/tests/subsys/canbus/isotp/conformance/src/
Dmode_check.c8 * This test suite checks that correct errors are returned when trying to use the ISO-TP
/Zephyr-latest/tests/bsim/bluetooth/host/central/src/
Dmain.c203 .test_descr = "Verifies that the stack returns an error code when trying to connect"
211 "Verifies that the stack returns an error code when trying to connect"
/Zephyr-latest/tests/boards/intel_adsp/smoke/src/
Dmain.c60 * start up. Trying to change its location should fail. in ZTEST()
/Zephyr-latest/doc/services/binary_descriptors/
Dindex.rst119 This can be useful both for an image trying to read its own descriptors, and for
120 an image trying to read another image's descriptors. Reading can be performed through
/Zephyr-latest/tests/kernel/mem_protect/mem_map/src/
Dmain.c378 printk("trying to access %p\n", mapped); in ZTEST()
406 printk("trying to access %p\n", mapped); in ZTEST()
547 printk("trying to access %p from userspace\n", mapped); in ZTEST()
568 printk("trying to access %p from userspace\n", mapped); in ZTEST()
/Zephyr-latest/scripts/logging/dictionary/
Dlog_parser.py82 # trying to convert from hex to bin.
/Zephyr-latest/cmake/modules/
DFindBabbleSim.cmake19 # If BabbleSim cannot be found we error right away with a message trying to guide users

1234567