Searched refs:nvpair_value_match_regex (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/fm/libfmd_log/common/ |
H A D | fmd_filter.c | 116 (nvpair_value_match_regex(nvp, ai, value, value_regex, NULL) == 1))
|
/illumos-gate/usr/src/lib/libnvpair/ |
H A D | libnvpair.h | 46 extern int nvpair_value_match_regex(nvpair_t *, int, char *, regex_t *,
|
H A D | libnvpair.c | 959 nvpair_value_match_regex(nvpair_t *nvp, int ai, function 1286 return (nvpair_value_match_regex(nvp, ai, value, NULL, ep));
|
Completed in 46 milliseconds