Searched defs:attributes (Results 1 - 25 of 56) sorted by relevance

123

/osnet-11/usr/src/lib/sun_fc/common/
H A DSun_fcGetAdapterAttributes.cc36 * @memo Retrieves the attributes for an adapter
38 * @return HBA_STATUS_OK if attributes were filled in
40 * @param attributes The user-allocated buffer
44 PHBA_ADAPTERATTRIBUTES attributes) {
47 if (attributes == NULL) {
49 "NULL attributes pointer");
55 *attributes = myHandle->getHBAAttributes();
43 Sun_fcGetAdapterAttributes(HBA_HANDLE handle, PHBA_ADAPTERATTRIBUTES attributes) argument
H A DSun_fcNPIVGetAdapterAttributes.cc35 PHBA_ADAPTERATTRIBUTES attributes) {
38 if (attributes == NULL) {
40 "NULL attributes pointer");
46 *attributes = myHandle->npivGetHBAAttributes();
34 Sun_fcNPIVGetAdapterAttributes(HBA_HANDLE handle, PHBA_ADAPTERATTRIBUTES attributes) argument
H A DSun_fcGetPortAttributesByWWN.cc36 * @memo Retrieves the attributes for a specific discovered port
38 * @return HBA_STATUS_OK if the attributes are filled in
41 * @param attributes The user-allocated attributes buffer
45 PHBA_PORTATTRIBUTES attributes) {
48 if (attributes == NULL) {
49 log.userError("NULL attributes pointer");
55 *attributes = myHandle->getPortAttributes(wwnConversion(pwwn.wwn));
44 Sun_fcGetPortAttributesByWWN(HBA_HANDLE handle, HBA_WWN pwwn, PHBA_PORTATTRIBUTES attributes) argument
H A DSun_fcGetAdapterPortAttributes.cc37 * @memo Retrieves the attributes for a specified port of an adapter
39 * @return HBA_STATUS_OK if attributes were filled in
42 * @param attributes The user-allocated buffer to store results in
46 HBA_UINT32 port, PHBA_PORTATTRIBUTES attributes) {
49 if (attributes == NULL) {
51 "NULL attributes pointer");
58 *attributes = myPort->getPortAttributes();
45 Sun_fcGetAdapterPortAttributes(HBA_HANDLE handle, HBA_UINT32 port, PHBA_PORTATTRIBUTES attributes) argument
H A DSun_fcGetDiscPortAttrs.cc37 * @memo Retrieves the attributes for a specified port discovered
39 * @return HBA_STATUS_OK if the attributes were filled in
43 * @param attributes The user-allocated buffer to store the attrs
48 PHBA_PORTATTRIBUTES attributes) {
51 if (attributes == NULL) {
53 "NULL attributes pointer");
60 *attributes = myPort->getDiscoveredAttributes(discoveredport);
46 Sun_fcGetDiscoveredPortAttributes(HBA_HANDLE handle, HBA_UINT32 port, HBA_UINT32 discoveredport, PHBA_PORTATTRIBUTES attributes) argument
H A DSun_fcGetPortNPIVAttributes.cc36 HBA_UINT32 port, PHBA_PORTNPIVATTRIBUTES attributes) {
39 if (attributes == NULL) {
41 "NULL attributes pointer");
48 *attributes = myPort->getPortNPIVAttributes();
35 Sun_fcGetPortNPIVAttributes(HBA_HANDLE handle, HBA_UINT32 port, PHBA_PORTNPIVATTRIBUTES attributes) argument
H A DSun_fcGetNPIVPortInfo.cc36 HBA_UINT32 vportindex, HBA_NPIVATTRIBUTES *attributes) {
43 *attributes = myNPIVPort->getPortAttributes();
35 Sun_fcGetNPIVPortInfo(HBA_HANDLE handle, HBA_UINT32 portindex, HBA_UINT32 vportindex, HBA_NPIVATTRIBUTES *attributes) argument
H A DHandleNPIVPort.cc126 * @memo Get attributes from this port.
128 * @return The port attributes
137 HBA_NPIVATTRIBUTES attributes = vport->getPortAttributes(newState); local
139 return (attributes);
H A DFCHBANPIVPort.cc83 HBA_NPIVATTRIBUTES attributes; local
88 memset(&attributes, 0, sizeof (attributes));
96 memcpy(&attributes.NodeWWN, &attrs.NodeWWN, 8);
97 memcpy(&attributes.PortWWN, &attrs.PortWWN, 8);
99 return (attributes);
H A DSun_fcGetFcpTargetMapping.cc73 HBA_ADAPTERATTRIBUTES attributes; local
88 /* get adapter attributes for number of ports */
89 status = Sun_fcGetAdapterAttributes(handle,&attributes);
91 log.userError("Unable to get adapter attributes");
100 for(port = 0; port < attributes.NumberOfPorts; port++) {
H A DFCHBA.cc171 HBA_ADAPTERATTRIBUTES attributes; local
193 throw IOError("Unable to fetch adapter attributes");
199 attributes.NumberOfPorts = attrs.NumberOfPorts;
200 attributes.VendorSpecificID = attrs.VendorSpecificID;
201 memcpy(attributes.Manufacturer, attrs.Manufacturer, 64);
202 memcpy(attributes.SerialNumber, attrs.SerialNumber, 64);
203 memcpy(attributes.Model, attrs.Model, 256);
204 memcpy(attributes.ModelDescription, attrs.ModelDescription, 256);
205 memcpy(attributes.NodeSymbolicName, attrs.NodeSymbolicName, 256);
206 memcpy(attributes
283 HBA_ADAPTERATTRIBUTES attributes; local
[all...]
H A DHandlePort.cc117 * @memo Get attributes from a discovered port.
119 * @return The discovered port attributes
127 HBA_PORTATTRIBUTES attributes = port->getDiscoveredAttributes( local
130 return (attributes);
134 * @memo Get attributes from this port.
136 * @return The port attributes
144 HBA_PORTATTRIBUTES attributes = port->getPortAttributes(newState); local
146 return (attributes);
150 * @memo Get attributes from a discovered port.
152 * @return The discovered port attributes
162 HBA_PORTATTRIBUTES attributes = port->getDiscoveredAttributes( local
171 HBA_PORTNPIVATTRIBUTES attributes = port->getPortNPIVAttributes(newState); local
[all...]
H A DHandle.cc363 * @memo Get the HBA attributes from the underlying HBA
371 HBA_ADAPTERATTRIBUTES attributes = local
374 return (attributes);
403 HBA_ADAPTERATTRIBUTES attributes = local
406 return (attributes);
415 * @memo Get the HBA port attributes from the HBA
420 * attributes, or discovered port attributes
426 HBA_PORTATTRIBUTES attributes; local
432 attributes
[all...]
H A DTgtFCHBA.cc92 HBA_ADAPTERATTRIBUTES attributes; local
141 throw IOError("Unable to fetch adapter attributes");
147 attributes.NumberOfPorts = attrs.NumberOfPorts;
148 attributes.VendorSpecificID = attrs.VendorSpecificID;
149 memcpy(attributes.Manufacturer, attrs.Manufacturer, 64);
150 memcpy(attributes.SerialNumber, attrs.SerialNumber, 64);
151 memcpy(attributes.Model, attrs.Model, 256);
152 memcpy(attributes.ModelDescription, attrs.ModelDescription, 256);
153 memcpy(attributes.NodeSymbolicName, attrs.NodeSymbolicName, 256);
154 memcpy(attributes
[all...]
H A DTgtFCHBAPort.cc247 HBA_PORTATTRIBUTES attributes; local
252 memset(&attributes, 0, sizeof (attributes));
278 attributes.PortFcId = attrs.PortFcId;
279 attributes.PortType = attrs.PortType;
280 attributes.PortState = attrs.PortState;
281 attributes.PortSupportedClassofService = attrs.PortSupportedClassofService;
282 attributes.PortSupportedSpeed = attrs.PortSupportedSpeed;
283 attributes.PortSpeed = attrs.PortSpeed;
284 attributes
301 HBA_PORTATTRIBUTES attributes; local
357 HBA_PORTATTRIBUTES attributes; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dattributes.pm1 package attributes; package
30 BEGIN { bootstrap attributes }
96 attributes - get/set subroutine or variable attributes
104 use attributes (); # optional, to get subroutine declarations
105 my @attrlist = attributes::get(\&foo);
107 use attributes 'get'; # import the attributes::get subroutine
119 use attributes __PACKAGE__, \&foo, 'method';
123 use attributes ();
[all...]
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasGetAdapterAttributes.c33 PSMHBA_ADAPTERATTRIBUTES attributes) {
38 if (attributes == NULL) {
39 log(LOG_DEBUG, ROUTINE, "NULL attributes pointer");
55 (void) memcpy(attributes, &hba_ptr->adapter_attributes,
32 Sun_sasGetAdapterAttributes(HBA_HANDLE handle, PSMHBA_ADAPTERATTRIBUTES attributes) argument
H A DSun_sasGetAdapterPortAttributes.c30 * Retrieves the attributes for a specified port of an adapter
34 HBA_UINT32 port, PSMHBA_PORTATTRIBUTES attributes) {
42 if ((attributes == NULL) ||
43 (attributes->PortSpecificAttribute.SASPort == NULL)) {
44 log(LOG_DEBUG, ROUTINE, "NULL attributes");
98 attributes->PortType = hba_port_ptr->port_attributes.PortType;
99 attributes->PortState = hba_port_ptr->port_attributes.PortState;
100 (void) strlcpy(attributes->OSDeviceName,
102 sizeof (attributes->OSDeviceName));
103 (void) memcpy(attributes
33 Sun_sasGetAdapterPortAttributes(HBA_HANDLE handle, HBA_UINT32 port, PSMHBA_PORTATTRIBUTES attributes) argument
[all...]
H A DSun_sasGetDiscoveredPortAttributes.c30 * Retrieves the attributes for a specified port discovered in the network
35 SMHBA_PORTATTRIBUTES *attributes) {
44 if (attributes == NULL) {
46 "NULL attributes argument. Handle %08lx, port %d, "
121 attributes->PortType =
123 attributes->PortState =
125 (void) strlcpy(attributes->OSDeviceName,
127 sizeof (attributes->OSDeviceName));
128 (void) memcpy(attributes->PortSpecificAttribute.SASPort,
33 Sun_sasGetDiscoveredPortAttributes(HBA_HANDLE handle, HBA_UINT32 port, HBA_UINT32 discoveredport, SMHBA_PORTATTRIBUTES *attributes) argument
H A DSun_sasGetPortAttributesByWWN.c30 * Retrieves the attributes for a specific discovered port by WWN
34 HBA_WWN domainPortWWN, PSMHBA_PORTATTRIBUTES attributes)
43 if (attributes == NULL) {
44 log(LOG_DEBUG, ROUTINE, "NULL port attributes");
117 attributes->PortType =
119 attributes->PortState =
121 (void) strlcpy(attributes->OSDeviceName,
123 sizeof (attributes->OSDeviceName));
124 (void) memcpy(attributes->PortSpecificAttribute.SASPort,
144 attributes
33 Sun_sasGetPortAttributesByWWN(HBA_HANDLE handle, HBA_WWN portWWN, HBA_WWN domainPortWWN, PSMHBA_PORTATTRIBUTES attributes) argument
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/efiemu/
H A Druntime.h35 grub_efi_uint32_t attributes; member in struct:efi_variable
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt.c102 UINT32 *attributes, UINTN *data_size, void *data,
115 args.attributes = attributes;
127 UINT32 attributes, UINTN data_size, void *data,
140 args.attributes = &attributes;
100 uefirt_get_variable(uefirt_hdl_t hdl, CHAR16 *variable_name, EFI_GUID *vendor_guid, UINT32 *attributes, UINTN *data_size, void *data, EFI_STATUS *ret) argument
125 uefirt_set_variable(uefirt_hdl_t hdl, CHAR16 *variable_name, EFI_GUID *vendor_guid, UINT32 attributes, UINTN data_size, void *data, EFI_STATUS *ret) argument
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_tkt_policy.c203 char *attributes[] = { "krbMaxTicketLife", "krbMaxRenewableAge", "krbTicketFlags", NULL}; local
241 LDAP_SEARCH(policy_dn, LDAP_SCOPE_BASE, "(objectclass=krbTicketPolicy)", attributes);
H A Dldap_services.c303 /* see if some of the attributes have to be deleted */
314 /* see if some of the attributes have to be added */
413 char *attributes[] = {"krbHostServer", "krbServiceflags", local
453 LDAP_SEARCH(servicedn, LDAP_SCOPE_BASE, "(objectclass=krbService)", attributes);
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dlc.h89 const Lc_attribute_t* attributes[LC_language_attribute_max]; member in struct:Lc_language_s
126 const Lc_attribute_list_t* attributes; member in struct:Lc_s

Completed in 40 milliseconds

123