Searched defs:attributes (Results 26 - 50 of 56) sorted by relevance

123

/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
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
/osnet-11/usr/src/lib/libast/i386/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
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
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
/osnet-11/usr/src/lib/libast/sparc/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
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
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
/osnet-11/usr/src/lib/libast/sparcv9/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
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
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
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrManager.c33 find_attribute(CK_ATTRIBUTE_TYPE attrtype, generic_attr_t *attributes,
39 * Returns an (statically allocated) set of object attributes, as determined by
40 * class and keytype of the supplied object. The attributes are only
45 slot_object_t *slot_object, generic_attr_t **attributes,
94 attributes, num_attributes);
102 * Returns an (statically allocated) set of object attributes, as determined by
104 * class/subclass of the object. The attributes are only initialized to
110 generic_attr_t **attributes, size_t *num_attributes)
150 attributes, num_attributes));
156 * Returns an (statically allocated) set of object attributes, a
44 get_master_attributes_by_object(slot_session_t *session, slot_object_t *slot_object, generic_attr_t **attributes, size_t *num_attributes) argument
108 get_master_attributes_by_template( CK_ATTRIBUTE *template, CK_ULONG template_size, generic_attr_t **attributes, size_t *num_attributes) argument
161 get_master_template_by_type(CK_OBJECT_CLASS class, CK_ULONG subtype, generic_attr_t **attributes, size_t *num_attributes) argument
382 get_master_attributes_by_type(CK_OBJECT_CLASS class, CK_ULONG subtype, generic_attr_t **attributes, size_t *num_attributes) argument
515 dealloc_attributes(generic_attr_t *attributes, size_t num_attributes) argument
546 attribute_set_value(CK_ATTRIBUTE *new_attr, generic_attr_t *attributes, size_t num_attributes) argument
618 find_attribute(CK_ATTRIBUTE_TYPE attrtype, generic_attr_t *attributes, size_t num_attributes, generic_attr_t **found_attribute) argument
644 get_template_ulong(CK_ATTRIBUTE_TYPE type, CK_ATTRIBUTE *attributes, CK_ULONG num_attributes, CK_ULONG *result) argument
671 get_template_boolean(CK_ATTRIBUTE_TYPE type, CK_ATTRIBUTE *attributes, CK_ULONG num_attributes, boolean_t *result) argument
708 set_template_boolean(CK_ATTRIBUTE_TYPE type, CK_ATTRIBUTE *attributes, CK_ULONG num_attributes, boolean_t local, CK_BBOOL *value) argument
[all...]
H A DmetaObjectManager.c39 * The maximum buffer size needed for public or private key attributes.
141 const generic_attr_t *attributes, size_t num_attributes);
222 * object attributes), meta_object_add should be called. This two-step
270 * being kept in the metaslot object. The following 4 attributes
596 /* Now erase and delete any attributes in the metaobject. */
597 dealloc_attributes(object->attributes, object->num_attributes);
722 * attributes. We defer this work until we actually need to know.
735 /* Make sure no one else is looking at attributes. */
739 if (object->attributes != NULL) {
752 * first, get the master template of all the attributes
1614 meta_clone_template_setup(meta_object_t *object, const generic_attr_t *attributes, size_t num_attributes) argument
[all...]
H A DmetaGlobal.h49 * In "generic_attr_t", attributes that are not CK_BBOOL and
204 /* Generic attribute type, for storing and managing PKCS#11 attributes. */
411 generic_attr_t *attributes; member in struct:metaobject
669 slot_object_t *slot_object, generic_attr_t **attributes,
673 generic_attr_t **attributes, size_t *num_attributes);
675 generic_attr_t **attributes, size_t *num_attributes);
677 generic_attr_t **attributes, size_t *num_attributes);
681 void dealloc_attributes(generic_attr_t *attributes, size_t num_attributes);
683 generic_attr_t *attributes, size_t num_attributes);
684 boolean_t get_template_ulong(CK_ATTRIBUTE_TYPE type, CK_ATTRIBUTE *attributes,
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dkey_mgr.c351 CK_ATTRIBUTE * attributes,
389 switch (attributes[i].type) {
391 keyclass = *(CK_OBJECT_CLASS *)attributes[i].pValue;
396 keytype = *(CK_KEY_TYPE *)attributes[i].pValue;
470 attributes, attrib_count,
349 key_mgr_unwrap_key(SESSION * sess, CK_MECHANISM * mech, CK_ATTRIBUTE * attributes, CK_ULONG attrib_count, CK_BYTE * wrapped_key, CK_ULONG wrapped_key_len, CK_OBJECT_HANDLE h_unwrapping_key, CK_OBJECT_HANDLE * h_unwrapped_key) argument
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dfat.h74 uint8_t attributes; member in struct:_FatDirEntry
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/runtime/
H A Defiemu.c73 grub_efi_uint32_t *attributes,
85 grub_efi_uint32_t attributes,
445 grub_efi_uint32_t *attributes,
462 *attributes = efivar->attributes;
510 grub_efi_uint32_t attributes,
552 efivar->attributes = attributes;
443 efiemu_get_variable(grub_efi_char16_t *variable_name, grub_efi_guid_t *vendor_guid, grub_efi_uint32_t *attributes, grub_efi_uintn_t *data_size, void *data) argument
508 efiemu_set_variable(grub_efi_char16_t *variable_name, grub_efi_guid_t *vendor_guid, grub_efi_uint32_t attributes, grub_efi_uintn_t data_size, void *data) argument
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c133 /* NIS to LDAP does not read command line attributes */
441 * RETURN VALUE: The config key if more attributes
940 /* Determine which attributes should be retrieved */
999 * Get a list of attributes from the LDAP server that have not yet
1005 * INPUT: Returns a list of parameters in attributes
1015 char **attributes)
1019 /* Determine which attributes should be retrieved */
1025 attributes[n_attrs++] = YP_CONFIG_DN;
1027 attributes[n_attrs++] = YP_CONFIG_SERVER_LIST;
1030 attributes[n_attr
1010 get_attribute_list( const __nis_ldap_proxy_info *proxy_info, const __nis_config_t *nis_config, const __nis_config_info_t *config_info, const __nisdb_table_mapping_t *table_info, char **attributes) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Defi.c104 grub_efi_uint32_t attributes)
116 attributes);
100 grub_efi_open_protocol_full(grub_efi_handle_t handle, grub_efi_guid_t *protocol, grub_efi_handle_t agent_handle, grub_efi_handle_t controller_handle, grub_efi_uint32_t attributes) argument
/osnet-11/usr/src/lib/libast/common/port/
H A Dlcgen.c87 Attribute_list_t* attributes; member in struct:Language_s
507 lp->attributes = 0;
539 if (!lp->attributes)
540 lp->attributes = al;
592 for (al = mp->language->attributes; al; al = al->next)
730 for (i = 0, al = lp->attributes; al; al = al->next, i++)
/osnet-11/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc554 HBA_PORTNPIVATTRIBUTES attributes; local
559 memset(&attributes, 0, sizeof(attributes));
569 attributes.npivflag = attrs.npivflag;
570 memcpy(&attributes.NodeWWN, &attrs.NodeWWN, 8);
571 memcpy(&attributes.PortWWN, &attrs.PortWWN, 8);
572 attributes.MaxNumberOfNPIVPorts = attrs.MaxNumberOfNPIVPorts;
573 attributes.NumberOfNPIVPorts = attrs.NumberOfNPIVPorts;
575 return (attributes);
581 HBA_PORTATTRIBUTES attributes; local
620 HBA_PORTATTRIBUTES attributes; local
661 HBA_PORTATTRIBUTES attributes; local
[all...]
/osnet-11/usr/src/lib/hbaapi/common/
H A DHBAAPILIB-sun.c610 HBA_NPIVATTRIBUTES *attributes)
622 vportindex, attributes));
606 Sun_HBA_GetNPIVPortInfo( HBA_HANDLE handle, HBA_UINT32 portindex, HBA_UINT32 vportindex, HBA_NPIVATTRIBUTES *attributes) argument
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c783 char *attributes[]={"krbticketpolicyreference", "krbprincipalname", NULL}; local
785 LDAP_SEARCH_1(dn, LDAP_SCOPE_BASE, 0, attributes, IGNORE_STATUS);
965 entries->attributes)) != 0)
1110 * attributes */
1327 entries->attributes = tktpoldnparam->tktflags;
1329 entries->attributes |= ldap_context->lrparams->tktflags;
H A Dldap_misc.c143 * parameters read here are DAL-LDAP specific attributes. Some of
828 * Get the mask representing the attributes set on the directory
914 * for all the matching attributes (attributes existing in both list).
930 char **values=NULL, *attributes[2] = {NULL}; local
938 attributes[0] = attribute;
945 attributes,
1917 /* read all the kerberos attributes */
1948 if (krb5_ldap_get_value(ld, ent, "krbticketflags", &(entry->attributes)) == 0)
2097 /* update the mask of attributes presen
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dunicode.h140 grub_uint8_t attributes:5; member in struct:grub_unicode_glyph
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios.h108 uint32_t attributes; member in struct:addr_entry
177 unsigned short attributes; member in struct:name_entry
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dkdb.h171 krb5_flags attributes; member in struct:_krb5_db_entry_new
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dadmin.h245 krb5_flags attributes; member in struct:_kadm5_principal_ent_t
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dhfsplus.c62 grub_uint32_t attributes; member in struct:grub_hfsplus_volheader
111 grub_uint32_t attributes; member in struct:grub_hfsplus_btheader

Completed in 110 milliseconds

123