Searched defs:get_file_chan (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c182 get_file_chan(uint32_t, sol_ucma_file_t **, sol_ucma_chan_t **, char *, int);
881 if (!get_file_chan(ucma_id, &filep, &chanp, "destroy_id", 0)) {
968 if (get_file_chan(ucma_id, NULL, &chanp, "bind_addr", 1))
992 if (get_file_chan(ucma_id, NULL, &chanp, "resolve_addr", 1)) {
1022 if (get_file_chan(ucma_id, NULL, &chanp, "resolve_route", 1))
1049 if (get_file_chan(ucma_id, NULL, &chanp, "query_route", 1))
1090 if (get_file_chan(ucma_id, NULL, &chanp, "connect", 1))
1145 if (get_file_chan(ucma_id, NULL, &chanp, "listen", 1))
1176 if (get_file_chan(ucma_id, NULL, &chanp, "accept", 1))
1222 if (get_file_chan(ucma_i
1852 get_file_chan(uint32_t ucma_id, sol_ucma_file_t **filep, function
[all...]

Completed in 47 milliseconds