Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zed/
H A Dzed_strings.c36 typedef struct zed_strings_node zed_strings_node_t; typedef
45 const zed_strings_node_t *n1 = x1; in _zed_strings_node_compare()
46 const zed_strings_node_t *n2 = x2; in _zed_strings_node_compare()
64 sizeof (zed_strings_node_t), offsetof(zed_strings_node_t, node)); in zed_strings_create()
74 _zed_strings_node_destroy(zed_strings_node_t *np) in _zed_strings_node_destroy()
96 static zed_strings_node_t *
99 zed_strings_node_t *np; in _zed_strings_node_create()
132 zed_strings_node_t *np; in zed_strings_destroy()
155 zed_strings_node_t *newp, *oldp; in zed_strings_add()
194 return (((zed_strings_node_t *)zsp->iteratorp)->val); in zed_strings_first()
[all …]