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

/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrManager.c33 find_attribute(CK_ATTRIBUTE_TYPE attrtype, generic_attr_t *attributes,
557 find_attribute(new_attr->type, attributes, num_attributes, &attr);
613 * find_attribute
618 find_attribute(CK_ATTRIBUTE_TYPE attrtype, generic_attr_t *attributes, function
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dutils.c373 * find_attribute - Find an attribute of the given type
386 ATTR_RECORD * find_attribute(const ATTR_TYPES type, ntfs_attr_search_ctx *ctx) function
394 ntfs_log_debug("find_attribute didn't find an attribute of type: 0x%02x.\n", type);
398 ntfs_log_debug("find_attribute found an attribute of type: 0x%02x.\n", type);
432 rec = find_attribute(type, ctx);
488 while ((rec = find_attribute(AT_FILE_NAME, ctx))) {

Completed in 78 milliseconds