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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_whatis.c314 const char *wcb_modname; member in struct:whatis_callback
358 if ((ret = strcmp(l->wcb_modname, r->wcb_modname)) != 0)
428 wcp->wcb_modname = mdb.m_lmod->mod_name;
540 cur->wcb_name, cur->wcb_modname, cur->wcb_prio,
592 cur->wcb_modname, cur->wcb_name);
655 mdb_printf("%s`%s\n", cur->wcb_modname, cur->wcb_name);

Completed in 71 milliseconds