Home
last modified time | relevance | path

Searched refs:profile_flush_file (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_int.h236 #define profile_flush_file(P) (((P) && (P)->magic == PROF_MAGIC_FILE) ? profile_flush_file_data((P)… macro
H A Dprof_file.c610 retval = profile_flush_file(prf); in profile_close_file()
H A Dprof_init.c198 return profile_flush_file(profile->first_file); in profile_flush()