/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_port_profile.h | 93 uint32_t num_paths; member 163 p_prof->num_paths++; in osm_port_prof_path_count_inc() 190 return p_prof->num_paths; in osm_port_prof_path_count_get()
|
/freebsd/sys/ofed/include/uapi/rdma/ |
H A D | rdma_user_cm.h | 163 __u32 num_paths; member 180 __u32 num_paths; member
|
/freebsd/sys/ofed/include/rdma/ |
H A D | rdma_cm_ib.h | 51 struct ib_sa_path_rec *path_rec, int num_paths);
|
H A D | rdma_cm.h | 91 int num_paths; member
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | rdma_cma_abi.h | 180 __u32 num_paths; member 197 __u32 num_paths; member
|
H A D | cma.c | 733 if (resp->num_paths) { in ucma_query_path() 735 resp->num_paths); in ucma_query_path() 739 id->route.num_paths = resp->num_paths; in ucma_query_path() 740 for (i = 0; i < resp->num_paths; i++) in ucma_query_path() 764 if (resp.num_paths) { in ucma_query_route() 766 resp.num_paths); in ucma_query_route() 770 id->route.num_paths = resp.num_paths; in ucma_query_route() 771 for (i = 0; i < resp.num_paths; i++) in ucma_query_route()
|
H A D | rdma_cma.h | 115 int num_paths; member
|
H A D | rsocket.c | 3576 int num_paths; in rgetsockopt() local 3630 *((int *) optval) = (rs->cm_id && rs->cm_id->route.num_paths) ? in rgetsockopt() 3684 num_paths = 0; in rgetsockopt() 3686 num_paths < rs->cm_id->route.num_paths) { in rgetsockopt() 3692 num_paths++; in rgetsockopt()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_ucma.c | 752 resp->num_paths = route->num_paths; in ucma_copy_ib_route() 753 switch (route->num_paths) { in ucma_copy_ib_route() 779 resp->num_paths = route->num_paths; in ucma_copy_iboe_route() 780 switch (route->num_paths) { in ucma_copy_iboe_route() 915 resp->num_paths = ctx->cm_id->route.num_paths; in ucma_query_path() 917 i < resp->num_paths && out_len > sizeof(struct ib_path_rec_data); in ucma_query_path()
|
H A D | ib_cma.c | 2079 rt->num_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1; in cma_new_conn_id() 2080 rt->path_rec = kmalloc(sizeof *rt->path_rec * rt->num_paths, in cma_new_conn_id() 2086 if (rt->num_paths == 2) in cma_new_conn_id() 2574 route->num_paths = 1; in cma_query_handler() 2691 struct ib_sa_path_rec *path_rec, int num_paths) in rdma_set_ib_paths() argument 2701 id->route.path_rec = kmemdup(path_rec, sizeof *path_rec * num_paths, in rdma_set_ib_paths() 2708 id->route.num_paths = num_paths; in rdma_set_ib_paths() 2776 route->num_paths = 1; in cma_resolve_iboe_route() 3756 if (route->num_paths == 2) in cma_connect_ib()
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_dump.c | 70 uint32_t num_paths; in dump_ucast_path_distribution() local 82 num_paths = osm_switch_path_count_get(p_sw, i); in dump_ucast_path_distribution() 83 fprintf(file, "\n %03u : %u", i, num_paths); in dump_ucast_path_distribution()
|
H A D | osm_sa_multipath_record.c | 1500 uint32_t max_paths, num_paths, total_paths = 0; in mpr_rcv_process_pairs() local 1513 num_paths = in mpr_rcv_process_pairs() 1519 total_paths += num_paths; in mpr_rcv_process_pairs() 1522 num_paths, total_paths, max_paths); in mpr_rcv_process_pairs()
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_storevar.h | 280 size_t num_paths; /**< path count */ member
|
H A D | bhnd_nvram_store_subr.c | 854 if (sc->num_paths == SIZE_MAX) in bhnd_nvstore_register_path() 868 sc->num_paths++; in bhnd_nvstore_register_path()
|
H A D | bhnd_nvram_store.c | 123 sc->num_paths = 0; in bhnd_nvram_store_new() 310 if (sc->num_paths == 1) { in bhnd_nvstore_parse_data()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBProcess.cpp | 1099 size_t num_paths = paths.GetSize(); in LoadImageUsingPaths() local 1101 paths_vec.reserve(num_paths); in LoadImageUsingPaths() 1102 for (size_t i = 0; i < num_paths; i++) in LoadImageUsingPaths()
|
/freebsd/crypto/openssh/ |
H A D | ssh.c | 201 tilde_expand_paths(char **paths, u_int num_paths) in tilde_expand_paths() argument 206 for (i = 0; i < num_paths; i++) { in tilde_expand_paths()
|