Home
last modified time | relevance | path

Searched refs:first_file (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_set.c34 file = profile->first_file; in rw_setup()
104 section = profile->first_file->data->root; in profile_update_relation()
110 k5_mutex_unlock(&profile->first_file->data->lock); in profile_update_relation()
125 k5_mutex_unlock(&profile->first_file->data->lock); in profile_update_relation()
150 section = profile->first_file->data->root; in profile_clear_relation()
169 profile->first_file->data->flags |= PROFILE_FILE_DIRTY; in profile_clear_relation()
199 section = profile->first_file->data->root; in profile_rename_section()
220 k5_mutex_unlock(&profile->first_file->data->lock); in profile_rename_section()
252 section = profile->first_file->data->root; in profile_add_relation()
278 k5_mutex_unlock(&profile->first_file->data->lock); in profile_add_relation()
[all …]
H A Dprof_init.c58 profile->first_file = new_file; in profile_init()
170 if (profile->first_file) in profile_is_writable()
185 if (profile->first_file) in profile_is_modified()
197 if (profile->first_file) in profile_flush()
198 return profile_flush_file(profile->first_file); in profile_flush()
209 if (profile->first_file) in profile_flush_to_file()
210 return profile_flush_file_to_file(profile->first_file, in profile_flush_to_file()
236 for (p = profile->first_file; p; p = next) { in profile_abandon()
252 for (p = profile->first_file; p; p = next) { in profile_release()
271 for (pfp = profile->first_file; pfp; pfp = pfp->next) { in profile_ser_size()
[all …]
H A Dprof_int.h95 prf_file_t first_file; member
H A Dprof_tree.c432 iter->file = profile->first_file; in profile_node_iterator_create()
H A Dprof_solaris.c261 for (p = profile->first_file; p; p = next) { in __profile_release()
/illumos-gate/usr/src/test/zfs-tests/cmd/mkfiles/
H A Dmkfiles.c38 unsigned int first_file = 0; in main() local
48 if (argc == 4 && sscanf(argv[3], "%u", &first_file) != 1) in main()
51 if (numfiles < first_file) in main()
54 for (i = first_file; i < first_file + numfiles; i++) { in main()
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c49 bool first_file; variable
758 if (first_file) in tally()
1367 if (first_file) in getpfiledata()
1368 first_file = FALSE; in getpfiledata()
1457 if (first_file) in readarcs()
1458 first_file = FALSE; in readarcs()
1794 first_file = TRUE; in main()
H A Dgprof.h311 extern bool first_file; /* for difference option */