Home
last modified time | relevance | path

Searched refs:dst_type (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dditto.sh124 typeset dst_user dst_host dst_path dst_type dst_uid dst_gid dst_perm dst_sum
268 … %s %s %s %s %3s %s\n' $dst_size $dst_mtime $dst_sum $dst_uid $dst_gid $dst_type $dst_perm "$dst_p…
272 if [[ $src_type != $dst_type ]]
277 if [[ $dst_type == d ]]
363 if [[ $dst_type == d ]]
/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c1698 ctf_id_t dst_type = CTF_ERR; in ctf_add_type() local
1751 dst_type = (ctf_id_t)hep->h_type; in ctf_add_type()
1789 dst.ctb_type = dst_type; in ctf_add_type()
1804 if (dst_type != CTF_ERR) { in ctf_add_type()
1844 if (dst_type != CTF_ERR) { in ctf_add_type()
1896 if (dst_type == CTF_ERR) in ctf_add_type()
1899 dst.ctb_type = dst_type; in ctf_add_type()
1954 if (dst_type == CTF_ERR) { in ctf_add_type()
1955 dst_type = ctf_add_forward(dst_fp, in ctf_add_type()
1976 if (dst_type == CTF_ERR) { in ctf_add_type()
[all …]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_xlator.c265 ctf_id_t dst_type = dst->dn_type; in dt_xlator_lookup() local
266 ctf_id_t dst_base = ctf_type_resolve(dst_ctfp, dst_type); in dt_xlator_lookup()
283 dst_type = ctf_type_reference(dst_ctfp, dst_type); in dt_xlator_lookup()
284 dst_base = ctf_type_resolve(dst_ctfp, dst_type); in dt_xlator_lookup()
348 dst_dtt.dtt_type = dst_type; in dt_xlator_lookup()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dro_props_001_pos.ksh88 dst_type=$(get_prop type ${dataset[i]})
89 if [[ $dst_type == 'snapshot' ]]; then
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.c807 u8 dst_type, in ecore_dmae_execute_sub_operation() argument
832 switch (dst_type) { in ecore_dmae_execute_sub_operation()
879 if (dst_type == ECORE_DMAE_ADDRESS_HOST_VIRT) 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()
915 (dst_type == ECORE_DMAE_ADDRESS_GRC), in ecore_dmae_execute_command()
939 if (dst_type == ECORE_DMAE_ADDRESS_GRC) in ecore_dmae_execute_command()
955 dst_type, in ecore_dmae_execute_command()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsparse-llvm.c634 LLVMTypeRef dst_type = insn_symbol_type(insn); in output_op_compare() local
667 target = LLVMBuildZExt(fn->builder, target, dst_type, target_name); in output_op_compare()