Home
last modified time | relevance | path

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

/titanic_53/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h174 #define MODLOAD_MID "devfsadm:modload" macro
H A Ddevfsadm.c2119 vprint(MODLOAD_MID, "unloading module %s\n", module_head->name); in unload_modules()
2163 vprint(MODLOAD_MID, "%sopendir(%s): %s\n", in load_modules()
2220 vprint(MODLOAD_MID, "dlsym(%s, %s): symbol not found\n", epath, in load_module()
2223 vprint(MODLOAD_MID, "%sdlsym(%s, %s) succeeded\n", in load_module()
2230 vprint(MODLOAD_MID, "dlsym(%s,\n\t%s): symbol not found\n", in load_module()
2233 vprint(MODLOAD_MID, "dlsym(%s, %s): succeeded\n", in load_module()
2237 vprint(MODLOAD_MID, "module %s loaded\n", epath); in load_module()