Searched refs:wmesg (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | swapgeneric.c | 317 static char *wmesg = "forceload of %s failed"; in preload_module() local 323 cmn_err(CE_WARN, wmesg, name); in preload_module()
|
H A D | modsysfile.c | 1093 static char wmesg[] = "forceload of %s failed"; in mod_sysctl() local 1109 cmn_err(CE_WARN, wmesg, name); in mod_sysctl()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | cntrl.c | 59 extern int wmesg(), rmesg(), expfile(), putinpub(), stptcl(); 189 #define WMESG(m, s) if(wmesg(m, s) != 0) {(*Turnoff)(); return(FAIL);} 1370 wmesg(m, s) in wmesg() function
|