Home
last modified time | relevance | path

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

/dflybsd-src/contrib/lvm2/dist/lib/device/
H A Ddev-cache.c54 } _cache; variable
56 #define _alloc(x) dm_pool_zalloc(_cache.mem, (x))
57 #define _free(x) dm_pool_free(_cache.mem, (x))
58 #define _strdup(x) dm_pool_strdup(_cache.mem, (x))
147 if (_cache.preferred_names_matcher) in dev_set_preferred_name()
168 if (_cache.preferred_names_matcher) { in _compare_paths()
169 m0 = dm_regex_match(_cache.preferred_names_matcher, path0); in _compare_paths()
170 m1 = dm_regex_match(_cache.preferred_names_matcher, path1); in _compare_paths()
258 if (!(sl->str = dm_pool_strdup(_cache.mem, path))) in _add_alias()
290 if (dm_hash_lookup(_cache.names, path)) in _insert_dev()
[all …]
/dflybsd-src/contrib/dialog/
H A Dinputstr.c35 typedef struct _cache { struct
36 struct _cache *next; argument
/dflybsd-src/contrib/mpfr/src/
H A Dmpfr-impl.h989 #define MPFR_DECL_INIT_CACHE(_cache,_func) \ argument
990 mpfr_cache_t MPFR_THREAD_ATTR _cache = \