Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h174 #define MODLOAD_MID "devfsadm:modload" macro
H A Ddevfsadm.c2130 vprint(MODLOAD_MID, "unloading module %s\n", module_head->name); in unload_modules()
2174 vprint(MODLOAD_MID, "%sopendir(%s): %s\n", in load_modules()
2231 vprint(MODLOAD_MID, "dlsym(%s, %s): symbol not found\n", epath, in load_module()
2234 vprint(MODLOAD_MID, "%sdlsym(%s, %s) succeeded\n", in load_module()
2241 vprint(MODLOAD_MID, "dlsym(%s,\n\t%s): symbol not found\n", in load_module()
2244 vprint(MODLOAD_MID, "dlsym(%s, %s): succeeded\n", in load_module()
2248 vprint(MODLOAD_MID, "module %s loaded\n", epath); in load_module()