DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
SCO OpenServer

pr_intr_rmerr(D3oddi)


pr_intr_rmerr -- output an error message if remove_intr_handler(D3oddi) fails

Synopsis (Not recommended for current drivers)

#include <sys/devreg.h>

void pr_intr_rmerr(char *name, int vector, int dei);

Description

The pr_intr_rmerr routine outputs an error message using cmn_err(D3oddi), wherever remove_intr_handler(D3oddi) fails.

Arguments

The type of message is determined by an error code dei, returned by remove_intr_handler. The name argument specifies the driver. The other arguments should have the same value as for the call to remove_intr_handler. vector is the interrupt vector number.

Return values

None.

Usage

Context and synchronization

Initialization context

Hardware applicability

All

Version applicability

oddi: 2, 2mp

SVR5 DDI compatibility

This function is not supported for DDI drivers. See ``Interrupt handlers, attaching and registering'' in HDK Technical Reference for information about attaching and detaching interrupts for DDI drivers.

References

cmn_err(D3oddi), remove_intr_handler(D3oddi)
19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 5 HDK - June 2005