[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Technical Reference: Kernel and Subsystems, Volume 1

i_unmask Kernel Service

Purpose

Enables a bus interrupt level.

Syntax

#include <sys/types.h>
#include <sys/errno.h>
#include <sys/intr.h>


void i_unmask ( handler)
struct intr *handler;

Parameter

handler Specifies the address of the interrupt handler structure that was passed to the i_init service.

Description

The i_unmask service enables the bus interrupt level specified by the handler parameter.

Execution Environment

The i_unmask kernel service can be called from either the process or interrupt environment.

Return Values

The i_unmask service has no return values.

Related Information

The i_init kernel service, i_mask kernel service.

Understanding Interrupts, I/O Kernel Services, Processing Interrupts in AIX 5L Version 5.2 Kernel Extensions and Device Support Programming Concepts.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]