Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1209 char *modbuf = mp->m_modbuf; in member_cb() local
1224 return (vread_helper(modmid, modbuf + modoff / NBBY, in member_cb()
1246 vread_helper(mdb_ctf_id_t modid, char *modbuf, in vread_helper() argument
1388 (void) memset(modbuf, 0xFF, modsz); in vread_helper()
1390 bzero(modbuf, modsz); in vread_helper()
1392 bcopy(tgtbuf, modbuf + modsz - tgtsz, tgtsz); in vread_helper()
1394 bcopy(tgtbuf, modbuf, tgtsz); in vread_helper()
1397 bcopy(tgtbuf, modbuf, modsz); in vread_helper()
1412 bcopy(tgtbuf, modbuf, sizeof (int)); in vread_helper()
1418 ev.ev_modbuf = (int *)modbuf; in vread_helper()
[all …]