Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h111 struct cache_node *node; /* node for this minor */
116 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
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dsvc_udp.c309 typedef struct cache_node *cache_ptr;
310 struct cache_node { struct
433 victim = ALLOC(struct cache_node, 1);
443 FREE(victim, struct cache_node, 1);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.c634 typedef struct cache_node *cache_ptr;
635 struct cache_node { struct
799 victim = malloc(sizeof (struct cache_node)); in cache_set()