Searched refs:ds_id (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y926 dsp->ds_id = NULL;
937 free(dsp->ds_id);
960 tmp.ds_id = tagp;
1053 if ((*err == NULL) && tsp->ds_id) {
1054 free(dsp->ds_id);
1055 dsp->ds_id = strdup(tsp->ds_id);
1057 assert(dsp->ds_id != NULL);
1078 return (dsp->ds_id);
1120 strcat(bufp, dsp->ds_id);
[all...]
H A Dparseproto.h221 char *ds_id; /* id for struct|union|enum|typedef */ member in struct:__anon13
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.h91 uint_t ds_id; /* Symbol id number */ member in struct:mdb_gelf_dsym
H A Dmdb_gelf.c1625 *idp = u.dsp->ds_id;
1650 *idp = dsp->ds_id;
1751 dsp->ds_id) == -1)
1801 dsp->ds_id = gst->gst_id++;
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dqry.c266 uint32_t ds_id = lcp->data[0].ui; local
276 get_dd_matrix(ds_id, &p, &n) :
277 get_dds_matrix(ds_id, &p, &n);
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c270 static mdb_ctf_id_t os_id, ds_id; local
284 &ds_id) == -1) {
300 if (GETMEMBID(os_dsl_dataset, &ds_id, ds_snapname, ds_snapname) ||
301 GETMEMBID(os_dsl_dataset, &ds_id, ds_dir, ds_dir)) {

Completed in 81 milliseconds