1dat_lmr_query(3DAT)Direct Access Transport Library Functionsdat_lmr_query(3DAT)
2
3
4

NAME

6       dat_lmr_query - provide LMR parameters
7

SYNOPSIS

9       cc [ flag... ] file... -ldat [ library... ]
10       #include <dat/udat.h>
11
12       DAT_RETURN
13           dat_lmr_query (
14           IN    DAT_LMR_HANDLE        lmr_handle,
15           IN    DAT_LMR_PARAM_MASK    lmr_param_mask,
16           OUT   DAT_LMR_PARAM         *lmr_param
17           )
18
19

PARAMETERS

21       lmr_handle        Handle for an instance of the LMR.
22
23
24       lmr_param_mask    Mask for LMR parameters.
25
26
27       lmr_param         Pointer  to  a  Consumer-allocated structure that the
28                         Provider fills with LMR parameters.
29
30

DESCRIPTION

32       The dat_lmr_query() function provides the Consumer LMR parameters.  The
33       Consumer  passes  in a pointer to the Consumer-allocated structures for
34       LMR parameters that the Provider fills.
35
36
37       The lmr_param_mask parameter allows Consumers to specify which  parame‐
38       ters to query. The Provider returns values for lmr_param_mask requested
39       parameters. The Provider can return values for any other parameters.
40

RETURN VALUES

42       DAT_SUCCESS              The operation was successful.
43
44
45       DAT_INVALID_PARAMETER    The lmr_param_mask function is invalid.
46
47
48       DAT_INVALID_HANDLE       The lmr_handle function is invalid.
49
50

ATTRIBUTES

52       See attributes(5) for descriptions of the following attributes:
53
54
55
56
57       ┌─────────────────────────────┬─────────────────────────────┐
58       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
59       ├─────────────────────────────┼─────────────────────────────┤
60       │Interface Stability          │Standard: uDAPL, 1.1, 1.2    │
61       ├─────────────────────────────┼─────────────────────────────┤
62       │MT-Level                     │Unsafe                       │
63       └─────────────────────────────┴─────────────────────────────┘
64

SEE ALSO

66       libdat(3LIB), attributes(5)
67
68
69
70SunOS 5.11                        16 Jul 2004              dat_lmr_query(3DAT)
Impressum