Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 7 of 7) sorted by relevance

/trusty/kernel/lib/ktipc/test/srv/
Dsrv.c142 struct queued_msg* temp; in test_handle_channel_cleanup() local
146 list_for_every_entry_safe(&ctx->queued_msgs, qmsg, temp, struct queued_msg, in test_handle_channel_cleanup()
160 struct queued_msg* temp; in test_handle_send_unblocked() local
162 list_for_every_entry_safe(&ctx->queued_msgs, qmsg, temp, struct queued_msg, in test_handle_send_unblocked()
/trusty/user/app/confirmationui/src/
Dtrusty_confirmation_ui.cpp203 uint32_t temp; in renderAndSwap() local
213 temp = y; in renderAndSwap()
215 x = (fb_info_[idx].width - temp) - 1; in renderAndSwap()
224 temp = x; in renderAndSwap()
226 y = (fb_info_[idx].height - temp) - 1; in renderAndSwap()
/trusty/kernel/services/hwrng/
Dhwrng_service.c64 struct hwrng_chan_ctx* temp; in hwrng_handle_req_queue() local
70 list_for_every_entry_safe(&hwrng_req_list, ctx, temp, in hwrng_handle_req_queue()
/trusty/hardware/nxp/app/hwcrypto/
Dhwrng_srv.c96 struct hwrng_chan_ctx* temp; in hwrng_handle_req_queue() local
102 list_for_every_entry_safe(&hwrng_req_list, ctx, temp, struct hwrng_chan_ctx, in hwrng_handle_req_queue()
/trusty/user/app/sample/hwcrypto/
Dhwrng_srv.c94 struct hwrng_chan_ctx* temp; in hwrng_handle_req_queue() local
100 list_for_every_entry_safe(&hwrng_req_list, ctx, temp, struct hwrng_chan_ctx, in hwrng_handle_req_queue()
Dhwkey_srv.c101 struct opaque_handle_node* temp; in hwkey_ctx_close() local
102 list_for_every_entry_safe(&opaque_handles, entry, temp, in hwkey_ctx_close()
/trusty/kernel/lib/trusty/
Dipc.c112 struct ipc_chan *chan, *temp; in ipc_remove_connection_waiting_for_port() local
116 list_for_every_entry_safe(&waiting_for_port_chan_list, chan, temp, in ipc_remove_connection_waiting_for_port()
268 struct ipc_chan *server, *temp; in port_shutdown() local
269 list_for_every_entry_safe(&port->pending_list, server, temp, in port_shutdown()
384 struct ipc_chan *client, *temp; in ipc_port_publish() local
386 list_for_every_entry_safe(&waiting_for_port_chan_list, client, temp, in ipc_port_publish()