Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_set.c41 if (file->data->flags & PROFILE_FILE_DIRTY) { in rw_setup()
124 profile->first_file->data->flags |= PROFILE_FILE_DIRTY; in profile_update_relation()
169 profile->first_file->data->flags |= PROFILE_FILE_DIRTY; in profile_clear_relation()
219 profile->first_file->data->flags |= PROFILE_FILE_DIRTY; in profile_rename_section()
282 profile->first_file->data->flags |= PROFILE_FILE_DIRTY; in profile_add_relation()
H A Dprof_int.h85 #define PROFILE_FILE_DIRTY 0x0002 macro
H A Dprof_file.c514 if ((data->flags & PROFILE_FILE_DIRTY) == 0) { in profile_flush_file_data()
H A Dprof_init.c186 *modified = (profile->first_file->data->flags & PROFILE_FILE_DIRTY); in profile_is_modified()