Home
last modified time | relevance | path

Searched refs:profile_flush_file_data (Results 1 – 2 of 2) 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)…
237 errcode_t profile_flush_file_data
H A Dprof_file.c503 errcode_t profile_flush_file_data(prf_data_t data) in profile_flush_file_data() function