Searched defs:attrib (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dgpt_partition.h67 grub_uint64_t attrib; member in struct:grub_gpt_partentry
H A Dusbdesc.h66 grub_uint8_t attrib; member in struct:grub_usb_desc_config
102 grub_uint8_t attrib; member in struct:grub_usb_desc_endp
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_fat.c297 int attrib = FAT_ATTRIB_DIR; local
322 if (attrib & FAT_ATTRIB_DIR)
336 if (!(attrib & FAT_ATTRIB_DIR))
479 attrib = FAT_DIRENTRY_ATTRIB (dir_buf);
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dasn1.c758 CK_BYTE attrib[] = { 0x05, 0x00 }; local
782 len += sizeof (attrib);
817 (void) memcpy(buf + len, attrib, sizeof (attrib));
818 len += sizeof (attrib);
H A Dutility.c502 CK_ATTRIBUTE **attrib) {
519 *attrib = attr;
499 build_attribute(CK_ATTRIBUTE_TYPE type, CK_BYTE *data, CK_ULONG data_len, CK_ATTRIBUTE **attrib) argument
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c3770 set_pkey_attrib(EVP_PKEY *pkey, ASN1_TYPE *attrib, int nid) argument
3774 if (pkey == NULL || attrib == NULL)
3782 attr = X509_ATTRIBUTE_create(nid, attrib->type, attrib->value.ptr);

Completed in 62 milliseconds