Home
last modified time | relevance | path

Searched refs:ipc_is_port (Results 1 – 2 of 2) sorted by relevance

/trusty/kernel/lib/trusty/include/lib/trusty/
Dipc.h176 bool ipc_is_port(struct handle* handle);
/trusty/kernel/lib/trusty/
Dipc.c89 bool ipc_is_port(struct handle* handle) { in ipc_is_port() function
252 ASSERT(ipc_is_port(phandle)); in port_shutdown()
344 ASSERT(ipc_is_port(phandle)); in port_handle_destroy()
369 DEBUG_ASSERT(ipc_is_port(phandle)); in ipc_port_publish()
481 DEBUG_ASSERT(ipc_is_port(phandle)); in port_poll()
988 if (!phandle || !ipc_is_port(phandle)) { in ipc_port_accept()