Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_strings.h18 typedef struct zed_strings zed_strings_t; typedef
20 zed_strings_t *zed_strings_create(void);
21 void zed_strings_destroy(zed_strings_t *zsp);
22 int zed_strings_add(zed_strings_t *zsp, const char *key, const char *s);
23 const char *zed_strings_first(zed_strings_t *zsp);
24 const char *zed_strings_next(zed_strings_t *zsp);
25 int zed_strings_count(zed_strings_t *zsp);
H A Dzed_strings.c69 zed_strings_t *
72 zed_strings_t *zsp; in zed_strings_create()
144 zed_strings_destroy(zed_strings_t *zsp) in zed_strings_destroy()
168 zed_strings_add(zed_strings_t *zsp, const char *key, const char *s) in zed_strings_add()
199 zed_strings_first(zed_strings_t *zsp) in zed_strings_first()
220 zed_strings_next(zed_strings_t *zsp) in zed_strings_next()
240 zed_strings_count(zed_strings_t *zsp) in zed_strings_count()
H A Dzed_exec.h22 const char *dir, zed_strings_t *zedlets, zed_strings_t *envs,
H A Dzed_event.c215 _zed_event_add_var(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_var()
314 _zed_event_add_int8_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_int8_array()
344 _zed_event_add_uint8_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_uint8_array()
374 _zed_event_add_int16_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_int16_array()
404 _zed_event_add_uint16_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_uint16_array()
434 _zed_event_add_int32_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_int32_array()
464 _zed_event_add_uint32_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_uint32_array()
494 _zed_event_add_int64_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_int64_array()
524 _zed_event_add_uint64_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_uint64_array()
556 _zed_event_add_string_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_string_array()
[all …]
H A Dzed_exec.c38 _zed_exec_create_env(zed_strings_t *zsp) in _zed_exec_create_env()
196 const char *dir, zed_strings_t *zedlets, zed_strings_t *envs, int zfd) in zed_exec_process()
H A Dzed_conf.h36 zed_strings_t *zedlets; /* names of enabled zedlets */
H A Dzed_conf.c344 zed_strings_t *zedlets; in zed_conf_scan_dir()