Searched refs:read_ctx (Results 1 – 2 of 2) sorted by relevance
140 volatile struct user_context write_ctx, read_ctx; in main() local171 read_ctx.total_packets = xfer2.num_packet; in main()172 read_ctx.status = ~0; in main()173 cb_ctx2.ctx = (void *)&read_ctx; in main()187 while (write_ctx.status != 0 || read_ctx.status != 0) { in main()
225 struct ot_setting_read_ctx read_ctx = { in otPlatSettingsGet() local239 ret = settings_load_subtree_direct(path, ot_setting_read_cb, &read_ctx); in otPlatSettingsGet()245 if (read_ctx.status != 0) { in otPlatSettingsGet()