Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ././../../../../../../usr/man/man3dax/dax_adi.3dax
Real path: /usr/share/man/man3dax/dax_adi.3dax
Zurück
'\" te .\" Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. .TH dax_adi 3DAX "03 Mar 2017" "Oracle Solaris 11.4" "DAX Library Functions" .SH NAME dax_adi \- DAX support for ADI .SH DESCRIPTION .sp .LP The functions in the \fBlibdax\fR library check for ADI errors in their input and output vectors if ADI is enabled for those pages when the functions are called. But the functions check only the first cache line of each vector. This includes the following DAX function arguments: .sp .ne 2 .mk .na \fBdax_vec_t *src\fR .ad .RS 21n .rt Checks \fBsrc->data\fR .RE .sp .ne 2 .mk .na \fBdax_vec_t *dst\fR .ad .RS 21n .rt Checks \fBdst->data\fR .RE .sp .ne 2 .mk .na \fBdax_vec_t *widths\fR .ad .RS 21n .rt Checks \fBwidths->data\fR .RE .sp .ne 2 .mk .na \fBdax_vec_t *runs\fR .ad .RS 21n .rt Checks \fBruns->data\fR .RE .sp .ne 2 .mk .na \fBdax_vec_t *mask\fR .ad .RS 21n .rt Checks \fBmask->data\fR .RE .sp .ne 2 .mk .na \fBdax_vec_t *bitmap\fR .ad .RS 21n .rt Checks \fBbitmap->data\fR .RE .sp .ne 2 .mk .na \fBdax_zip_t *codec\fR .ad .RS 21n .rt Checks the codec. If the \fBdax_zip_create_contig()\fR function creates the codec, this is the buffer passed to that function, else this is the memory allocated by \fBlibdax\fR. .RE .sp .LP Also, the ADI version in all output cache lines is set to the version available in the \fBdst->data\fR output pointer. .sp .LP If an ADI mismatch occurs during the execution of \fBlibdax\fR library code, the process receives an ADI mismatch exception. If an ADI mismatch occurs when DAX accesses a vector, the operation completes with the \fBDAX_EADI\fR status. The latter mismatch can occur if the application changes the ADI value of a cache line between the time the function is called and the time that DAX starts an operation. .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Availability system/library _ Interface Stability Committed .TE .sp .SH SEE ALSO .sp .LP \fBlibdax\fR(3LIB), \fBadi\fR(3C), \fBadi\fR(2)