Home
last modified time | relevance | path

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

/illumos-gate/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.c1130 static char wmesg[] = "forceload of %s failed"; in mod_sysctl() local
1146 cmn_err(CE_WARN, wmesg, name); in mod_sysctl()
/illumos-gate/usr/src/cmd/bnu/
H A Dcntrl.c57 extern int wmesg(), rmesg(), expfile(), putinpub(), stptcl();
187 #define WMESG(m, s) if(wmesg(m, s) != 0) {(*Turnoff)(); return(FAIL);}
1368 wmesg(m, s) in wmesg() function