| /freebsd-13.1/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-13.1/sys/ofed/include/rdma/ |
| H A D | rdma_cm_ib.h | 53 struct ib_sa_path_rec *path_rec, int num_paths);
|
| H A D | rdma_cm.h | 93 int num_paths; member
|
| /freebsd-13.1/sys/ofed/include/uapi/rdma/ |
| H A D | rdma_user_cm.h | 165 __u32 num_paths; member 182 __u32 num_paths; member
|
| /freebsd-13.1/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 | 732 if (resp->num_paths) { in ucma_query_path() 734 resp->num_paths); in ucma_query_path() 738 id->route.num_paths = resp->num_paths; in ucma_query_path() 739 for (i = 0; i < resp->num_paths; i++) in ucma_query_path() 763 if (resp.num_paths) { in ucma_query_route() 765 resp.num_paths); in ucma_query_route() 769 id->route.num_paths = resp.num_paths; in ucma_query_route() 770 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-13.1/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_ucma.c | 751 resp->num_paths = route->num_paths; in ucma_copy_ib_route() 752 switch (route->num_paths) { in ucma_copy_ib_route() 778 resp->num_paths = route->num_paths; in ucma_copy_iboe_route() 779 switch (route->num_paths) { in ucma_copy_iboe_route() 914 resp->num_paths = ctx->cm_id->route.num_paths; in ucma_query_path() 916 i < resp->num_paths && out_len > sizeof(struct ib_path_rec_data); in ucma_query_path()
|
| H A D | ib_cma.c | 2046 rt->num_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1; in cma_new_conn_id() 2047 rt->path_rec = kmalloc(sizeof *rt->path_rec * rt->num_paths, in cma_new_conn_id() 2053 if (rt->num_paths == 2) in cma_new_conn_id() 2541 route->num_paths = 1; in cma_query_handler() 2658 struct ib_sa_path_rec *path_rec, int num_paths) in rdma_set_ib_paths() argument 2668 id->route.path_rec = kmemdup(path_rec, sizeof *path_rec * num_paths, in rdma_set_ib_paths() 2675 id->route.num_paths = num_paths; in rdma_set_ib_paths() 2743 route->num_paths = 1; in cma_resolve_iboe_route() 3719 if (route->num_paths == 2) in cma_connect_ib()
|
| /freebsd-13.1/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-13.1/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_storevar.h | 281 size_t num_paths; /**< path count */ member
|
| H A D | bhnd_nvram_store_subr.c | 858 if (sc->num_paths == SIZE_MAX) in bhnd_nvstore_register_path() 872 sc->num_paths++; in bhnd_nvstore_register_path()
|
| H A D | bhnd_nvram_store.c | 126 sc->num_paths = 0; in bhnd_nvram_store_new() 313 if (sc->num_paths == 1) { in bhnd_nvstore_parse_data()
|
| /freebsd-13.1/bin/ls/tests/ |
| H A D | ls_tests.sh | 220 num_paths=$# 223 max_num_paths_per_column=$(( $(( $num_paths + 1 )) / $num_columns ))
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcess.cpp | 1086 size_t num_paths = paths.GetSize(); in LoadImageUsingPaths() local 1088 paths_vec.reserve(num_paths); in LoadImageUsingPaths() 1089 for (size_t i = 0; i < num_paths; i++) in LoadImageUsingPaths()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | ssh.c | 200 tilde_expand_paths(char **paths, u_int num_paths) in tilde_expand_paths() argument 205 for (i = 0; i < num_paths; i++) { in tilde_expand_paths()
|