Direct Access Transport Library Functions datpzcreate(3DAT)
NAME
datpzcreate - create an instance of the Protection Zone
SYNOPSIS
cc [ flag... ] file... -ldat [ library... ]
#include
DATRETURN
datpzcreate (
IN DATIAHANDLE iahandle,
OUT DATPZHANDLE *pzhandle
)
PARAMETERS
iahandle Handle for an open instance of the IA.
pzhandle Handle for the created instance of Protection
Zone.
DESCRIPTION
The datpzcreate() function creates an instance of the Pro-
tection Zone. The Protection Zone provides Consumers a
mechanism for association Endpoints with LMRs and RMRs to
provide protection for local and remote memory accesses by
DTOs.
RETURN VALUES
DATSUCES The operation was successful.
DATINSUFICIENTRESOURCES The operation failed due to
resource limitations.
DATINVALIDPARAMETER Invalid parameter.
DATINVALIDHANDLE The iahandle parameter is
invalid.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 16 Jul 2004 1
Direct Access Transport Library Functions datpzcreate(3DAT)
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Standard: uDAPL, 1.1, 1.2
MT-Level Safe
SEE ALSO
libdat(3LIB), attributes(5)
SunOS 5.11 Last change: 16 Jul 2004 2
|