Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1270 size_t modsz, tgtsz; in vread_helper() local
1318 if ((tgtsz = mdb_ctf_type_size(tgtid)) == -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()
1407 if (signed_int && (tgtbuf[tgtsz - 1] & 0x80) != 0) in vread_helper()
1413 bcopy(tgtbuf, modbuf + modsz - tgtsz, tgtsz); in vread_helper()
1415 bcopy(tgtbuf, modbuf, tgtsz); in vread_helper()
1424 if (modsz != tgtsz || modsz != sizeof (int)) { in vread_helper()
1546 if ((tgtsz = mdb_ctf_type_size(tar.mta_contents)) == -1UL) { in vread_helper()
[all …]