Lines Matching refs:epd
125 scif_epd_t epd; member
204 int scif_bind(scif_epd_t epd, u16 pn);
233 int scif_listen(scif_epd_t epd, int backlog);
274 int scif_connect(scif_epd_t epd, struct scif_port_id *dst);
331 int scif_accept(scif_epd_t epd, struct scif_port_id *peer, scif_epd_t
368 int scif_close(scif_epd_t epd);
419 int scif_send(scif_epd_t epd, void *msg, int len, int flags);
471 int scif_recv(scif_epd_t epd, void *msg, int len, int flags);
548 off_t scif_register(scif_epd_t epd, void *addr, size_t len, off_t offset,
597 int scif_unregister(scif_epd_t epd, off_t offset, size_t len);
672 int scif_readfrom(scif_epd_t epd, off_t loffset, size_t len, off_t
748 int scif_writeto(scif_epd_t epd, off_t loffset, size_t len, off_t
828 int scif_vreadfrom(scif_epd_t epd, void *addr, size_t len, off_t roffset,
908 int scif_vwriteto(scif_epd_t epd, void *addr, size_t len, off_t roffset,
944 int scif_fence_mark(scif_epd_t epd, int flags, int *mark);
968 int scif_fence_wait(scif_epd_t epd, int mark);
1021 int scif_fence_signal(scif_epd_t epd, off_t loff, u64 lval, off_t roff,
1181 off_t scif_register_pinned_pages(scif_epd_t epd,
1227 int scif_get_pages(scif_epd_t epd, off_t offset, size_t len,