Searched refs:num_paths (Results 1 - 16 of 16) sorted by path

/freebsd-11-stable/bin/ls/tests/
H A Dls_tests.sh212 num_paths=$#
215 max_num_paths_per_column=$(( $(( $num_paths + 1 )) / $num_columns ))
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dcma.c732 if (resp->num_paths) {
734 resp->num_paths);
738 id->route.num_paths = resp->num_paths;
739 for (i = 0; i < resp->num_paths; i++)
763 if (resp.num_paths) {
765 resp.num_paths);
769 id->route.num_paths = resp.num_paths;
770 for (i = 0; i < resp.num_paths;
[all...]
H A Drdma_cma.h115 int num_paths; member in struct:rdma_route
H A Drdma_cma_abi.h180 __u32 num_paths; member in struct:ucma_abi_query_route_resp
197 __u32 num_paths; member in struct:ucma_abi_query_path_resp
H A Drsocket.c3576 int num_paths; local
3630 *((int *) optval) = (rs->cm_id && rs->cm_id->route.num_paths) ?
3684 num_paths = 0;
3686 num_paths < rs->cm_id->route.num_paths) {
3692 num_paths++;
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_port_profile.h93 uint32_t num_paths; member in struct:osm_port_profile
97 * num_paths
163 p_prof->num_paths++;
190 return p_prof->num_paths;
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_dump.c70 uint32_t num_paths; local
82 num_paths = osm_switch_path_count_get(p_sw, i);
83 fprintf(file, "\n %03u : %u", i, num_paths);
H A Dosm_sa_multipath_record.c1500 uint32_t max_paths, num_paths, total_paths = 0; local
1513 num_paths =
1519 total_paths += num_paths;
1522 num_paths, total_paths, max_paths);
/freebsd-11-stable/crypto/openssh/
H A Dssh.c220 tilde_expand_paths(char **paths, u_int num_paths) argument
225 for (i = 0; i < num_paths; i++) {
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_vfy.h93 int num_paths; /* number of paths to files or directories */ member in struct:x509_file_st
/freebsd-11-stable/sys/ofed/include/rdma/
H A Drdma_cm.h91 int num_paths; member in struct:rdma_route
H A Drdma_cm_ib.h51 struct ib_sa_path_rec *path_rec, int num_paths);
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Drdma_user_cm.h165 __u32 num_paths; member in struct:rdma_ucm_query_route_resp
182 __u32 num_paths; member in struct:rdma_ucm_query_path_resp
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1082 size_t num_paths = paths.GetSize(); local
1084 paths_vec.reserve(num_paths);
1085 for (size_t i = 0; i < num_paths; i++)
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c1888 rt->num_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1;
1889 rt->path_rec = kmalloc(sizeof *rt->path_rec * rt->num_paths,
1895 if (rt->num_paths == 2)
2355 route->num_paths = 1;
2472 struct ib_sa_path_rec *path_rec, int num_paths)
2482 id->route.path_rec = kmemdup(path_rec, sizeof *path_rec * num_paths,
2489 id->route.num_paths = num_paths;
2557 route->num_paths = 1;
3493 if (route->num_paths
2471 rdma_set_ib_paths(struct rdma_cm_id *id, struct ib_sa_path_rec *path_rec, int num_paths) argument
[all...]
H A Dib_ucma.c751 resp->num_paths = route->num_paths;
752 switch (route->num_paths) {
778 resp->num_paths = route->num_paths;
779 switch (route->num_paths) {
914 resp->num_paths = ctx->cm_id->route.num_paths;
916 i < resp->num_paths && out_len > sizeof(struct ib_path_rec_data);

Completed in 247 milliseconds