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

/illumos-gate/usr/src/cmd/nscd/
H A Dcache.c1353 nsc_entry_t *this_entry; local
1433 rc = lookup_cache(largs, &cfg, &args, whoami, &this_entry);
1447 this_stats = &this_entry->stats;
1515 (void) nscd_wait(ctx, nscdb, this_entry);
1534 delete_entry(nscdb, ctx, this_entry);
1559 (void) nscd_signal(ctx, nscdb, this_entry);
1572 status = dup_packed_buffer(largs, this_entry);
1574 delete_entry(nscdb, ctx, this_entry);
1584 status = nss_packed_getkey(this_entry->buffer,
1585 this_entry
[all...]

Completed in 133 milliseconds