Searched defs:modsz (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1267 size_t modsz, tgtsz; local
1310 if ((modsz = mdb_ctf_type_size(modid)) == -1UL) {
1324 ASSERT(modsz == tgtsz);
1375 if (modsz < tgtsz) {
1380 } else if (modsz > tgtsz) {
1406 (void) memset(modbuf, 0xFF, modsz);
1408 bzero(modbuf, modsz);
1410 bcopy(tgtbuf, modbuf + modsz - tgtsz, tgtsz);
1415 bcopy(tgtbuf, modbuf, modsz);
1421 if (modsz !
[all...]

Completed in 49 milliseconds