Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_int.h70 typedef struct _prf_data_t *prf_data_t; typedef
71 prf_data_t profile_make_prf_data(const char *);
234 (prf_data_t profile);
238 (prf_data_t data);
242 (prf_data_t data, const char *outfile);
245 (prf_data_t data, char **bufp);
253 void profile_dereference_data (prf_data_t);
254 void profile_dereference_data_locked (prf_data_t);
H A Dprof_file.c40 prf_data_t trees;
82 static void profile_free_file_data(prf_data_t);
88 prf_data_t d; \
166 prf_data_t
169 prf_data_t d; in profile_make_prf_data()
201 prf_data_t data; in profile_open_file()
307 errcode_t profile_update_file_data(prf_data_t data) in profile_update_file_data()
503 errcode_t profile_flush_file_data(prf_data_t data) in profile_flush_file_data()
541 void profile_dereference_data(prf_data_t data) in profile_dereference_data()
575 static void profile_free_file_data(prf_data_t data) in profile_free_file_data()
[all …]
H A Dprof_set.c47 prf_data_t new_data; in rw_setup()