Home
last modified time | relevance | path

Searched refs:wmesg (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dswapgeneric.c317 static char *wmesg = "forceload of %s failed"; in preload_module() local
323 cmn_err(CE_WARN, wmesg, name); in preload_module()
H A Dmodsysfile.c1093 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 Dcntrl.c59 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