Searched refs:first_file (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/cmd/mkfiles/
H A Dmkfiles.c38 unsigned int first_file = 0; local
45 if (argc == 4 && sscanf(argv[3], "%u", &first_file) != 1)
48 if (numfiles < first_file)
52 for (unsigned int i = first_file; i <= numfiles; i++) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_set.c35 file = profile->first_file;
102 retval = k5_mutex_lock(&profile->first_file->data->lock);
105 section = profile->first_file->data->root;
111 k5_mutex_unlock(&profile->first_file->data->lock);
125 profile->first_file->data->flags |= PROFILE_FILE_DIRTY;
126 k5_mutex_unlock(&profile->first_file->data->lock);
151 section = profile->first_file->data->root;
170 profile->first_file->data->flags |= PROFILE_FILE_DIRTY;
197 retval = k5_mutex_lock(&profile->first_file->data->lock);
200 section = profile->first_file
[all...]
H A Dprof_init.c58 profile->first_file = new_file;
96 COUNT_LINKED_LIST (size, prf_file_t, old_profile->first_file, next);
100 for (i = 0, file = old_profile->first_file; i < size; i++, file = file->next)
170 if (profile->first_file)
171 *writable = (profile->first_file->data->flags & PROFILE_FILE_RW);
185 if (profile->first_file)
186 *modified = (profile->first_file->data->flags & PROFILE_FILE_DIRTY);
197 if (profile->first_file)
198 return profile_flush_file(profile->first_file);
209 if (profile->first_file)
[all...]
H A Dprof_int.h95 prf_file_t first_file; member in struct:_profile_t
H A Dprof_solaris.c261 for (p = profile->first_file; p; p = next) {
H A Dprof_tree.c432 iter->file = profile->first_file;
/illumos-gate/usr/src/tools/codereview/
H A Dlwlp.c274 int ch, i, j, first_file; local
445 first_file = optind;
446 for (j = first_file; j < argc; j++) {
453 if (iscodereview && (first_file + 2) != argc) {
561 CODEREVIEW, argv[first_file+1], argv[first_file]);
563 bannerfile = argv[first_file+1];
573 } else if (first_file == argc) { /* no files on command line */
579 for (i = first_file; i < argc; i++) {
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c722 if (first_file)
1330 if (first_file)
1331 first_file = FALSE;
1420 if (first_file)
1421 first_file = FALSE;
1757 first_file = TRUE;
H A Dgprof.h315 bool first_file; /* for difference option */ variable

Completed in 75 milliseconds