Print this page
9842 man page typos and spelling

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3dat/dat_ia_query.3dat
          +++ new/usr/src/man/man3dat/dat_ia_query.3dat
↓ open down ↓ 17 lines elided ↑ open up ↑
  18   18      IN    DAT_IA_HANDLE           \fIia_handle\fR,
  19   19      OUT   DAT_EVD_HANDLE          *\fIasync_evd_handle\fR,
  20   20      IN    DAT_IA_ATTR_MASK        \fIia_attr_mask\fR,
  21   21      OUT   DAT_IA_ATTR             *\fIia_attributes\fR,
  22   22      IN    DAT_PROVIDER_ATTR_MASK  \fIprovider_attr_mask\fR,
  23   23      OUT   DAT_PROVIDER_ATTR       *\fIprovider_attributes\fR
  24   24      )
  25   25  .fi
  26   26  
  27   27  .SH PARAMETERS
  28      -.sp
  29   28  .ne 2
  30   29  .na
  31   30  \fB\fIia_handle\fR\fR
  32   31  .ad
  33   32  .RS 23n
  34   33  Handle for an open instance of an IA.
  35   34  .RE
  36   35  
  37   36  .sp
  38   37  .ne 2
↓ open down ↓ 36 lines elided ↑ open up ↑
  75   74  .ne 2
  76   75  .na
  77   76  \fB\fIprovider_attributes\fR\fR
  78   77  .ad
  79   78  .RS 23n
  80   79  Pointer to a Consumer-allocated structure that the Provider fills with Provider
  81   80  attributes.
  82   81  .RE
  83   82  
  84   83  .SH DESCRIPTION
  85      -.sp
  86   84  .LP
  87   85  The \fBdat_ia_query()\fR functions provides the Consumer with the IA
  88   86  parameters, as well as the IA and Provider attributes. Consumers pass in
  89   87  pointers to Consumer-allocated structures for the IA and Provider attributes
  90   88  that the Provider fills.
  91   89  .sp
  92   90  .LP
  93   91  The \fIia_attr_mask\fR and \fIprovider_attr_mask\fR parameters allow the
  94   92  Consumer to specify which attributes to query. The Provider returns values for
  95   93  requested attributes. The Provider can also return values for any of the other
  96   94  attributes.
  97   95  .SS "Interface Adapter Attributes"
  98      -.sp
  99   96  .LP
 100   97  The IA attributes are common to all open instances of the IA. DAT defines a
 101   98  method to query the IA attributes but does not define a method to modify them.
 102   99  .sp
 103  100  .LP
 104  101  If IA is multiported, each port is presented to a Consumer as a separate IA.
 105  102  .sp
 106  103  .ne 2
 107  104  .na
 108  105  \fBAdapter name:\fR
↓ open down ↓ 277 lines elided ↑ open up ↑
 386  383  .ad
 387  384  .sp .6
 388  385  .RS 4n
 389  386  Array of vendor-specific attributes. Each entry has the format of
 390  387  \fBDAT_NAMED_ATTR\fR, which is a structure with two elements. The first element
 391  388  is the name of the attribute. The second element is the value of the attribute
 392  389  as a string.
 393  390  .RE
 394  391  
 395  392  .SS "DAPL Provider Attributes"
 396      -.sp
 397  393  .LP
 398  394  The provider attributes are specific to the open instance of the IA. DAT
 399  395  defines a method to query Provider attributes but does not define a method to
 400  396  modify them.
 401  397  .sp
 402  398  .ne 2
 403  399  .na
 404  400  \fBProvider name:\fR
 405  401  .ad
 406  402  .sp .6
↓ open down ↓ 174 lines elided ↑ open up ↑
 581  577  .RE
 582  578  
 583  579  .sp
 584  580  .ne 2
 585  581  .na
 586  582  \fBOptimal Buffer Alignment:\fR
 587  583  .ad
 588  584  .sp .6
 589  585  .RS 4n
 590  586  Local and remote DTO buffer alignment for optimal performance on the Platform.
 591      -The \fBDAT_OPTIMAL_ALIGMNEMT\fR must be divisible by this attribute value. The
 592      -maximum allowed value is \fBDAT_OPTIMAL_ALIGMNEMT\fR, or 256.
      587 +The \fBDAT_OPTIMAL_ALIGNMENT\fR must be divisible by this attribute value. The
      588 +maximum allowed value is \fBDAT_OPTIMAL_ALIGNMENT\fR, or 256.
 593  589  .RE
 594  590  
 595  591  .sp
 596  592  .ne 2
 597  593  .na
 598  594  \fBEVD stream merging support:\fR
 599  595  .ad
 600  596  .sp .6
 601  597  .RS 4n
 602  598  A 2D binary matrix where each row and column represent an event stream type.
↓ open down ↓ 26 lines elided ↑ open up ↑
 629  625  .ad
 630  626  .sp .6
 631  627  .RS 4n
 632  628  Array of Provider-specific attributes. Each entry has the format of
 633  629  \fBDAT_NAMED_ATTR\fR, which is a structure with two elements. The first element
 634  630  is the name of the attribute. The second element is the value of the attribute
 635  631  as a string.
 636  632  .RE
 637  633  
 638  634  .SH RETURN VALUES
 639      -.sp
 640  635  .ne 2
 641  636  .na
 642  637  \fB\fBDAT_SUCCESS\fR\fR
 643  638  .ad
 644  639  .RS 25n
 645  640  The operation was successful.
 646  641  .RE
 647  642  
 648  643  .sp
 649  644  .ne 2
↓ open down ↓ 7 lines elided ↑ open up ↑
 657  652  .sp
 658  653  .ne 2
 659  654  .na
 660  655  \fB\fBDAT_INVALID_HANDLE\fR\fR
 661  656  .ad
 662  657  .RS 25n
 663  658  Invalid DAT handle; ia_handle is invalid.
 664  659  .RE
 665  660  
 666  661  .SH ATTRIBUTES
 667      -.sp
 668  662  .LP
 669  663  See \fBattributes\fR(5) for descriptions of the following attributes:
 670  664  .sp
 671  665  
 672  666  .sp
 673  667  .TS
 674  668  box;
 675  669  c | c
 676  670  l | l .
 677  671  ATTRIBUTE TYPE  ATTRIBUTE VALUE
 678  672  _
 679  673  Interface Stability     Standard: uDAPL, 1.1, 1.2
 680  674  _
 681  675  MT-Level        Safe
 682  676  .TE
 683  677  
 684  678  .SH SEE ALSO
 685      -.sp
 686  679  .LP
 687  680  \fBlibdat\fR(3LIB), \fBattributes\fR(5)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX