Searched refs:ds_id (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | parseproto.y | 926 dsp->ds_id = NULL; in declspec_Construct() 937 free(dsp->ds_id); in declspec_Destroy() 960 tmp.ds_id = tagp; in declspec_Init() 1053 if ((*err == NULL) && tsp->ds_id) { in declspec_AddDS() 1054 free(dsp->ds_id); in declspec_AddDS() 1055 dsp->ds_id = strdup(tsp->ds_id); in declspec_AddDS() 1057 assert(dsp->ds_id != NULL); in declspec_AddDS() 1078 return (dsp->ds_id); in declspec_GetTag() 1120 strcat(bufp, dsp->ds_id); in declspec_ToString() 1127 strcat(bufp, dsp->ds_id); in declspec_ToString() [all …]
|
H A D | parseproto.h | 221 char *ds_id; /* id for struct|union|enum|typedef */ member
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gelf.h | 91 uint_t ds_id; /* Symbol id number */ member
|
H A D | mdb_gelf.c | 1625 *idp = u.dsp->ds_id; in mdb_gelf_symtab_lookup_by_addr() 1650 *idp = dsp->ds_id; in mdb_gelf_symtab_lookup_by_name() 1751 dsp->ds_id) == -1) in mdb_gelf_symtab_iter() 1801 dsp->ds_id = gst->gst_id++; in mdb_gelf_symtab_insert()
|
/titanic_50/usr/src/cmd/isns/isnsd/ |
H A D | qry.c | 266 uint32_t ds_id = lcp->data[0].ui; in qry_ds2m() local 276 get_dd_matrix(ds_id, &p, &n) : in qry_ds2m() 277 get_dds_matrix(ds_id, &p, &n); in qry_ds2m()
|
/titanic_50/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 266 static mdb_ctf_id_t os_id, ds_id; in objset_name() local 280 &ds_id) == -1) { in objset_name() 296 if (GETMEMBID(os_dsl_dataset, &ds_id, ds_snapname, ds_snapname) || in objset_name() 297 GETMEMBID(os_dsl_dataset, &ds_id, ds_dir, ds_dir)) { in objset_name()
|