Home
last modified time | relevance | path

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

/dragonfly/contrib/lvm2/dist/lib/display/
H A Ddisplay.c32 } _policies[] = { variable
41 static const int _num_policies = sizeof(_policies) / sizeof(*_policies);
130 if (_policies[i].alloc == alloc) in get_alloc_string()
131 return _policies[i].str; in get_alloc_string()
141 if (!strcmp(_policies[i].str, str)) in get_alloc_from_string()
142 return _policies[i].alloc; in get_alloc_from_string()