Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/man/man3dax/dax_queue_destroy.3dax
Real path: /usr/share/man/man3dax/dax_queue_destroy.3dax
Zurück
'\" te .\" Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. .TH dax_queue_destroy 3DAX "03 Mar 2017" "Oracle Solaris 11.4" "DAX Library Functions" .SH NAME dax_queue_destroy \- destroy a command queue .SH SYNOPSIS .LP .nf cc [ flag... ] file... -ldax [ library...] #include <dax.h> dax_status_t dax_queue_destroy(dax_queue_t *\fIqueue\fR); .fi .SH DESCRIPTION .sp .LP This function destroys the DAX \fIqueue\fR. It terminates any requests that are in progress posted to the \fIqueue\fR. .sp .LP If the function returns an error, the \fIqueue\fR is not destroyed. .SH RETURN VALUES .sp .ne 2 .mk .na \fB\fBDAX_SUCCESS\fR\fR .ad .RS 15n .rt Operation completed successfully .RE .sp .ne 2 .mk .na \fB\fBDAX_ETHREAD\fR\fR .ad .RS 15n .rt The calling thread did not create the \fIqueue\fR .RE .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 \fBdax_queue_create\fR(3DAX)