Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1211 char *modbuf = mp->m_modbuf; in member_cb() local
1226 return (vread_helper(modmid, modbuf + modoff / NBBY, in member_cb()
1248 vread_helper(mdb_ctf_id_t modid, char *modbuf, in vread_helper() argument
1390 (void) memset(modbuf, 0xFF, modsz); in vread_helper()
1392 bzero(modbuf, modsz); in vread_helper()
1394 bcopy(tgtbuf, modbuf + modsz - tgtsz, tgtsz); in vread_helper()
1396 bcopy(tgtbuf, modbuf, tgtsz); in vread_helper()
1399 bcopy(tgtbuf, modbuf, modsz); in vread_helper()
1414 bcopy(tgtbuf, modbuf, sizeof (int)); in vread_helper()
1420 ev.ev_modbuf = (int *)modbuf; in vread_helper()
[all …]