Symbol: prf_data_t
usr/src/lib/gss_mechs/mech_krb5/profile/prof_file.c
166
prf_data_t
usr/src/lib/gss_mechs/mech_krb5/profile/prof_file.c
169
prf_data_t d;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_file.c
201
prf_data_t data;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_file.c
307
errcode_t profile_update_file_data(prf_data_t data)
usr/src/lib/gss_mechs/mech_krb5/profile/prof_file.c
40
prf_data_t trees;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_file.c
406
static errcode_t write_data_to_file(prf_data_t data, const char *outfile,
usr/src/lib/gss_mechs/mech_krb5/profile/prof_file.c
492
errcode_t profile_flush_file_data_to_buffer (prf_data_t data, char **bufp)
usr/src/lib/gss_mechs/mech_krb5/profile/prof_file.c
503
errcode_t profile_flush_file_data(prf_data_t data)
usr/src/lib/gss_mechs/mech_krb5/profile/prof_file.c
524
errcode_t profile_flush_file_data_to_file(prf_data_t data, const char *outfile)
usr/src/lib/gss_mechs/mech_krb5/profile/prof_file.c
541
void profile_dereference_data(prf_data_t data)
usr/src/lib/gss_mechs/mech_krb5/profile/prof_file.c
550
void profile_dereference_data_locked(prf_data_t data)
usr/src/lib/gss_mechs/mech_krb5/profile/prof_file.c
575
static void profile_free_file_data(prf_data_t data)
usr/src/lib/gss_mechs/mech_krb5/profile/prof_file.c
583
prf_data_t prev, next;
usr/src/lib/gss_mechs/mech_krb5/profile/prof_file.c
82
static void profile_free_file_data(prf_data_t);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_file.c
88
prf_data_t d; \
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
234
(prf_data_t profile);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
238
(prf_data_t data);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
242
(prf_data_t data, const char *outfile);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
245
(prf_data_t data, char **bufp);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
253
void profile_dereference_data (prf_data_t);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
254
void profile_dereference_data_locked (prf_data_t);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_int.h
71
prf_data_t profile_make_prf_data(const char *);
usr/src/lib/gss_mechs/mech_krb5/profile/prof_set.c
47
prf_data_t new_data;