Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1249 size_t modsz, tgtsz; in vread_helper() local
1297 if ((tgtsz = mdb_ctf_type_size(tgtid)) == -1UL) { in vread_helper()
1306 ASSERT(modsz == tgtsz); in vread_helper()
1357 if (modsz < tgtsz) { in vread_helper()
1362 } else if (modsz > tgtsz) { in vread_helper()
1386 if (signed_int && (tgtbuf[tgtsz - 1] & 0x80) != 0) in vread_helper()
1392 bcopy(tgtbuf, modbuf + modsz - tgtsz, tgtsz); in vread_helper()
1394 bcopy(tgtbuf, modbuf, tgtsz); in vread_helper()
1403 if (modsz != tgtsz || modsz != sizeof (int)) { in vread_helper()
1470 ASSERT(modsz == tgtsz); in vread_helper()
[all …]