Home
last modified time | relevance | path

Searched refs: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.c183 get_file_chan(uint32_t, sol_ucma_file_t **, sol_ucma_chan_t **, char *, int);
883 if (!get_file_chan(ucma_id, &filep, &chanp, "destroy_id", 0)) {
970 if (get_file_chan(ucma_id, NULL, &chanp, "bind_addr", 1))
994 if (get_file_chan(ucma_id, NULL, &chanp, "resolve_addr", 1)) {
1024 if (get_file_chan(ucma_id, NULL, &chanp, "resolve_route", 1))
1051 if (get_file_chan(ucma_id, NULL, &chanp, "query_route", 1))
1092 if (get_file_chan(ucma_id, NULL, &chanp, "connect", 1))
1147 if (get_file_chan(ucma_id, NULL, &chanp, "listen", 1))
1178 if (get_file_chan(ucma_id, NULL, &chanp, "accept", 1))
1224 if (get_file_chan(ucma_id, NULL, &chanp, "reject", 1))
[all …]