Searched refs:first_file (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_set.c | 35 file = profile->first_file; in rw_setup() 102 retval = k5_mutex_lock(&profile->first_file->data->lock); in profile_update_relation() 105 section = profile->first_file->data->root; in profile_update_relation() 111 k5_mutex_unlock(&profile->first_file->data->lock); in profile_update_relation() 125 profile->first_file->data->flags |= PROFILE_FILE_DIRTY; in profile_update_relation() 126 k5_mutex_unlock(&profile->first_file->data->lock); in profile_update_relation() 151 section = profile->first_file->data->root; in profile_clear_relation() 170 profile->first_file->data->flags |= PROFILE_FILE_DIRTY; in profile_clear_relation() 197 retval = k5_mutex_lock(&profile->first_file->data->lock); in profile_rename_section() 200 section = profile->first_file->data->root; in profile_rename_section() [all …]
|
H A D | prof_init.c | 58 profile->first_file = new_file; in profile_init() 96 COUNT_LINKED_LIST (size, prf_file_t, old_profile->first_file, next); in profile_copy() 100 for (i = 0, file = old_profile->first_file; i < size; i++, file = file->next) in profile_copy() 170 if (profile->first_file) in profile_is_writable() 171 *writable = (profile->first_file->data->flags & PROFILE_FILE_RW); in profile_is_writable() 185 if (profile->first_file) in profile_is_modified() 186 *modified = (profile->first_file->data->flags & PROFILE_FILE_DIRTY); 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() [all …]
|
H A D | prof_int.h | 95 prf_file_t first_file; member
|
H A D | prof_tree.c | 432 iter->file = profile->first_file; in profile_node_iterator_create()
|
H A D | prof_solaris.c | 261 for (p = profile->first_file; p; p = next) { in __profile_release()
|
/titanic_41/usr/src/tools/codereview/ |
H A D | lwlp.c | 274 int ch, i, j, first_file; in main() local 445 first_file = optind; in main() 446 for (j = first_file; j < argc; j++) { in main() 453 if (iscodereview && (first_file + 2) != argc) { in main() 561 CODEREVIEW, argv[first_file+1], argv[first_file]); in main() 563 bannerfile = argv[first_file+1]; in main() 573 } else if (first_file == argc) { /* no files on command line */ in main() 579 for (i = first_file; i < argc; i++) { in main()
|
/titanic_41/usr/src/cmd/sgs/gprof/common/ |
H A D | gprof.c | 722 if (first_file) in tally() 1330 if (first_file) in getpfiledata() 1331 first_file = FALSE; in getpfiledata() 1420 if (first_file) in readarcs() 1421 first_file = FALSE; in readarcs() 1757 first_file = TRUE; in main()
|
H A D | gprof.h | 315 bool first_file; /* for difference option */ variable
|