Searched refs:zed_strings_t (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/contrib/openzfs/cmd/zed/ |
| H A D | zed_strings.h | 19 typedef struct zed_strings zed_strings_t; typedef 21 zed_strings_t *zed_strings_create(void); 22 void zed_strings_destroy(zed_strings_t *zsp); 23 int zed_strings_add(zed_strings_t *zsp, const char *key, const char *s); 24 const char *zed_strings_first(zed_strings_t *zsp); 25 const char *zed_strings_next(zed_strings_t *zsp); 26 int zed_strings_count(zed_strings_t *zsp);
|
| H A D | zed_strings.c | 54 zed_strings_t * 57 zed_strings_t *zsp; in zed_strings_create() 129 zed_strings_destroy(zed_strings_t *zsp) in zed_strings_destroy() 153 zed_strings_add(zed_strings_t *zsp, const char *key, const char *s) in zed_strings_add() 184 zed_strings_first(zed_strings_t *zsp) in zed_strings_first() 205 zed_strings_next(zed_strings_t *zsp) in zed_strings_next() 225 zed_strings_count(zed_strings_t *zsp) in zed_strings_count()
|
| H A D | zed_event.c | 270 _zed_event_add_var(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_var() 369 _zed_event_add_int8_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_int8_array() 399 _zed_event_add_uint8_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_uint8_array() 429 _zed_event_add_int16_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_int16_array() 459 _zed_event_add_uint16_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_uint16_array() 489 _zed_event_add_int32_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_int32_array() 519 _zed_event_add_uint32_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_uint32_array() 549 _zed_event_add_int64_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_int64_array() 579 _zed_event_add_uint64_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_uint64_array() 611 _zed_event_add_string_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_string_array() [all …]
|
| H A D | zed_exec.h | 26 struct zed_conf *zcp, zed_strings_t *envs);
|
| H A D | zed_conf.h | 29 zed_strings_t *zedlets; /* names of enabled zedlets */
|
| H A D | zed_exec.c | 66 _zed_exec_create_env(zed_strings_t *zsp) in _zed_exec_create_env() 366 struct zed_conf *zcp, zed_strings_t *envs) in zed_exec_process()
|
| H A D | zed_conf.c | 333 zed_strings_t *zedlets; in zed_conf_scan_dir()
|