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()
197 tmpep = list_entry(pos, struct scif_endpt, list); in scif_close()
224 struct scif_endpt *aep; in scif_close()
231 tmpep = list_entry(pos, struct scif_endpt, list); in scif_close()
238 struct scif_endpt, liacceptlist); in scif_close()
242 tmpep = list_entry(pos, struct scif_endpt, in scif_close()
253 struct scif_endpt, list); in scif_close()
261 struct scif_endpt, list); in scif_close()
320 struct scif_endpt *ep = (struct scif_endpt *)epd; in __scif_flush()
339 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()
749 struct scif_endpt *lep = (struct scif_endpt *)epd; in scif_accept()
750 struct scif_endpt *cep; in scif_accept()
947 struct scif_endpt *ep = (struct scif_endpt *)epd; in _scif_send()
1010 struct scif_endpt *ep = (struct scif_endpt *)epd; in _scif_recv()
1105 struct scif_endpt *ep = (struct scif_endpt *)epd; in scif_user_send()
1166 struct scif_endpt *ep = (struct scif_endpt *)epd; in scif_user_recv()
1227 struct scif_endpt *ep = (struct scif_endpt *)epd; in scif_send()
1269 struct scif_endpt *ep = (struct scif_endpt *)epd; in scif_recv()
1299 poll_table *p, struct scif_endpt *ep) in _scif_poll_wait()
1314 __scif_pollfd(struct file *f, poll_table *wait, struct scif_endpt *ep) in __scif_pollfd()