Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/man/man9f/ddi_prop_name.9f
Real path: /usr/share/man/man9f/ddi_prop_name.9f
Zurück
'\" te .\" Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. .TH ddi_prop_name 9F "02 May 2016" "Oracle Solaris 11.4" "Kernel Functions" .SH NAME ddi_prop_name, ddi_prop_dev, ddi_prop_type, ddi_prop_len, ddi_prop_val \- return property information .SH SYNOPSIS .LP .nf char *ddi_prop_name(ddi_prop_t *prop); dev_t ddi_prop_dev(ddi_prop_t *prop); int ddi_prop_type(ddi_prop_t *prop); int ddi_prop_len(ddi_prop_t *prop); caddr_t ddi_prop_val(ddi_prop_t *prop); .fi .SH PARAMETERS .sp .ne 2 .mk .na \fB\fIddi_prop_t\fR\fR .ad .RS 14n .rt the property .RE .SH DESCRIPTION .sp .LP The \fBddi_prop_name()\fR function returns a pointer to the name of a property. .sp .LP The \fBddi_prop_dev()\fR function returns a property \fBdev_t\fR, may be \fBDDI_DEV_T_NONE\fR. .sp .LP The \fBddi_prop_type()\fR function returns a property type. Value returned can be one of the following property types: .sp .in +2 .nf DDI_PROP_TYPE_INT DDI_PROP_TYPE_STRING DDI_PROP_TYPE_BYTE DDI_PROP_TYPE_INT64 .fi .in -2 .sp .sp .LP The \fBddi_prop_len()\fR function returns the length of a property. .sp .LP The \fBddi_prop_val()\fR function returns a pointer to a value of a property. .SH CONTEXT .sp .LP These functions can be called from user or kernel context. .SH SEE ALSO .sp .LP \fBddi_prop_walk_list\fR(9F), \fBddi_prop_search_list\fR(9F)