Lines Matching refs:modsz
1270 size_t modsz, tgtsz; in vread_helper() local
1313 if ((modsz = mdb_ctf_type_size(modid)) == -1UL) { in vread_helper()
1327 ASSERT(modsz == tgtsz); in vread_helper()
1378 if (modsz < tgtsz) { in vread_helper()
1383 } else if (modsz > tgtsz) { in vread_helper()
1409 (void) memset(modbuf, 0xFF, modsz); in vread_helper()
1411 bzero(modbuf, modsz); in vread_helper()
1413 bcopy(tgtbuf, modbuf + modsz - tgtsz, tgtsz); in vread_helper()
1418 bcopy(tgtbuf, modbuf, modsz); in vread_helper()
1424 if (modsz != tgtsz || modsz != sizeof (int)) { in vread_helper()
1541 if ((modsz = mdb_ctf_type_size(mar.mta_contents)) == -1UL) { in vread_helper()
1554 ret = vread_helper(mar.mta_contents, modbuf + i * modsz, in vread_helper()