[ Previous | Next | Contents | Home | Search ]
AIX Version 4.3 Kernel and Subsystems Technical Reference, Volume 1

m_dereg Kernel Service

Purpose

Deregisters expected mbuf structure usage.

Syntax

#include <sys/types.h>
#include <sys/errno.h>
#include <sys/mbuf.h>
void m_dereg (mbp)
struct mbreq mbp;

Parameter

mbp Defines the address of an mbreq structure that specifies expected mbuf usage.

Description

The m_dereg kernel service deregisters requirements previously registered with the m_reg kernel service. The m_dereg service is mandatory if the m_reg service is called.

Execution Environment

The m_dereg kernel service can be called from the process environment only.

Return Values

The m_dereg service has no return values.

Implementation Specifics

The m_dereg kernel service is part of Base Operating System (BOS) Runtime.

Related Information

The mbreq Structure for mbuf Kernel Services.

The m_reg kernel service.

I/O Kernel Services in AIX Kernel Extensions and Device Support Programming Concepts.


[ Previous | Next | Contents | Home | Search ]