Home
last modified time | relevance | path

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

/src/crypto/krb5/src/util/profile/
H A Dprof_set.c36 if (profile->first_file == NULL) { in rw_setup()
37 profile->first_file = profile_open_memory(); in rw_setup()
38 return (profile->first_file == NULL) ? ENOMEM : 0; in rw_setup()
41 file = profile->first_file; in rw_setup()
102 k5_mutex_lock(&profile->first_file->data->lock); in profile_update_relation()
103 section = profile->first_file->data->root; in profile_update_relation()
109 k5_mutex_unlock(&profile->first_file->data->lock); in profile_update_relation()
123 profile->first_file->data->flags |= PROFILE_FILE_DIRTY; in profile_update_relation()
124 k5_mutex_unlock(&profile->first_file->data->lock); in profile_update_relation()
156 section = profile->first_file->data->root; in profile_clear_relation()
[all …]
H A Dprof_init.c214 profile->first_file = new_file; in profile_init_flags()
309 nextp = &profile->first_file; in profile_copy()
310 for (p = old_profile->first_file; p != NULL; p = p->next) { in profile_copy()
395 if (profile->first_file) in profile_is_writable()
396 *writable = profile_file_is_writable(profile->first_file); in profile_is_writable()
418 if (profile->first_file) in profile_is_modified()
419 *modified = (profile->first_file->data->flags & PROFILE_FILE_DIRTY); in profile_is_modified()
436 if (profile->first_file) in profile_flush()
437 return profile_flush_file(profile->first_file); in profile_flush()
451 if (profile->first_file) in profile_flush_to_file()
[all …]
H A Dtest_profile.c66 (profile->first_file->data->root, stdout); in do_batchmode()
74 (profile->first_file->data->root); in do_batchmode()
H A Dprof_int.h95 prf_file_t first_file; member
H A Dprof_tree.c489 iter->file = profile->first_file; in profile_node_iterator_create()
/src/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dmkfiles.c37 unsigned int first_file = 0; in main() local
47 if (argc == 4 && sscanf(argv[3], "%u", &first_file) != 1) in main()
50 for (i = first_file; i < first_file + numfiles; i++) { in main()
/src/lib/libdpv/
H A Ddpv.c135 struct dpv_file_node *first_file; in dpv() local
471 first_file = file_list; in dpv()
472 fc = first_file->name; in dpv()
479 __func__, first_file->name); in dpv()