Searched refs:flags_match (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/ntfsprogs/
H A Dutils.c948 ctx->flags_match = 0;
957 ctx->flags_match |= FEMR_IN_USE;
971 ctx->flags_match |= FEMR_BASE_RECORD;
973 ctx->flags_match |= FEMR_NOT_BASE_RECORD;
976 ctx->flags_match |= FEMR_BASE_RECORD;
979 ctx->flags_match |= FEMR_FILE;
985 ctx->flags_match |= FEMR_DIR;
995 case 1: ctx->flags_match |= FEMR_METADATA; break;
996 case 0: ctx->flags_match |= FEMR_NOT_METADATA; break;
998 ctx->flags_match |
[all...]
H A Dutils.h80 int flags_match; member in struct:mft_search_ctx
H A Dcluster.c61 if (!(m_ctx->flags_match & FEMR_BASE_RECORD))
H A Dntfscluster.c296 if (!(m_ctx->flags_match & FEMR_IN_USE))
313 if (m_ctx->flags_match & FEMR_METADATA)
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_retr.c41 #define flags_match(a,b) (((a) & (b)) == (a)) macro
182 flags_match(mcreds->ticket_flags, creds->ticket_flags))

Completed in 35 milliseconds