Home
last modified time | relevance | path

Searched refs:attr_hdr (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c352 ks_attr_hdr_t attr_hdr; in soft_keystore_pack_obj() local
397 attr_hdr.type = SWAP64((uint64_t)extra_attr->attr.type); in soft_keystore_pack_obj()
398 attr_hdr.ulValueLen = in soft_keystore_pack_obj()
400 (void) memcpy(buf1, &attr_hdr, sizeof (ks_attr_hdr_t)); in soft_keystore_pack_obj()
446 ks_attr_hdr_t *attr_hdr; in soft_keystore_unpack_obj() local
481 attr_hdr = (ks_attr_hdr_t *)buf; in soft_keystore_unpack_obj()
483 template.type = (CK_ATTRIBUTE_TYPE)(SWAP64(attr_hdr->type)); in soft_keystore_unpack_obj()
484 template.ulValueLen = (CK_ULONG)(SWAP64(attr_hdr->ulValueLen)); in soft_keystore_unpack_obj()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h785 struct attr_hdr { struct
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c518 struct attr_hdr *ah; in set_file()
650 ah = (struct attr_hdr *) in set_file()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c173 struct attr_hdr *ah; in ud_iget()
636 sizeof (struct attr_hdr)) { in ud_iget()
644 ah = (struct attr_hdr *)&fe->fe_spec[ea_off]; in ud_iget()