Lines Matching refs:scif_epd_t
51 scif_epd_t scif_open(void) in scif_open()
163 int scif_close(scif_epd_t epd) in scif_close()
318 int __scif_flush(scif_epd_t epd) in __scif_flush()
337 int scif_bind(scif_epd_t epd, u16 pn) in scif_bind()
394 int scif_listen(scif_epd_t epd, int backlog) in scif_listen()
599 int __scif_connect(scif_epd_t epd, struct scif_port_id *dst, bool non_block) in __scif_connect()
719 int scif_connect(scif_epd_t epd, struct scif_port_id *dst) in scif_connect()
746 int scif_accept(scif_epd_t epd, struct scif_port_id *peer, in scif_accept()
747 scif_epd_t *newepd, int flags) in scif_accept()
903 *newepd = (scif_epd_t)cep; in scif_accept()
932 static inline int scif_msg_param_check(scif_epd_t epd, int len, int flags) in scif_msg_param_check()
945 static int _scif_send(scif_epd_t epd, void *msg, int len, int flags) in _scif_send()
1007 static int _scif_recv(scif_epd_t epd, void *msg, int len, int flags) in _scif_recv()
1103 int scif_user_send(scif_epd_t epd, void __user *msg, int len, int flags) in scif_user_send()
1164 int scif_user_recv(scif_epd_t epd, void __user *msg, int len, int flags) in scif_user_recv()
1225 int scif_send(scif_epd_t epd, void *msg, int len, int flags) in scif_send()
1267 int scif_recv(scif_epd_t epd, void *msg, int len, int flags) in scif_recv()