Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1251 size_t modsz, tgtsz; in vread_helper() local
1294 if ((modsz = mdb_ctf_type_size(modid)) == -1UL) { in vread_helper()
1308 ASSERT(modsz == tgtsz); in vread_helper()
1359 if (modsz < tgtsz) { in vread_helper()
1364 } else if (modsz > tgtsz) { in vread_helper()
1390 (void) memset(modbuf, 0xFF, modsz); in vread_helper()
1392 bzero(modbuf, modsz); in vread_helper()
1394 bcopy(tgtbuf, modbuf + modsz - tgtsz, tgtsz); in vread_helper()
1399 bcopy(tgtbuf, modbuf, modsz); in vread_helper()
1405 if (modsz != tgtsz || modsz != sizeof (int)) { in vread_helper()
[all …]