Searched refs:wmesg (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | swapgeneric.c | 318 static char *wmesg = "forceload of %s failed"; local 324 cmn_err(CE_WARN, wmesg, name);
|
H A D | modsysfile.c | 1093 static char wmesg[] = "forceload of %s failed"; local 1109 cmn_err(CE_WARN, wmesg, name);
|
/illumos-gate/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) function 1373 CDEBUG(4, "wmesg '%c'", m);
|
Completed in 68 milliseconds