Searched defs:wmesg (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dswapgeneric.c318 static char *wmesg = "forceload of %s failed"; local
324 cmn_err(CE_WARN, wmesg, name);
H A Dmodsysfile.c1093 static char wmesg[] = "forceload of %s failed"; local
1109 cmn_err(CE_WARN, wmesg, name);
/illumos-gate/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) function
1373 CDEBUG(4, "wmesg '%c'", m);

Completed in 70 milliseconds