next up previous contents index
Next: 6.18.4 osenv_panic: Abort driver Up: 6.18 Misc Previous: 6.18.2 osenv_log: OS environment's

6.18.3 osenv_vpanic: Abort driver set operation

 

SYNOPSIS

void osenv_vpanic(const char *fmt, va_list args);

DIRECTION

Component tex2html_wrap_inline32841 OS, Nonblocking

DESCRIPTION

This function should only be called if the device driver framework can no longer continue and cannot exit gracefully.

The driver's `native' panic calls will get resolved to this function call.

This should be provided by the OS to provide a graceful way of dealing with a situation that prevents the drivers from continuing.

PARAMETERS

fmt
printf-style message format
args
Any parameters required by the output format



University of Utah Flux Research Group