Searched refs:dst_type (Results 1 - 3 of 3) sorted by relevance

/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/common/ctf/
H A Dctf_create.c1253 ctf_id_t dst_type = CTF_ERR; local
1307 dst_type = (ctf_id_t)hep->h_type;
1308 dst_kind = ctf_type_kind(dst_fp, dst_type);
1312 * If an identically named dst_type exists, fail with ECTF_CONFLICT
1313 * unless dst_type is a forward declaration and src_type is a struct,
1316 if (dst_type != CTF_ERR && dst_kind != kind && (
1329 if (dst_type == CTF_ERR && name[0] != '\0') {
1345 dst.ctb_type = dst_type;
1349 * Now perform kind-specific processing. If dst_type is CTF_ERR, then
1351 * If dst_type i
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_xlator.c265 ctf_id_t dst_type = dst->dn_type; local
266 ctf_id_t dst_base = ctf_type_resolve(dst_ctfp, dst_type);
283 dst_type = ctf_type_reference(dst_ctfp, dst_type);
284 dst_base = ctf_type_resolve(dst_ctfp, dst_type);
348 dst_dtt.dtt_type = dst_type;

Completed in 67 milliseconds