mot_msg_x(D3DKX) —
NAME
mot_msg_x − continuation of an error message started with mot_msg. .IX \f4mot_msg_x\fP(D3DKX)
SYNOPSIS
#include <sys/cmn_err.h>
void mot_msg_x(char ∗fmt, ...)
ARGUMENTS
fmtFormat string for kernel printf functions.
...Additional arguments as specified by the format string.
DESCRIPTION
mot_msg_x is used to continue messages that have already been started through mot_msg(). This function assumes that the lock aquired by mot_msg() is currently held. The lock must be freed by calling mot_exit().
LEVEL
Base or Interrupt.
SEE ALSO
mot_msg(D3DKX), mot_exit(D3DKX),
DDI/DKI