Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dswapgeneric.c273 static char *wmesg = "forceload of %s failed"; in preload_module() local
279 cmn_err(CE_WARN, wmesg, name); in preload_module()
H A Dmodsysfile.c1094 static char wmesg[] = "forceload of %s failed"; in mod_sysctl() local
1110 cmn_err(CE_WARN, wmesg, name); in mod_sysctl()
/titanic_44/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