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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c838 mbr_info_t *mbrp = data; local
840 if (strcmp(name, mbrp->mbr_member) == 0) {
841 if (mbrp->mbr_offp != NULL)
842 *(mbrp->mbr_offp) = off;
843 if (mbrp->mbr_typep != NULL)
844 *(mbrp->mbr_typep) = id;

Completed in 49 milliseconds