Home
last modified time | relevance | path

Searched refs:primary_path (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_dir.c146 read_primary_file(krb5_context context, const char *primary_path, in read_primary_file() argument
156 fp = fopen(primary_path, "r"); in read_primary_file()
170 primary_path); in read_primary_file()
180 write_primary_file(const char *primary_path, const char *contents) in write_primary_file() argument
187 if (asprintf(&newpath, "%s.XXXXXX", primary_path) < 0) in write_primary_file()
206 if (rename(newpath, primary_path) != 0) in write_primary_file()
336 char *primary_path = NULL, *sresidual = NULL, *dirname, *filename; in dcc_resolve() local
357 ret = primary_pathname(residual, &primary_path); in dcc_resolve()
361 ret = read_primary_file(context, primary_path, residual, &sresidual); in dcc_resolve()
364 ret = write_primary_file(primary_path, "tkt"); in dcc_resolve()
[all …]
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_cm.c1230 struct ib_sa_path_rec *pri_path = param->primary_path; in cm_format_req()
1248 req_msg->pkey = param->primary_path->pkey; in cm_format_req()
1249 cm_req_set_path_mtu(req_msg, param->primary_path->mtu); in cm_format_req()
1312 if (!param->primary_path) in cm_validate_req_param()
1324 (param->alternate_path->pkey != param->primary_path->pkey || in cm_validate_req_param()
1325 param->alternate_path->mtu != param->primary_path->mtu)) in cm_validate_req_param()
1360 ret = cm_init_av_by_path(param->primary_path, &cm_id_priv->av, in ib_send_cm_req()
1373 param->primary_path->packet_life_time) * 2 + in ib_send_cm_req()
1380 cm_id_priv->path_mtu = param->primary_path->mtu; in ib_send_cm_req()
1381 cm_id_priv->pkey = param->primary_path->pkey; in ib_send_cm_req()
[all …]
H A Dib_ucm.c223 ib_copy_path_rec_to_user(&ureq->primary_path, kreq->primary_path); in ib_ucm_event_req_get()
742 param.primary_path = NULL; in ib_ucm_send_req()
752 result = ib_ucm_path_get(&param.primary_path, cmd.primary_path); in ib_ucm_send_req()
785 kfree(param.primary_path); in ib_ucm_send_req()
H A Dib_cma.c1334 ib_event->param.req_rcvd.primary_path); in cma_save_net_info()
1355 memcpy(&req->local_gid, &req_param->primary_path->sgid, in cma_save_req_info()
1358 req->service_id = req_param->primary_path->service_id; in cma_save_req_info()
1359 req->pkey = be16_to_cpu(req_param->primary_path->pkey); in cma_save_req_info()
2062 ib_event->param.req_rcvd.primary_path->service_id; in cma_new_conn_id()
2085 rt->path_rec[0] = *ib_event->param.req_rcvd.primary_path; in cma_new_conn_id()
3755 req.primary_path = &route->path_rec[0]; in cma_connect_ib()
/freebsd/contrib/ofed/libibcm/
H A Dcm.c392 if (!param || !param->primary_path) in ib_cm_send_req()
412 ibv_copy_path_rec_to_kern(&p_path, param->primary_path); in ib_cm_send_req()
413 cmd->primary_path = (uintptr_t) &p_path; in ib_cm_send_req()
768 ibv_copy_path_rec_from_kern(ureq->primary_path, &kreq->primary_path); in cm_event_req_get()
900 evt->param.req_rcvd.primary_path = path_a; in ib_cm_get_event()
991 free(event->param.req_rcvd.primary_path); in ib_cm_ack_event()
H A Dcm.h106 struct ibv_sa_path_rec *primary_path; member
353 struct ibv_sa_path_rec *primary_path; member
/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_cm.h144 __u64 primary_path; member
239 struct ib_user_path_rec primary_path; member
/freebsd/sys/ofed/include/rdma/
H A Dib_cm.h123 struct ib_sa_path_rec *primary_path; member
383 struct ib_sa_path_rec *primary_path; member
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c955 req.primary_path = pathrec; in ipoib_cm_send_req()