Searched refs:__scif_connect (Results 1 – 3 of 3) sorted by relevance
203 int __scif_connect(scif_epd_t epd, struct scif_port_id *dst, bool non_block);
118 err = __scif_connect(priv, &req.peer, non_block); in scif_fdioctl()
599 int __scif_connect(scif_epd_t epd, struct scif_port_id *dst, bool non_block) in __scif_connect() function722 return __scif_connect(epd, dst, false); in scif_connect()