OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rcache
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/krb5/
replay.c
304
krb5_rcache
rcache
;
local
322
ret = krb5_rc_resolve_full(context, &
rcache
, name);
326
*id =
rcache
;
krb5.h
657
krb5_rcache
rcache
;
member in struct:krb5_auth_context_data
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_execbuf.c
282
* @
rcache
: Pointer to the entry to update.
287
static void vmw_execbuf_rcache_update(struct vmw_res_cache_entry *
rcache
,
291
rcache
->res = res;
292
rcache
->private = private;
293
rcache
->valid = 1;
294
rcache
->valid_handle = 0;
315
struct vmw_res_cache_entry *
rcache
;
local
320
rcache
= &sw_context->res_cache[res_type];
321
if (likely(
rcache
->valid &&
rcache
->res == res))
364
struct vmw_res_cache_entry *
rcache
;
local
659
struct vmw_res_cache_entry *
rcache
= &sw_context->res_cache[res_type];
local
867
struct vmw_res_cache_entry *
rcache
=
local
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
i386-tdep.c
8895
regcache *
rcache
= get_thread_regcache (inferior_thread ());
8896
gdbarch *arch =
rcache
->arch ();
8899
regstatus = regcache_raw_read_unsigned (
rcache
, tdep->bndcfgu_regnum, &ret);
8868
regcache *
rcache
= get_thread_regcache (inferior_thread ());
local
Completed in 20 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026