Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dsvc_udp.c310 struct cache_node { struct
314 uint32_t cache_xid;
315 uint32_t cache_proc;
316 uint32_t cache_vers;
317 uint32_t cache_prog;
318 struct sockaddr_in cache_addr;
322 char * cache_reply;
323 uint32_t cache_replylen;
327 cache_ptr cache_next;
/illumos-gate/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;
/illumos-gate/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