Searched refs:this_entry (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcount.c220 FatDirEntry* this_entry; local
232 while ( (this_entry = fat_traverse_next_dir_entry (trav_info)) ) {
233 if (fat_dir_entry_is_null_term (this_entry))
235 if (!fat_dir_entry_has_first_cluster (this_entry, fs))
237 if (this_entry->name [0] == '.')
240 fat_dir_entry_get_name (this_entry, file_name_start);
241 first_cluster = fat_dir_entry_get_first_cluster(this_entry, fs);
242 size = ped_div_round_up (fat_dir_entry_get_length (this_entry),
251 if (fat_dir_entry_is_system_file (this_entry)
273 if (fat_dir_entry_is_directory (this_entry)) {
[all...]
/opensolaris-onvv-gate/usr/src/cmd/nscd/
H A Dcache.c1351 nsc_entry_t *this_entry; local
1433 rc = lookup_cache(largs, &cfg, &args, whoami, &this_entry);
1447 this_stats = &this_entry->stats;
1513 (void) nscd_wait(ctx, nscdb, this_entry);
1532 delete_entry(nscdb, ctx, this_entry);
1555 (void) nscd_signal(ctx, nscdb, this_entry);
1568 status = dup_packed_buffer(largs, this_entry);
1570 delete_entry(nscdb, ctx, this_entry);
1578 status = nss_packed_getkey(this_entry->buffer,
1579 this_entry
[all...]

Completed in 99 milliseconds