Lines Matching defs:ucma_id

869 	uint32_t		ucma_id;
880 ucma_id = id_inp->id;
881 if (!get_file_chan(ucma_id, &filep, &chanp, "destroy_id", 0)) {
892 "ucma_id %x invalid", ucma_id);
960 uint32_t ucma_id;
967 ucma_id = bind_addrp->id;
968 if (get_file_chan(ucma_id, NULL, &chanp, "bind_addr", 1))
983 uint32_t ucma_id;
991 ucma_id = resolve_addrp->id;
992 if (get_file_chan(ucma_id, NULL, &chanp, "resolve_addr", 1)) {
994 "resolve_addr: ucma_id %x invalid", ucma_id);
1013 uint32_t ucma_id;
1021 ucma_id = resolve_routep->id;
1022 if (get_file_chan(ucma_id, NULL, &chanp, "resolve_route", 1))
1039 uint32_t ucma_id;
1048 ucma_id = query_routep->id;
1049 if (get_file_chan(ucma_id, NULL, &chanp, "query_route", 1))
1078 uint32_t ucma_id;
1089 ucma_id = connectp->id;
1090 if (get_file_chan(ucma_id, NULL, &chanp, "connect", 1))
1136 uint32_t ucma_id;
1144 ucma_id = listenp->id;
1145 if (get_file_chan(ucma_id, NULL, &chanp, "listen", 1))
1165 uint32_t ucma_id;
1175 ucma_id = acpt->id;
1176 if (get_file_chan(ucma_id, NULL, &chanp, "accept", 1))
1214 uint32_t ucma_id;
1221 ucma_id = rjct->id;
1222 if (get_file_chan(ucma_id, NULL, &chanp, "reject", 1))
1239 uint32_t ucma_id;
1250 ucma_id = qp_attr_inp->id;
1251 if (get_file_chan(ucma_id, NULL, &chanp, "init_qp_attr", 1))
1448 uint32_t ucma_id;
1454 ucma_id = notifyp->id;
1455 if (get_file_chan(ucma_id, NULL, &chan, "notify", 1))
1476 uint32_t ucma_id;
1481 ucma_id = join_buf->id;
1482 if (get_file_chan(ucma_id, NULL, &chanp, "join_mcast", 1))
1541 uint32_t ucma_id;
1546 ucma_id = id_inp->id;
1548 ucma_id);
1551 "ID %x", ucma_id);
1585 uint32_t ucma_id;
1592 ucma_id = disconnectp->id;
1593 if (get_file_chan(ucma_id, NULL, &chan, "disconnect", 1))
1852 get_file_chan(uint32_t ucma_id, sol_ucma_file_t **filep,
1863 ucma_id);
1867 "%s, ucma_id %x invalid", caller, ucma_id);
1870 "%s, ucma_id %x invalid", caller, ucma_id);