Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/man/man3ima/IMA_GetObjectType.3ima
Real path: /usr/share/man/man3ima/IMA_GetObjectType.3ima
Zurück
'\" te .\" Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. .TH IMA_GetObjectType 3IMA "21 July 2016" "Oracle Solaris 11.4" "iSCSI Management API" .SH NAME IMA_GetObjectType \- Gets the object type of an initialized object ID .SH SYNOPSIS .LP .nf cc [ flag... ] file... -lima [ library... ] #include <ima.h> IMA_STATUS IMA_GetObjectType( /* in */ IMA_OID oid, /* out */ IMA_OBJECT_TYPE *pObjectType ); .fi .SH PARAMETERS .sp .ne 2 .mk .na \fB\fIoid\fR\fR .ad .RS 15n .rt The initialized object ID whose type is retrieved. .RE .sp .ne 2 .mk .na \fB\fIpObjectType\fR\fR .ad .RS 15n .rt A pointer to an \fBIMA_OBJECT_TYPE\fR variable allocated by the caller. If returned successfully, this variable contains the object type of the \fIoid\fR argument. .RE .SH DESCRIPTION .sp .LP The \fBIMA_GetObjectType()\fR API gets the object type of an initialized object ID. .SH RETURN VALUES .sp .ne 2 .mk .na \fB\fBIMA_ERROR_INVALID_PARAMETER\fR\fR .ad .br .sp .6 .RS 4n Returned if the \fIpObjectType\fR argument is \fBNULL\fR, or specifies a memory area to which data cannot be written. .RE .sp .ne 2 .mk .na \fB\fBIMA_ERROR_INVALID_OBJECT_TYPE\fR\fR .ad .br .sp .6 .RS 4n Returned if the \fIoid\fR argument does not specify a valid object type. This is most likely to happen if an uninitialized object ID is passed to the API. .RE .sp .ne 2 .mk .na \fB\fBIMA_ERROR_OBJECT_NOT_FOUND\fR\fR .ad .br .sp .6 .RS 4n Returned if the \fIoid\fR argument has an owner not known to the system. .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 \fBsystem/library/storage/snia-ima\fR _ Interface Stability Volatile _ MT-Level Safe .TE .sp .SH SEE ALSO .sp .LP \fBlibima\fR(3LIB), \fBattributes\fR(7), \fBIMA_RegisterForObjectVisibilityChanges\fR(3IMA)