Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dat_pz_query(3dat) [opensolaris man page]

dat_pz_query(3DAT)				     Direct Access Transport Library Functions					dat_pz_query(3DAT)

NAME
dat_pz_query - provides parameters of the Protection Zone SYNOPSIS
cc [ flag... ] file... -ldat [ library... ] #include <dat/udat.h> DAT_RETURN dat_pz_query ( IN DAT_PZ_HANDLE pz_handle, IN DAT_PZ_PARAM_MASK pz_param_mask, OUT DAT_PZ_PARAM *pz_param ) PARAMETERS
pz_handle: Handle for the created instance of the Protection Zone. pz_param_mask: Mask for Protection Zone parameters. pz_param: Pointer to a Consumer-allocated structure that the Provider fills with Protection Zone parameters. DESCRIPTION
The dat_pz_query() function provides the Consumer parameters of the Protection Zone. The Consumer passes in a pointer to the Consumer-allo- cated structures for Protection Zone parameters that the Provider fills. The pz_param_mask parameter allows Consumers to specify which parameters to query. The Provider returns values for pz_param_mask requested parameters. The Provider can return values for any other parameters. RETURN VALUES
DAT_SUCCESS The operation was successful. DAT_INVALID_PARAMETER The pz_param_mask parameter is invalid. DAT_INVALID_HANDLE The pz_handle parameter is invalid. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard: uDAPL, 1.1, 1.2 | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO
libdat(3LIB), attributes(5) SunOS 5.11 16 Jul 2004 dat_pz_query(3DAT)

Check Out this Related Man Page

dat_pz_create(3DAT)				     Direct Access Transport Library Functions				       dat_pz_create(3DAT)

NAME
dat_pz_create - create an instance of the Protection Zone SYNOPSIS
cc [ flag... ] file... -ldat [ library... ] #include <dat/udat.h> DAT_RETURN dat_pz_create ( IN DAT_IA_HANDLE ia_handle, OUT DAT_PZ_HANDLE *pz_handle ) PARAMETERS
ia_handle Handle for an open instance of the IA. pz_handle Handle for the created instance of Protection Zone. DESCRIPTION
The dat_pz_create() function creates an instance of the Protection 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
DAT_SUCCESS The operation was successful. DAT_INSUFFICIENT_RESOURCES The operation failed due to resource limitations. DAT_INVALID_PARAMETER Invalid parameter. DAT_INVALID_HANDLE The ia_handle parameter is invalid. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard: uDAPL, 1.1, 1.2 | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO
libdat(3LIB), attributes(5) SunOS 5.10 16 Jul 2004 dat_pz_create(3DAT)
Man Page

6 More Discussions You Might Find Interesting

1. Programming

Where can I download OpenMotif for Solaris ?

The ones on Motif Zone are for MacOS, Linux and FreeBSD only. (0 Replies)
Discussion started by: endeavour1985
0 Replies

2. AIX

Time Zone in AIX and cronjobs

Hi, I am trying to change my Time Zone (TZ) variable in AIX 5.3 For that I have changed in /etc/environment as TZ=GMT-1:30 although it is working but strangely none of my cronjobs are executing at the correct time which were executing earlier before TZ change. Is a reboot necessary... (1 Reply)
Discussion started by: run_time_error
1 Replies

3. UNIX for Dummies Questions & Answers

Mailgateway-System

Hi @ all, I have a big problem. I'm seaching for a Mailgateway-System for our company. The Problem is: In the Int-Zone of the Firewall is a Exchange-Server. But I dont understand how to setup. Sendmail? I want to get Mails directly on the domain and I want to get mails via fetchmail (pop3)... (0 Replies)
Discussion started by: bmberni
0 Replies

4. IP Networking

Need descripption of parameters

Hi Folks, I need the complete description of the below parameters: link_duplex link_speed link_up Any methods of how to find the value of the above parameters in solaris & HP-UX other than using kstat. Thanks in advance. Sagar. (1 Reply)
Discussion started by: sag71155
1 Replies

5. Solaris

Kernal Parameters

Hi, Can you please let me know about kernal parameters? Where we can see that kernal parameters? we are using System = SunOS 5.10. Please let me know commands to see these kernal parameters file or files. (1 Reply)
Discussion started by: kancherla.sree
1 Replies

6. UNIX for Beginners Questions & Answers

Passing parameters and accepting in Array

I am trying to pass parameters to a script which will accept them in array. First parameter is where_clause second parameter is "SRC_TYPE='SYBASE' and PROCESS_CD='BRK'" } echo $2 $ ./abcd.ksh where_clause "SRC_TYPE='SYBASE' and PROCESS_CD='BRK'" + set -A arg_list -- where_clause... (3 Replies)
Discussion started by: ratheeshjulk
3 Replies