HomeSort by: relevance | last modified time | path
    Searched refs:ds_type (Results 1 - 5 of 5) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_decl.h 82 ctf_id_t ds_type; /* CTF id of enclosing type */ member in struct:dt_scope
dt_decl.c 152 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...]
  /src/sys/dev/ic/
isp_library.c 2963 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,
3016 ISP_IOXPUT_16(isp, src->rsp.m0.u.ct_dslist.ds_type, &dst->rsp.m0.u.ct_dslist.ds_type);
3122 ISP_IOXGET_16(isp, &src->rsp.m0.u.ct_dslist.ds_type, dst->rsp.m0.u.ct_dslist.ds_type);
3177 ISP_IOXGET_16(isp, &src->rsp.m0.u.ct_dslist.ds_type, dst->rsp.m0.u.ct_dslist.ds_type);
ispmbox.h 311 uint16_t ds_type; /* 0-> ispds_t, 1-> ispds64_t */ member in struct:__anon2837
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_dataset.c 3107 int ds_type = zhp->zfs_type; local
3110 if (types & ds_type)

Completed in 97 milliseconds