Home
last modified time | relevance | path

Searched defs:st (Results 1 – 25 of 25) sorted by relevance

/Zephyr-Core-3.7.0/subsys/jwt/
Djwt.c68 static void base64_outch(struct jwt_builder *st, char ch) in base64_outch()
89 static void base64_flush(struct jwt_builder *st) in base64_flush()
111 static void base64_addbyte(struct jwt_builder *st, uint8_t byte) in base64_addbyte()
122 struct jwt_builder *st = data; in base64_append_bytes() local
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dstatistic.c14 void bt_mesh_stat_get(struct bt_mesh_statistic *st) in bt_mesh_stat_get()
/Zephyr-Core-3.7.0/tests/posix/shm/src/
Dmain.c37 #define S_TYPEISSHM(st) (((st)->st_mode & ZVFS_MODE_IFMT) == ZVFS_MODE_IFSHM) argument
43 struct stat st; in ZTEST() local
/Zephyr-Core-3.7.0/samples/net/sockets/http_get/src/
Dhttp_get.c62 int st, sock; in main() local
/Zephyr-Core-3.7.0/drivers/watchdog/
Dwdt_npcx.c98 uint64_t st; in wdt_t0out_reload() local
121 uint64_t st; in wdt_wait_stopped() local
/Zephyr-Core-3.7.0/samples/net/sockets/big_http_download/src/
Dbig_http_download.c198 int st; in skip_headers() local
368 int st; in main() local
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/
Dtest_scanner.c90 uint64_t st = k_uptime_get(); in test_tx_send_ad_type_msg() local
/Zephyr-Core-3.7.0/subsys/shell/modules/
Ddevice_service.c74 enum pm_device_state st = PM_DEVICE_STATE_ACTIVE; in cmd_device_list() local
/Zephyr-Core-3.7.0/lib/posix/options/
Dshm.c95 static int shm_fstat(struct shm_obj *shm, struct stat *st) in shm_fstat()
272 struct stat *st = va_arg(args, struct stat *); in shm_ioctl() local
/Zephyr-Core-3.7.0/drivers/disk/nvme/
Dnvme_helpers.h164 #define NVME_STATUS_GET_P(st) \ argument
166 #define NVME_STATUS_GET_SC(st) \ argument
168 #define NVME_STATUS_GET_SCT(st) \ argument
170 #define NVME_STATUS_GET_CRD(st) \ argument
172 #define NVME_STATUS_GET_M(st) \ argument
174 #define NVME_STATUS_GET_DNR(st) \ argument
/Zephyr-Core-3.7.0/lib/libc/newlib/
Dlibc-hooks.c275 int _fstat(int file, struct stat *st) in _fstat()
554 int _fstat_r(struct _reent *r, int file, struct stat *st) in _fstat_r()
/Zephyr-Core-3.7.0/tests/kernel/fpu_sharing/generic/src/
Dfloat_context.h56 struct fp_register st[8]; /* ST[0] -> ST[7] */ member
/Zephyr-Core-3.7.0/subsys/net/lib/sockets/
Dgetaddrinfo.c129 int st, ret; in exec_query() local
/Zephyr-Core-3.7.0/drivers/serial/
Duart_sam0.c152 struct dma_status st; in uart_sam0_tx_halt() local
311 struct dma_status st; in uart_sam0_rx_timeout() local
1119 struct dma_status st; in uart_sam0_rx_disable() local
/Zephyr-Core-3.7.0/subsys/fs/
Dfuse_fs_access.c485 struct stat st; in fuse_fs_access_init() local
/Zephyr-Core-3.7.0/boards/native/native_posix/
Dtimer_model.c405 long double st = drt_ns * (long double)clock_ratio + in hwtimer_get_pseudohost_rtc_time() local
/Zephyr-Core-3.7.0/scripts/native_simulator/native/src/
Dtimer_model.c397 long double st = drt_ns * (long double)clock_ratio + in hwtimer_get_pseudohost_rtc_time() local
/Zephyr-Core-3.7.0/drivers/flash/
Dflash_npcx_fiu_nor.c146 int64_t st = k_uptime_get(); in flash_npcx_nor_wait_until_ready() local
/Zephyr-Core-3.7.0/tests/net/udp/src/
Dmain.c438 bool st; in ZTEST() local
/Zephyr-Core-3.7.0/drivers/fpga/
Dfpga_ice40.c186 enum FPGA_status st; in fpga_ice40_get_status() local
/Zephyr-Core-3.7.0/tests/subsys/canbus/isotp/conformance/src/
Dmain.c322 static void prepare_fc_frame(struct frame_desired *frame, uint8_t st, in prepare_fc_frame()
/Zephyr-Core-3.7.0/drivers/sensor/bosch/bmi160/
Dbmi160.c1035 union bmi160_pmu_status st = { in bmi160_suspend() local
/Zephyr-Core-3.7.0/subsys/net/lib/lwm2m/
Dlwm2m_observation.c79 double st; member
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/shell/
Dshell.c1614 struct bt_mesh_statistic st; in cmd_stat_get() local
/Zephyr-Core-3.7.0/tests/net/ipv6/src/
Dmain.c659 bool st; in ZTEST() local