Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_string.h44 extern int topo_strmatch(const char *, const char *);
H A Dtopo_string.c310 topo_strmatch(const char *s, const char *p) in topo_strmatch() function
332 if (topo_strmatch(s++, p) != 0) in topo_strmatch()