/Zephyr-latest/tests/unit/timeutil/ |
D | test_sync.c | 45 struct timeutil_sync_state ss = { 0 }; in test_state_update() local 46 int rv = timeutil_sync_state_update(&ss, &si); in test_state_update() 50 zassert_equal(ss.base.ref, 0, in test_state_update() 52 zassert_equal(ss.skew, 0, in test_state_update() 56 rv = timeutil_sync_state_update(&ss, &si); in test_state_update() 59 zassert_equal(ss.base.ref, 1, in test_state_update() 61 zassert_equal(ss.latest.ref, 0, in test_state_update() 63 zassert_equal(ss.skew, 1.0, in test_state_update() 66 rv = timeutil_sync_state_update(&ss, &si); in test_state_update() 69 zassert_equal(ss.base.ref, 1, in test_state_update() [all …]
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | exception.h | 32 unsigned int ss; member 61 uint32_t ss; member
|
D | gdbstub.h | 34 uint32_t ss; member
|
D | segmentation.h | 81 uint16_t ss; member
|
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/src/ |
D | main.c | 199 struct k_poll_signal ss; in set_aligned_clock() local 203 &ss); in set_aligned_clock() 205 k_poll_signal_init(&ss); in set_aligned_clock() 206 sys_notify_init_signal(¬ify, &ss); in set_aligned_clock() 222 printk("Synchronize final: %d %d in %u ms\n", rc, ss.result, t1 - t0); in set_aligned_clock() 264 struct k_poll_signal ss; in main() local 269 &ss); in main() 271 k_poll_signal_init(&ss); in main() 272 sys_notify_init_signal(¬ify, &ss); in main() 285 printk("Synchronize complete in %u ms: %d %d\n", t1 - t0, rc, ss.result); in main()
|
/Zephyr-latest/tests/subsys/fs/ext2/src/ |
D | utils.c | 13 static int sectors_info(const char *disk, uint32_t *ss, uint32_t *sc) in sectors_info() argument 23 rc = disk_access_ioctl(disk, DISK_IOCTL_GET_SECTOR_SIZE, ss); in sectors_info()
|
/Zephyr-latest/drivers/disk/nvme/ |
D | nvme_namespace.c | 66 uint32_t ss = nvme_namespace_get_sector_size(ns); in nvme_namespace_get_stripesize() local 69 return (ns->data.npwa + 1) * ss; in nvme_namespace_get_stripesize() 71 return (ns->data.npwg + 1) * ss; in nvme_namespace_get_stripesize()
|
/Zephyr-latest/arch/x86/core/intel64/ |
D | coredump.c | 31 uint64_t ss; member 89 arch_blk.r.ss = esf->ss; in arch_coredump_info_dump()
|
D | thread.c | 46 thread->arch.ss = X86_KERNEL_DS; in arch_new_thread()
|
D | locore.S | 143 movw %ax, %ss 223 movw %ax, %ss
|
/Zephyr-latest/arch/x86/core/ia32/ |
D | excstub.S | 129 pushl %ss 206 popl %ss
|
D | fatal.c | 156 .ss = DATA_SEG, 214 _main_tss.ss = DATA_SEG; in df_handler_top()
|
D | gdbstub.c | 96 debug_ctx.registers[GDB_SS] = esf->ss; in z_gdb_interrupt() 115 esf->ss = debug_ctx.registers[GDB_SS]; in z_gdb_interrupt()
|
D | crt0.S | 136 movw %ax, %ss /* set SS */
|
/Zephyr-latest/include/zephyr/arch/x86/intel64/ |
D | exception.h | 53 unsigned long ss; member
|
D | thread.h | 134 uint64_t ss; member
|
/Zephyr-latest/subsys/bluetooth/crypto/ |
D | bt_crypto.c | 245 uint8_t ss[16]; in bt_crypto_h8() local 253 sys_memcpy_swap(ss, s, 16); in bt_crypto_h8() 255 err = bt_crypto_aes_cmac(ss, ks, 16, iks); in bt_crypto_h8()
|
/Zephyr-latest/arch/x86/core/offsets/ |
D | intel64_offsets.c | 30 GEN_OFFSET_SYM(_thread_arch_t, ss);
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.formatting | 187 When enabled timestamp is formatted to hh:mm:ss.ms,us. 193 When enabled timestamp is formatted to YYYY-MM-DD hh:mm:ss.ms,us. 199 When enabled timestamp is formatted to YYYY-MM-DDThh:mm:ss,ffffffZ. 205 and the hh:mm:ss:ms,us one. It resembles the Linux's kernel format in
|
/Zephyr-latest/boards/digilent/arty_a7/dts/ |
D | arty_a7_arm_designstart.dtsi | 179 xlnx,num-ss-bits = <0x1>; 191 xlnx,num-ss-bits = <0x1>; 260 xlnx,num-ss-bits = <0x1>;
|
/Zephyr-latest/soc/nxp/imxrt/imxrt118x/ |
D | soc.c | 65 .ss = NULL, 74 .ss = NULL,
|
/Zephyr-latest/soc/nxp/imxrt/imxrt11xx/ |
D | soc.c | 88 .ss = NULL, 116 .ss = NULL,
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_0.rst | 362 "yyyy-MM-dd'T'HH:mm:ss.SSSSSSZZZZZ" 436 | "datetime" | String in format: ``yyyy-MM-dd'T'HH:mm:ss.SSSSSSZZZZZ``. | 482 | "datetime" | String in format: ``yyyy-MM-dd'T'HH:mm:ss.SSSSSSZZZZZ``. |
|
/Zephyr-latest/doc/services/debugging/ |
D | coredump.rst | 209 ss <unavailable>
|
/Zephyr-latest/doc/_static/css/ |
D | custom.css | 442 .highlight .ss /* Literal.String.Symbol */ {
|