Home
last modified time | relevance | path

Searched refs:cache_node_t (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c543 cache_node_t *cnp; in read_nodes()
799 cache_node_t *cnp, in write_nodes()
1107 cache_node_t *np; in subtree_free()
1465 cache_node_t *cnp; in get_last_node()
1689 cache_node_t **npp; in delete_unused_nodes()
2643 static cache_node_t *
2646 cache_node_t *pcnp, in node_insert()
2650 cache_node_t *cnp; in node_insert()
2685 cache_node_t **pp; in node_insert()
2702 cache_node_t *pcnp, in minor_insert()
[all …]
H A Ddevinfo_devlink.h122 } cache_node_t; typedef
129 cache_node_t *root; /* root of cache tree */
291 static int read_nodes(struct di_devlink_handle *hdp, cache_node_t *pcnp,
293 static int read_minors(struct di_devlink_handle *hdp, cache_node_t *pcnp,
303 static cache_node_t *node_insert(struct di_devlink_handle *hdp,
304 cache_node_t *pcnp, const char *path, int insert);
306 cache_node_t *pcnp, const char *name, const char *nodetype,
315 cache_node_t *cnp, uint32_t *next);
327 static void subtree_free(struct di_devlink_handle *hdp, cache_node_t **pp);
328 static void node_free(cache_node_t **pp);
[all …]