Home
last modified time | relevance | path

Searched refs:IPC_HANDLE_POLL_SEND_UNBLOCKED (Results 1 – 19 of 19) sorted by relevance

/trusty/user/base/include/user/
Dtrusty_ipc.h97 IPC_HANDLE_POLL_SEND_UNBLOCKED = 0x10, enumerator
/trusty/user/base/lib/tipc/test/srv/
Dsrv.c342 (ev->event & IPC_HANDLE_POLL_SEND_UNBLOCKED)) { in handle_port_errors()
535 (ev->event & IPC_HANDLE_POLL_SEND_UNBLOCKED)) { in datasink_handle_chan()
615 if (ev.event & IPC_HANDLE_POLL_SEND_UNBLOCKED) { in send_msg_wait()
713 if (ev->event & (IPC_HANDLE_POLL_MSG | IPC_HANDLE_POLL_SEND_UNBLOCKED)) { in echo_handle_chan()
/trusty/kernel/lib/ktipc/
Dktipc.c122 if (event & IPC_HANDLE_POLL_SEND_UNBLOCKED) { in chan_event_handler()
240 (event & IPC_HANDLE_POLL_SEND_UNBLOCKED)) { in port_event_handler()
/trusty/user/base/lib/unittest/
Dunittest.c66 if (ev.event & IPC_HANDLE_POLL_SEND_UNBLOCKED) { in send_msg_wait()
/trusty/kernel/lib/trusty/include/lib/trusty/
Dhandle.h46 IPC_HANDLE_POLL_SEND_UNBLOCKED = 0x10, enumerator
/trusty/kernel/lib/unittest/
Dunittest.c74 if (event & IPC_HANDLE_POLL_SEND_UNBLOCKED) { in send_msg_wait()
/trusty/hardware/nxp/app/hwcrypto/
Dmain.c59 (ev->event & IPC_HANDLE_POLL_SEND_UNBLOCKED)) { in tipc_handle_port_errors()
Dhwrng_srv.c192 if (ev->event & IPC_HANDLE_POLL_SEND_UNBLOCKED) { in hwrng_chan_handler()
/trusty/user/app/sample/hwcrypto/
Dhwrng_srv.c195 if (ev->event & IPC_HANDLE_POLL_SEND_UNBLOCKED) { in hwrng_chan_handler()
/trusty/user/app/storage/
Dipc.c63 (ev->event & IPC_HANDLE_POLL_SEND_UNBLOCKED)) { in handle_port_errors()
291 if (ev.event & IPC_HANDLE_POLL_SEND_UNBLOCKED) { in wait_to_send()
/trusty/user/base/lib/tipc/
Dtipc.c168 (ev->event & IPC_HANDLE_POLL_SEND_UNBLOCKED)) { in tipc_handle_port_errors()
Dtipc_srv.c168 if (ev->event & IPC_HANDLE_POLL_SEND_UNBLOCKED) { in chan_event_handler_proc()
/trusty/user/app/gatekeeper/ipc/
Dgatekeeper_ipc.cpp229 (ev->event & IPC_HANDLE_POLL_SEND_UNBLOCKED)) { in gatekeeper_handle_port()
/trusty/user/base/lib/tipc/rust/src/
Dhandle.rs241 if event.event & IPC_HANDLE_POLL_SEND_UNBLOCKED as u32 != 0 { in send_vectored()
Dservice.rs1140 _ if event.event & (sys::IPC_HANDLE_POLL_SEND_UNBLOCKED as u32) != 0 => { in handler()
/trusty/kernel/lib/trusty/
Dipc.c686 events |= IPC_HANDLE_POLL_SEND_UNBLOCKED; in chan_poll()
694 if (events & IPC_HANDLE_POLL_SEND_UNBLOCKED) { in chan_poll()
/trusty/user/app/keymaster/ipc/
Dkeymaster_ipc.cpp82 (ev->event & IPC_HANDLE_POLL_SEND_UNBLOCKED)) { in handle_port_errors()
101 if (ev.event & IPC_HANDLE_POLL_SEND_UNBLOCKED) { in wait_to_send()
/trusty/user/base/lib/storage/
Dstorage.c212 if (ev.event & IPC_HANDLE_POLL_SEND_UNBLOCKED) { in wait_to_send()
/trusty/user/base/lib/tipc/test/main/
Dmain.c1082 unsigned int exp_event = IPC_HANDLE_POLL_SEND_UNBLOCKED; in TEST()
2371 unsigned int exp_event = IPC_HANDLE_POLL_SEND_UNBLOCKED; in TEST()
2404 unsigned int exp_event = IPC_HANDLE_POLL_SEND_UNBLOCKED; in TEST()
2468 unsigned int exp_event = IPC_HANDLE_POLL_SEND_UNBLOCKED; in TEST()