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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_module_load.c47 const char *wformat = "no module '%s' could be found\n"; local
83 if (!mdb_module_validate_name(name, &wformat))
141 warn(wformat, name);
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_module_load.c70 const char *wformat = NULL; local
73 if (!mdb_module_validate_name(modname, &wformat))
80 wformat = "module %s is already being loaded\n";
82 wformat = "module %s is being unloaded\n";
93 wformat = "module %s can't be registered for load\n";
115 warn(wformat, modname);

Completed in 68 milliseconds