Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1229 char *modbuf = mp->m_modbuf; in member_cb() local
1245 return (vread_helper(modmid, modbuf + modoff / NBBY, in member_cb()
1267 vread_helper(mdb_ctf_id_t modid, char *modbuf, in vread_helper() argument
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()
1415 bcopy(tgtbuf, modbuf, tgtsz); in vread_helper()
1418 bcopy(tgtbuf, modbuf, modsz); in vread_helper()
1433 bcopy(tgtbuf, modbuf, sizeof (int)); in vread_helper()
1439 ev.ev_modbuf = (int *)modbuf; in vread_helper()
[all …]