/Zephyr-latest/tests/kernel/mem_protect/protection/ |
D | README.rst | 41 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/ |
D | events.c | 119 "%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/ |
D | Kconfig.build_time | 82 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/ |
D | renesas,slg471x5.yaml | 15 trying address defined in devicetree.
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/fs_mgmt/ |
D | fs_mgmt.h | 53 /** Error occurred whilst trying to truncate file. */ 56 /** Error occurred whilst trying to delete file. */
|
/Zephyr-latest/tests/kernel/mem_protect/protection/src/ |
D | main.c | 76 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/ |
D | bitarray.h | 164 * 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/ |
D | README.rst | 45 trying to access the device in the background.
|
/Zephyr-latest/tests/bluetooth/host/id/bt_le_oob_set_sc_data/src/ |
D | test_suite_invalid_inputs.c | 39 * 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/ |
D | test_suite_invalid_inputs.c | 39 * Test trying to set OOB data while the device ready flag 'BT_DEV_READY' bit isn't set
|
/Zephyr-latest/samples/net/telnet/ |
D | README.rst | 57 Trying 192.0.2.1... 125 Trying 192.168.0.21...
|
/Zephyr-latest/samples/drivers/ipm/ipm_esp32/src/ |
D | main.c | 54 printk("No response from APP_CPU - trying again.\r\n"); in main()
|
/Zephyr-latest/.github/ISSUE_TEMPLATE/ |
D | 003_rfc-proposal.md | 19 Why do we want this change and what problem are we trying to address?
|
D | 007_ext-source.md | 46 What problem are you trying to solve? (e.g., a state store is
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/ |
D | prj.conf | 47 # explaining why they might be useful. That way, someone trying to debug your
|
/Zephyr-latest/drivers/timer/ |
D | gecko_burtc_timer.c | 98 /* `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/ |
D | troubleshooting.rst | 130 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/ |
D | test_pwm_loopback.c | 175 "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/ |
D | mode_check.c | 8 * This test suite checks that correct errors are returned when trying to use the ISO-TP
|
/Zephyr-latest/tests/bsim/bluetooth/host/central/src/ |
D | main.c | 203 .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/ |
D | main.c | 60 * start up. Trying to change its location should fail. in ZTEST()
|
/Zephyr-latest/doc/services/binary_descriptors/ |
D | index.rst | 119 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/ |
D | main.c | 378 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/ |
D | log_parser.py | 82 # trying to convert from hex to bin.
|
/Zephyr-latest/cmake/modules/ |
D | FindBabbleSim.cmake | 19 # If BabbleSim cannot be found we error right away with a message trying to guide users
|