Home
last modified time | relevance | path

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

/freebsd/contrib/smart/
H A Dlibsmart.h95 } smart_map_t; typedef
145 smart_map_t *smart_read(smart_h);
153 void smart_free(smart_map_t *);
164 void smart_print(smart_h, smart_map_t *, smart_matches_t *, uint32_t);
H A Dlibsmart.c68 static smart_map_t *__smart_map(smart_h h, smart_buf_t *sb);
128 smart_map_t *
133 smart_map_t *sm = NULL; in smart_read()
190 smart_free(smart_map_t *sm) in smart_free()
210 smart_map_t *tm = sm->attr[i].thresh; in smart_free()
316 __smart_print_thresh(smart_map_t *tm, uint32_t flags) in __smart_print_thresh()
353 smart_print(__attribute__((unused)) smart_h h, smart_map_t *sm, smart_matches_t *which, uint32_t fl… in smart_print()
586 static smart_map_t *
589 smart_map_t *sm = NULL; in __smart_map_ata_thresh()
591 sm = malloc(sizeof(smart_map_t) + (THRESH_COUNT * sizeof(smart_attr_t))); in __smart_map_ata_thresh()
[all …]
H A Dsmart.c200 smart_map_t *sm = NULL; in main()