Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_exec.c51 for (q = zed_strings_first(zsp); q; q = zed_strings_next(zsp)) in _zed_exec_create_env()
61 for (q = zed_strings_first(zsp); q; q = zed_strings_next(zsp)) { in _zed_exec_create_env()
223 for (z = zed_strings_first(zedlets); z; z = zed_strings_next(zedlets)) { in zed_exec_process()
H A Dzed_strings.h23 const char *zed_strings_first(zed_strings_t *zsp);
H A Dzed_strings.c199 zed_strings_first(zed_strings_t *zsp) in zed_strings_first() function