Home
last modified time | relevance | path

Searched defs:cache_node (Results 1 – 2 of 2) sorted by relevance

/dragonfly/lib/libc/rpc/
H A Dsvc_dg.c331 struct cache_node { struct
335 u_int32_t cache_xid;
336 rpcproc_t cache_proc;
337 rpcvers_t cache_vers;
338 rpcprog_t cache_prog;
339 struct netbuf cache_addr;
343 char *cache_reply;
344 size_t cache_replylen;
348 cache_ptr cache_next;
/dragonfly/contrib/gcc-4.7/libobjc/objc-private/
H A Dhash.h40 typedef struct cache_node struct
42 struct cache_node *next; /* Pointer to next entry on the list. argument
44 const void *key; /* Key used to locate the value. Used
48 void *value; /* Value stored for the key. */