Home
last modified time | relevance | path

Searched refs:src_type (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dditto.sh123 typeset src_user src_host src_path src_type src_uid src_gid src_perm src_sum
267 … %s %s %s %s %3s %s\n' $src_size $src_mtime $src_sum $src_uid $src_gid $src_type $src_perm "$src_p…
272 if [[ $src_type != $dst_type ]]
287 if [[ $src_type == l ]]
297 …elif [[ $src_type != d ]] && { (( update && src_mtime > dst_mtime )) || (( ! update )) && { (( src…
345 if [[ $src_type == d ]]
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.c806 u8 src_type, in ecore_dmae_execute_sub_operation() argument
814 switch (src_type) { in ecore_dmae_execute_sub_operation()
849 if (src_type == ECORE_DMAE_ADDRESS_HOST_VIRT || in ecore_dmae_execute_sub_operation()
850 src_type == ECORE_DMAE_ADDRESS_HOST_PHYS) in ecore_dmae_execute_sub_operation()
863 if (src_type == ECORE_DMAE_ADDRESS_HOST_VIRT || in ecore_dmae_execute_sub_operation()
864 src_type == ECORE_DMAE_ADDRESS_HOST_PHYS) in ecore_dmae_execute_sub_operation()
890 u8 src_type, u8 dst_type, in ecore_dmae_execute_command() argument
905 src_addr, src_type, dst_addr, dst_type, in ecore_dmae_execute_command()
914 (src_type == ECORE_DMAE_ADDRESS_GRC), in ecore_dmae_execute_command()
933 if (src_type == ECORE_DMAE_ADDRESS_GRC) in ecore_dmae_execute_command()
[all …]
/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c1716 return (src_type); in ctf_add_type()
1785 src.ctb_type = src_type; in ctf_add_type()
1821 src_type = ctf_type_reference(src_fp, src_type); in ctf_add_type()
1822 src_type = ctf_add_type(dst_fp, src_fp, src_type); in ctf_add_type()
1824 if (src_type == CTF_ERR) in ctf_add_type()
1880 if (ctf_type_size(src_fp, src_type) != in ctf_add_type()
1906 ctf_type_size(src_fp, src_type)); in ctf_add_type()
1961 src_type = ctf_type_reference(src_fp, src_type); in ctf_add_type()
1962 src_type = ctf_add_type(dst_fp, src_fp, src_type); in ctf_add_type()
1964 if (src_type == CTF_ERR) in ctf_add_type()
[all …]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_xlator.c261 ctf_id_t src_type = src->dn_type; in dt_xlator_lookup() local
262 ctf_id_t src_base = ctf_type_resolve(src_ctfp, src_type); in dt_xlator_lookup()
303 src_ctfp, src_type) && in dt_xlator_lookup()
315 src_ctfp, src_type) && in dt_xlator_lookup()
344 src_dtt.dtt_type = src_type; in dt_xlator_lookup()
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dqry.c795 isns_type_t src_type, in qry_and_match() argument
828 t = src_type; in qry_and_match()
830 vex = qry_puzzle[src_type][type]; in qry_and_match()
966 isns_type_t src_type, in get_qry_ops() argument
979 uid, src_type, NULL); in get_qry_ops()