Home
last modified time | relevance | path

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

/titanic_44/usr/src/ucblib/librpcsoc/
H A Dsvc_udp.c312 struct cache_node { struct
316 uint32_t cache_xid;
317 uint32_t cache_proc;
318 uint32_t cache_vers;
319 uint32_t cache_prog;
320 struct sockaddr_in cache_addr;
324 char * cache_reply;
325 uint32_t cache_replylen;
329 cache_ptr cache_next;
/titanic_44/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.c635 struct cache_node { struct
639 uint32_t cache_xid;
640 rpcproc_t cache_proc;
641 rpcvers_t cache_vers;
642 rpcprog_t cache_prog;
643 struct netbuf cache_addr;
647 char *cache_reply;
648 uint32_t cache_replylen;
652 cache_ptr cache_next;
/titanic_44/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h116 typedef struct cache_node { struct
118 struct cache_node *parent; /* node's parent */ argument
119 struct cache_node *sib; /* node's sibling */ argument
120 struct cache_node *child; /* first child for this node */ argument
122 } cache_node_t; argument