Searched refs:alternate_path (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dmsdfs.h48 pstring alternate_path; /* contains the path referred */ member in struct:referral
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dmsdfs.c289 pstrcpy(reflist[i].alternate_path, "\\");
290 pstrcat(reflist[i].alternate_path, p);
294 DEBUG(10, ("parse_msdfs_symlink: Created alt path: %s\n", reflist[i].alternate_path));
567 pstrcpy(ref->alternate_path,dfs_path);
657 pstrcpy(ref->alternate_path, lp_msdfs_proxy(snum));
659 pstrcat(ref->alternate_path, dp.reqpath);
741 DEBUG(10,("referral %u : %s\n",i,junction->referral_list[i].alternate_path));
742 reply_size += (strlen(junction->referral_list[i].alternate_path)+1)*2;
789 unilen = rpcstr_push(pdata+uni_curroffset, ref->alternate_path,
831 DEBUG(10,("referral %u : %s\n",i,junction->referral_list[i].alternate_path));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rdma/
H A Dib_cm.h115 struct ib_sa_path_rec *alternate_path; member in struct:ib_cm_req_event_param
194 struct ib_sa_path_rec *alternate_path; member in struct:ib_cm_lap_event_param
350 struct ib_sa_path_rec *alternate_path; member in struct:ib_cm_req_param
500 * @alternate_path: A path record that identifies the alternate path to
507 struct ib_sa_path_rec *alternate_path,
H A Dib_user_cm.h138 __u64 alternate_path; member in struct:ib_ucm_req
233 struct ib_user_path_rec alternate_path; member in struct:ib_ucm_req_event_resp
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Ducm.c233 if (kreq->alternate_path)
234 ib_copy_path_rec_to_user(&ureq->alternate_path,
235 kreq->alternate_path);
273 uvt->resp.present |= (evt->param.req_rcvd.alternate_path ?
306 evt->param.lap_rcvd.alternate_path);
754 param.alternate_path = NULL;
767 result = ib_ucm_path_get(&param.alternate_path, cmd.alternate_path);
797 kfree(param.alternate_path);
H A Dcm.c1002 struct ib_sa_path_rec *alt_path = param->alternate_path;
1089 if (param->alternate_path &&
1090 (param->alternate_path->pkey != param->primary_path->pkey ||
1091 param->alternate_path->mtu != param->primary_path->mtu))
1129 if (param->alternate_path) {
1130 ret = cm_init_av_by_path(param->alternate_path,
1283 param->alternate_path = &work->path[1];
1285 param->alternate_path = NULL;
2537 struct ib_sa_path_rec *alternate_path,
2548 lap_msg->alt_local_lid = alternate_path
2535 cm_format_lap(struct cm_lap_msg *lap_msg, struct cm_id_private *cm_id_priv, struct ib_sa_path_rec *alternate_path, const void *private_data, u8 private_data_len) argument
2566 ib_send_cm_lap(struct ib_cm_id *cm_id, struct ib_sa_path_rec *alternate_path, const void *private_data, u8 private_data_len) argument
[all...]
H A Dcma.c1015 rt->num_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1;
1023 rt->path_rec[1] = *ib_event->param.req_rcvd.alternate_path;
2338 req.alternate_path = &route->path_rec[1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_dfs_nt.c95 pstrcpy(jn.referral_list[jn.referral_count-1].alternate_path, altpath);
161 pstrcpy(refpath,jn.referral_list[i].alternate_path);
165 *(jn.referral_list[i].alternate_path)='\0';
255 pstrcpy(path, ref->alternate_path);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1035 req.alternate_path = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/ulp/srp/
H A Dib_srp.c357 req->param.alternate_path = NULL;

Completed in 166 milliseconds