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

Technical Reference: Kernel and Subsystems, Volume 1

xm_det Kernel Service

Purpose

Releases the addressability to the address space described by an xmem descriptor.

Syntax

void xm_det (baddr, dp)
caddr_t baddr;
struct xmem *dp;

Description

See the xm_mapin Kernel Service for more information.

Parameters

baddr Specifies the effective address previously returned from the xm_mapin kernel service.
dp Cross memory descriptor that describes the above memory object.

Related Information

xlate_create Kernel Service, xlate_remove Kernel Service, xm_mapin Kernel Service, xlate_pin Kernel Service, or xlate_unpin Kernel Service.

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