Searched defs:src_path (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_cmn_rename.c337 char *src_path = src_fqi->fq_path.pn_path; local
358 if (smb_is_stream_name(src_path))
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_qp.c906 * src_path - IB OFED path.
915 uverbs_copy_path_info_from_ibv(struct ib_uverbs_qp_dest *src_path, argument
918 ASSERT(src_path != NULL);
922 &src_path->dgid[0], sizeof (src_path->dgid));
924 dest_path->cep_adds_vect.av_flow = src_path->flow_label;
925 dest_path->cep_adds_vect.av_dlid = src_path->dlid;
926 dest_path->cep_adds_vect.av_hop = src_path->hop_limit;
927 dest_path->cep_adds_vect.av_tclass = src_path->traffic_class;
928 dest_path->cep_adds_vect.av_srvl = src_path
1476 uverbs_copy_path_info_from_ibt(ibt_cep_path_t *src_path, struct ib_uverbs_qp_dest *dest_path) argument
[all...]

Completed in 58 milliseconds