Searched refs:MM_NRECOV (Results 1 - 12 of 12) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/devmgmt/cmds/
H A Dputdev.c260 stdmsg(MM_NRECOV, lbl, MM_ERROR, E_USAGE);
276 stdmsg(MM_NRECOV, lbl, MM_ERROR, E_USAGE);
297 stdmsg(MM_NRECOV, lbl, MM_ERROR, p);
308 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg);
324 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg);
334 stdmsg(MM_NRECOV, lbl, MM_ERROR, E_MULTIPLE);
344 stdmsg(MM_NRECOV, lbl, MM_ERROR, E_RELPATH);
354 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg);
369 stdmsg(MM_NRECOV, lbl, MM_ERROR, E_USAGE);
386 stdmsg(MM_NRECOV, lb
[all...]
H A Dputdgrp.c215 stdmsg(MM_NRECOV, lbl, MM_ERROR, E_USAGE);
246 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg);
257 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg);
275 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg);
285 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg);
320 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg);
331 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg);
349 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg);
359 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg);
379 stdmsg(MM_NRECOV, lb
[all...]
H A Ddevfree.c101 * r MM_NRECOV or MM_RECOV (recoverability)
190 stdmsg(MM_NRECOV, lbl, MM_ERROR, M_USAGE);
207 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg);
230 stdmsg(MM_NRECOV, lbl, sev, msg);
255 stdmsg(MM_NRECOV, lbl, sev, msg);
263 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg);
289 stdmsg(MM_NRECOV, lbl, sev, msg);
296 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg);
303 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg);
311 stdmsg(MM_NRECOV, lb
[all...]
H A Dlistdgrp.c196 stdmsg(MM_NRECOV, lbl, MM_ERROR, M_USAGE);
211 stdmsg(MM_NRECOV, lbl, sev, msg);
229 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg);
234 stdmsg(MM_NRECOV, lbl, MM_HALT, msg);
H A Ddevreserv.c207 stdmsg(MM_NRECOV, lbl, MM_ERROR, M_USAGE);
252 stdmsg(MM_NRECOV, lbl, sev, txt);
274 stdmsg(MM_NRECOV, lbl, MM_ERROR, txt);
302 stdmsg(MM_NRECOV, lbl, sev, txt);
328 stdmsg(MM_NRECOV, lbl, sev, txt);
336 stdmsg(MM_NRECOV, lbl, MM_ERROR, txt);
366 stdmsg(MM_NRECOV, lbl, MM_ERROR, M_UNABLE);
369 stdmsg(MM_NRECOV, lbl, MM_ERROR, M_NODEV);
373 stdmsg(MM_NRECOV, lbl, MM_HALT, txt);
H A Ddevattr.c221 stdmsg(MM_NRECOV, lbl, MM_ERROR, M_USAGE);
236 stdmsg(MM_NRECOV, lbl, severity, txt);
260 stdmsg(MM_NRECOV, lbl, severity, txt);
284 stdmsg(MM_NRECOV, lbl, MM_ERROR, txt);
H A Dgetdgrp.c248 stdmsg(MM_NRECOV, lbl, MM_ERROR, M_USAGE);
263 stdmsg(MM_NRECOV, lbl, sev, txt);
278 stdmsg(MM_NRECOV, lbl, sev, txt);
H A Dgetdev.c218 stdmsg(MM_NRECOV, lbl, MM_ERROR, M_USAGE);
233 stdmsg(MM_NRECOV, lbl, sev, txt);
/opensolaris-onvv-gate/usr/src/cmd/setuname/
H A Dsetuname.c248 stdmsg(MM_NRECOV, lbl, MM_ERROR, E_USAGE);
254 stdmsg(MM_NRECOV, lbl, MM_ERROR, E_MISSING);
275 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg);
286 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg);
298 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg);
309 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg);
326 stdmsg(MM_NRECOV, lbl, MM_ERROR, E_NOPERMS);
332 stdmsg(MM_NRECOV, lbl, MM_ERROR, E_NOPERMS);
337 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg);
343 stdmsg(MM_NRECOV, lb
[all...]
/opensolaris-onvv-gate/usr/src/head/
H A Dfmtmsg.h119 * MM_NRECOV Non-recoverable
123 #define MM_NRECOV 0x00000200L macro
/opensolaris-onvv-gate/usr/src/cmd/fmtmsg/
H A Dmain.c110 #define CLASS (MM_PRINT|MM_SOFT|MM_NRECOV|MM_UTIL)
187 {"recov", MM_RECOVER, MM_NRECOV}, /* Recoverable */
188 {"nrecov", MM_NRECOV, MM_RECOVER}, /* Non-recoverable */
/opensolaris-onvv-gate/usr/src/lib/libast/common/comp/
H A Dfmtmsglib.c61 "nrecov", "PANIC", MM_NRECOV,
322 if ((mask & MM_status) && (m = classification & (MM_RECOVER|MM_NRECOV)) && (s = display(mm_class, m, 1)))

Completed in 76 milliseconds