Searched refs:dm_buf (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_demangle.c | 67 dmp->dm_buf = NULL; in mdb_dem_load() 77 mdb_free(dmp->dm_buf, dmp->dm_len); in mdb_dem_unload() 167 resid = (dmp->dm_buf + dmp->dm_len) - (dmp->dm_dem + len); in mdb_dem_filter() 186 return (dmp->dm_buf); in mdb_dem_filter() 236 mdb_free(dmp->dm_buf, dmp->dm_len); in mdb_dem_process() 238 dmp->dm_buf = mdb_zalloc(reslen, UM_SLEEP); in mdb_dem_process() 239 if (dmp->dm_buf == NULL) { in mdb_dem_process() 248 (void) strlcpy(dmp->dm_buf, name, prefixlen + 1); in mdb_dem_process() 250 *dmp->dm_buf = '\0'; in mdb_dem_process() 253 (void) strlcat(dmp->dm_buf, res, dmp->dm_len); in mdb_dem_process() [all …]
|
H A D | mdb_demangle.h | 45 char *dm_buf; /* demangling buffer */ member
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | pkgtrans.c | 109 static int cat_and_count(struct dm_buf *, char *); 113 static int wdsheader(struct dm_buf *, char *device, char **pkg); 114 static struct dm_buf *genheader(char *, char **); 144 static struct dm_buf hdrbuf; 239 struct dm_buf *hdr; in _pkgtrans() 594 cat_and_count(struct dm_buf *buf_ctrl, char *append) in cat_and_count() 627 static struct dm_buf * 782 wdsheader(struct dm_buf *hdr, char *device, char **pkg) in wdsheader()
|
H A D | pkglib.h | 304 struct dm_buf { struct
|