Home
last modified time | relevance | path

Searched refs:src_path (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dditto.sh270 if [[ $src_path == $dst_path ]]
290 cp[ncp++]=$src_path
291 if [[ $src_path != $src_skip ]]
299 if [[ $src_path != . ]]
301 cp[ncp++]=$src_path
302 if [[ $src_path != $src_skip ]]
338 elif [[ ! $dst_path || $src_path && $src_path < $dst_path ]]
340 if [[ $src_path != . ]]
342 cp[ncp++]=$src_path
343 if [[ $src_path != $src_skip ]]
[all …]
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_qp.c918 ASSERT(src_path != NULL); in uverbs_copy_path_info_from_ibv()
922 &src_path->dgid[0], sizeof (src_path->dgid)); in uverbs_copy_path_info_from_ibv()
924 dest_path->cep_adds_vect.av_flow = src_path->flow_label; in uverbs_copy_path_info_from_ibv()
925 dest_path->cep_adds_vect.av_dlid = src_path->dlid; in uverbs_copy_path_info_from_ibv()
926 dest_path->cep_adds_vect.av_hop = src_path->hop_limit; in uverbs_copy_path_info_from_ibv()
928 dest_path->cep_adds_vect.av_srvl = src_path->sl & 0x0f; in uverbs_copy_path_info_from_ibv()
1476 uverbs_copy_path_info_from_ibt(ibt_cep_path_t *src_path, in uverbs_copy_path_info_from_ibt() argument
1479 ASSERT(src_path != NULL); in uverbs_copy_path_info_from_ibt()
1486 dest_path->dlid = src_path->cep_adds_vect.av_dlid; in uverbs_copy_path_info_from_ibt()
1487 dest_path->hop_limit = src_path->cep_adds_vect.av_hop; in uverbs_copy_path_info_from_ibt()
[all …]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_cmn_rename.c351 char *src_path = src_fqi->fq_path.pn_path; in smb_rename_check_stream() local
372 if (smb_is_stream_name(src_path)) in smb_rename_check_stream()