Searched defs:tgtbuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1229 char *tgtbuf = mp->m_tgtbuf; local
1243 tgtmid, tgtbuf + tgtoff / NBBY, tgtname, mp->m_flags));
1265 mdb_ctf_id_t tgtid, char *tgtbuf, const char *tgtname, uint_t flags)
1402 if (signed_int && (tgtbuf[0] & 0x80) != 0)
1404 if (signed_int && (tgtbuf[tgtsz - 1] & 0x80) != 0)
1410 bcopy(tgtbuf, modbuf + modsz - tgtsz, tgtsz);
1412 bcopy(tgtbuf, modbuf, tgtsz);
1415 bcopy(tgtbuf, modbuf, modsz);
1430 bcopy(tgtbuf, modbuf, sizeof (int));
1433 i = *(int *)tgtbuf;
1264 vread_helper(mdb_ctf_id_t modid, char *modbuf, mdb_ctf_id_t tgtid, char *tgtbuf, const char *tgtname, uint_t flags) argument
1603 void *tgtbuf; local
[all...]

Completed in 64 milliseconds