Searched refs:ds_type (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.h82 ctf_id_t ds_type; /* CTF id of enclosing type */ member in struct:dt_scope
H A Ddt_decl.c152 dsp->ds_type = CTF_ERR;
637 if (ctf_add_member(dsp->ds_ctfp, dsp->ds_type,
725 dsp->ds_ctfp, dsp->ds_type, dnp->dn_string, &value) != 0) {
745 if (ctf_add_enumerator(dsp->ds_ctfp, dsp->ds_type,
783 dt_node_type_assign(dnp, dsp->ds_ctfp, dsp->ds_type, B_FALSE);
802 idp->di_type = dsp->ds_type;
1062 dsp->ds_type = CTF_ERR;
1094 dsp->ds_type = type;
1123 rsp->ds_type = dsp->ds_type;
[all...]
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_get/
H A Dzfs_get_004_pos.ksh195 ds_type=`$ZFS get -H -o value type $ds`
196 case $ds_type in
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp_get.c327 zfs_type_t ds_type; local
329 (void) get_objset_type(ds, &ds_type);
403 ASSERT(ds_type != ZFS_TYPE_VOLUME);
450 ASSERT(ds_type == ZFS_TYPE_VOLUME);
461 ASSERT(ds_type == ZFS_TYPE_VOLUME);
/freebsd-12-stable/sys/dev/isp/
H A Disp_library.c2637 ISP_IOXPUT_16(isp, src->rsp.m0.u.ct_dslist.ds_type, &dst->rsp.m0.u.ct_dslist.ds_type); ISP_IOXPUT_32(isp, src->rsp.m0.u.ct_dslist.ds_segment,
2696 ISP_IOXPUT_16(isp, src->rsp.m0.u.ct_dslist.ds_type, &dst->rsp.m0.u.ct_dslist.ds_type);
2809 ISP_IOXGET_16(isp, &src->rsp.m0.u.ct_dslist.ds_type, dst->rsp.m0.u.ct_dslist.ds_type);
2870 ISP_IOXGET_16(isp, &src->rsp.m0.u.ct_dslist.ds_type, dst->rsp.m0.u.ct_dslist.ds_type);
H A Dispmbox.h355 uint16_t ds_type; /* 0-> ispds_t, 1-> ispds64_t */ member in struct:__anon13399
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c3418 int ds_type = zhp->zfs_type; local
3421 if (types & ds_type)

Completed in 215 milliseconds