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

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c4733 struct modctl *hmodp = NULL; local
4756 retval = modrload(subdir, mod, &hmodp);
4767 hmodp ? hmodp->mod_filename : "<unknown>",
4768 (void *)hmodp, retval);
4770 return ((ddi_modhandle_t)hmodp);
4777 struct modctl *hmodp = (struct modctl *)h; local
4781 ASSERT(hmodp && name && hmodp->mod_installed && (hmodp
4808 struct modctl *hmodp = (struct modctl *)h; local
[all...]

Completed in 53 milliseconds