Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_strings.c35 typedef struct zed_strings_node zed_strings_node_t; typedef
51 s1 = ((const zed_strings_node_t *) x1)->key; in _zed_strings_node_compare()
53 s2 = ((const zed_strings_node_t *) x2)->key; in _zed_strings_node_compare()
79 sizeof (zed_strings_node_t), offsetof(zed_strings_node_t, node)); in zed_strings_create()
89 _zed_strings_node_destroy(zed_strings_node_t *np) in _zed_strings_node_destroy()
111 static zed_strings_node_t *
114 zed_strings_node_t *np; in _zed_strings_node_create()
147 zed_strings_node_t *np; in zed_strings_destroy()
170 zed_strings_node_t *newp, *oldp; in zed_strings_add()
209 return (((zed_strings_node_t *)zsp->iteratorp)->val); in zed_strings_first()
[all …]