Lines Matching refs:scif_endpt
53 struct scif_endpt *ep; in scif_open()
92 static struct scif_endpt *scif_disconnect_ep(struct scif_endpt *ep) in scif_disconnect_ep()
95 struct scif_endpt *fep = NULL; in scif_disconnect_ep()
96 struct scif_endpt *tmpep; in scif_disconnect_ep()
118 tmpep = list_entry(pos, struct scif_endpt, list); in scif_disconnect_ep()
135 tmpep = list_entry(pos, struct scif_endpt, list); in scif_disconnect_ep()
165 struct scif_endpt *ep = (struct scif_endpt *)epd; in scif_close()
166 struct scif_endpt *tmpep; in scif_close()
196 tmpep = list_entry(pos, struct scif_endpt, list); in scif_close()
223 struct scif_endpt *aep; in scif_close()
230 tmpep = list_entry(pos, struct scif_endpt, list); in scif_close()
237 struct scif_endpt, liacceptlist); in scif_close()
241 tmpep = list_entry(pos, struct scif_endpt, in scif_close()
252 struct scif_endpt, list); in scif_close()
260 struct scif_endpt, list); in scif_close()
319 struct scif_endpt *ep = (struct scif_endpt *)epd; in __scif_flush()
338 struct scif_endpt *ep = (struct scif_endpt *)epd; in scif_bind()
396 struct scif_endpt *ep = (struct scif_endpt *)epd; in scif_listen()
471 static int scif_conn_func(struct scif_endpt *ep) in scif_conn_func()
581 struct scif_endpt *ep; in scif_conn_handler()
588 struct scif_endpt, conn_list); in scif_conn_handler()
601 struct scif_endpt *ep = (struct scif_endpt *)epd; in __scif_connect()
750 struct scif_endpt *lep = (struct scif_endpt *)epd; in scif_accept()
751 struct scif_endpt *cep; in scif_accept()
948 struct scif_endpt *ep = (struct scif_endpt *)epd; in _scif_send()
1011 struct scif_endpt *ep = (struct scif_endpt *)epd; in _scif_recv()
1106 struct scif_endpt *ep = (struct scif_endpt *)epd; in scif_user_send()
1167 struct scif_endpt *ep = (struct scif_endpt *)epd; in scif_user_recv()
1228 struct scif_endpt *ep = (struct scif_endpt *)epd; in scif_send()
1270 struct scif_endpt *ep = (struct scif_endpt *)epd; in scif_recv()
1300 poll_table *p, struct scif_endpt *ep) in _scif_poll_wait()
1315 __scif_pollfd(struct file *f, poll_table *wait, struct scif_endpt *ep) in __scif_pollfd()