Searched defs:attr_hdr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c333 ks_attr_hdr_t attr_hdr; local
378 attr_hdr.type = SWAP64((uint64_t)extra_attr->attr.type);
379 attr_hdr.ulValueLen =
381 (void) memcpy(buf1, &attr_hdr, sizeof (ks_attr_hdr_t));
427 ks_attr_hdr_t *attr_hdr; local
462 attr_hdr = (ks_attr_hdr_t *)buf;
464 template.type = (CK_ATTRIBUTE_TYPE)(SWAP64(attr_hdr->type));
465 template.ulValueLen = (CK_ULONG)(SWAP64(attr_hdr->ulValueLen));
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h785 struct attr_hdr { struct

Completed in 80 milliseconds