Home
last modified time | relevance | path

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

12

/Zephyr-latest/subsys/jwt/
Djwt.c61 static void base64_outch(struct jwt_builder *st, char ch) in base64_outch()
82 static void base64_flush(struct jwt_builder *st) in base64_flush()
104 static void base64_addbyte(struct jwt_builder *st, uint8_t byte) in base64_addbyte()
115 struct jwt_builder *st = data; in base64_append_bytes() local
/Zephyr-latest/subsys/bluetooth/mesh/
Dstatistic.c14 void bt_mesh_stat_get(struct bt_mesh_statistic *st) in bt_mesh_stat_get()
/Zephyr-latest/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-latest/samples/net/sockets/http_get/src/
Dhttp_get.c64 int st, sock; in main() local
/Zephyr-latest/drivers/watchdog/
Dwdt_npcx.c98 uint64_t st; in wdt_t0out_reload() local
121 uint64_t st; in wdt_wait_stopped() local
/Zephyr-latest/samples/net/sockets/big_http_download/src/
Dbig_http_download.c198 int st; in skip_headers() local
368 int st; in main() local
/Zephyr-latest/drivers/fpga/
Dfpga_ice40_common.c33 enum FPGA_status st; in fpga_ice40_get_status() local
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_scanner.c90 uint64_t st = k_uptime_get(); in test_tx_send_ad_type_msg() local
/Zephyr-latest/subsys/shell/modules/
Ddevice_service.c74 enum pm_device_state st = PM_DEVICE_STATE_ACTIVE; in cmd_device_list() local
/Zephyr-latest/lib/posix/options/
Dshm.c98 static int shm_fstat(struct shm_obj *shm, struct stat *st) in shm_fstat()
275 struct stat *st = va_arg(args, struct stat *); in shm_ioctl() local
/Zephyr-latest/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-latest/lib/libc/newlib/
Dlibc-hooks.c278 int _fstat(int file, struct stat *st) in _fstat()
559 int _fstat_r(struct _reent *r, int file, struct stat *st) in _fstat_r()
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/
Dfloat_context.h56 struct fp_register st[8]; /* ST[0] -> ST[7] */ member
/Zephyr-latest/subsys/net/lib/sockets/
Dgetaddrinfo.c129 int st, ret; in exec_query() local
/Zephyr-latest/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-latest/subsys/fs/
Dfuse_fs_access.c489 struct stat st; in fuse_fs_access_init() local
/Zephyr-latest/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-latest/boards/native/native_posix/
Dtimer_model.c405 long double st = drt_ns * (long double)clock_ratio + in hwtimer_get_pseudohost_rtc_time() local
/Zephyr-latest/drivers/flash/
Dflash_npcx_fiu_nor.c146 int64_t st = k_uptime_get(); in flash_npcx_nor_wait_until_ready() local
/Zephyr-latest/tests/net/udp/src/
Dmain.c438 bool st; in ZTEST() local
/Zephyr-latest/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-latest/drivers/sensor/bosch/bmi160/
Dbmi160.c1035 union bmi160_pmu_status st = { in bmi160_suspend() local
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_observation.c79 double st; member
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/
Dtippy-bundle.umd.min.js6 …"@popperjs/core"],e):(t=t||self).tippy=e(t.Popper)}(this,(function(t){"use strict";var e="undefine… function
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c1614 struct bt_mesh_statistic st; in cmd_stat_get() local

12