Searched refs:ADT_HAVE_ALL (Results 1 – 3 of 3) sorted by relevance
1318 internal->as_have_user_data = ADT_HAVE_ALL; in adt_import()1460 state->as_have_user_data = ADT_HAVE_ALL; in adt_init()1504 if ((state->as_have_user_data & (ADT_HAVE_ALL & ~ADT_HAVE_IDS)) != in adt_set_proc()1505 (ADT_HAVE_ALL & ~ADT_HAVE_IDS)) { in adt_set_proc()1631 state->as_have_user_data = ADT_HAVE_ALL; in adt_set_user()1634 if (state->as_have_user_data != ADT_HAVE_ALL) { in adt_set_user()1644 if (state->as_have_user_data != ADT_HAVE_ALL) { in adt_set_user()1741 state->as_have_user_data = ADT_HAVE_ALL; in adt_set_from_ucred()1750 state->as_have_user_data = ADT_HAVE_ALL; in adt_set_from_ucred()1753 if (state->as_have_user_data != ADT_HAVE_ALL) { in adt_set_from_ucred()[all …]
61 #define ADT_HAVE_ALL (uint32_t)\ macro
584 assert(sp->as_have_user_data == ADT_HAVE_ALL); in adt_to_subject()