Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1306 size_t modsz, tgtsz; in vread_helper() local
1349 if ((modsz = mdb_ctf_type_size(modid)) == -1UL) { in vread_helper()
1363 ASSERT(modsz == tgtsz); in vread_helper()
1414 if (modsz < tgtsz) { in vread_helper()
1419 } else if (modsz > tgtsz) { in vread_helper()
1445 (void) memset(modbuf, 0xFF, modsz); in vread_helper()
1447 bzero(modbuf, modsz); in vread_helper()
1449 bcopy(tgtbuf, modbuf + modsz - tgtsz, tgtsz); in vread_helper()
1454 bcopy(tgtbuf, modbuf, modsz); in vread_helper()
1460 if (modsz != tgtsz || modsz != sizeof (int)) { in vread_helper()
[all …]