Searched refs:find_attribute (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dutils.h55 ATTR_RECORD * find_attribute(const ATTR_TYPES type, ntfs_attr_search_ctx *ctx);
H A Dcluster.c69 while ((rec = find_attribute(AT_UNUSED, a_ctx))) {
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))) {
H A Dntfscluster.c303 while ((rec = find_attribute(AT_UNUSED, a_ctx))) {
401 while ((rec = find_attribute(AT_UNUSED, ctx))) {
H A Dntfsundelete.c792 attr30 = find_attribute(AT_FILE_NAME, ctx);
807 while (!found_same_space && (attr30 = find_attribute(AT_FILE_NAME, ctx))) {
914 while ((rec = find_attribute(AT_FILE_NAME, ctx))) {
999 while ((rec = find_attribute(AT_DATA, ctx))) {
H A Dntfsls.c695 while ((rec = find_attribute(AT_FILE_NAME, ctx))) {
/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

Completed in 36 milliseconds