Home
last modified time | relevance | path

Searched refs:dm_len (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_demangle.c66 dmp->dm_len = 0; 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()
235 if (reslen > dmp->dm_len) { in mdb_dem_process()
236 mdb_free(dmp->dm_buf, dmp->dm_len); in mdb_dem_process()
240 dmp->dm_len = 0; in mdb_dem_process()
244 dmp->dm_len = reslen; in mdb_dem_process()
253 (void) strlcat(dmp->dm_buf, res, dmp->dm_len); in mdb_dem_process()
H A Dmdb_demangle.h46 size_t dm_len; /* size of dm_buf in bytes */ member
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c4576 size_t dm_len; member
4615 dmapp->dm_len = len; in smbfs_delmap()
4682 (void) smbfs_putpage(vp, dmapp->dm_off, dmapp->dm_len, 0, in smbfs_delmap_async()
4687 (void) smbfs_putpage(vp, dmapp->dm_off, dmapp->dm_len, in smbfs_delmap_async()