Searched refs:zed_strings_t (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/cmd/zed/ |
| H A D | zed_strings.h | 18 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 D | zed_strings.c | 69 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 D | zed_event.c | 269 _zed_event_add_var(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_var() 368 _zed_event_add_int8_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_int8_array() 398 _zed_event_add_uint8_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_uint8_array() 428 _zed_event_add_int16_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_int16_array() 458 _zed_event_add_uint16_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_uint16_array() 488 _zed_event_add_int32_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_int32_array() 518 _zed_event_add_uint32_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_uint32_array() 548 _zed_event_add_int64_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_int64_array() 578 _zed_event_add_uint64_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_uint64_array() 610 _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 | 25 struct zed_conf *zcp, zed_strings_t *envs);
|
| H A D | zed_conf.h | 28 zed_strings_t *zedlets; /* names of enabled zedlets */
|
| H A D | zed_exec.c | 76 _zed_exec_create_env(zed_strings_t *zsp) in _zed_exec_create_env() 326 struct zed_conf *zcp, zed_strings_t *envs) in zed_exec_process()
|
| H A D | zed_conf.c | 332 zed_strings_t *zedlets; in zed_conf_scan_dir()
|