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

/osnet-11/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.c56 profile->first_file = new_file;
94 COUNT_LINKED_LIST (size, prf_file_t, old_profile->first_file, next);
98 for (i = 0, file = old_profile->first_file; i < size; i++, file = file->next)
167 if (profile->first_file)
168 *writable = profile_file_is_writable(profile->first_file);
182 if (profile->first_file)
183 *modified = (profile->first_file->data->flags & PROFILE_FILE_DIRTY);
194 if (profile->first_file)
195 return profile_flush_file(profile->first_file);
206 if (profile->first_file)
[all...]
H A Dprof_int.h93 prf_file_t first_file; member in struct:_profile_t
H A Dprof_solaris.c296 for (p = profile->first_file; p; p = next) {
1079 f = profile->first_file->data->filespec;
H A Dprof_tree.c435 iter->file = profile->first_file;
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dromfs.c49 grub_disk_addr_t first_file; member in struct:grub_romfs_data
134 data->first_file = ALIGN_UP (ptr - sb.d, GRUB_ROMFS_ALIGN) + sec * 512;
335 start.addr = data->first_file;
336 start.data_addr = data->first_file;
361 start.addr = data->first_file;
362 start.data_addr = data->first_file;
421 *label = grub_malloc (data->first_file + 1
429 data->first_file
439 (*label)[data->first_file - sizeof (struct grub_romfs_superblock)] = 0;

Completed in 27 milliseconds