Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/avs/ns/
H A Dnsctl_inter.h140 int nsc_strmatch(char *, char *) { } in nsc_strmatch() function
H A Dnsctl.h434 extern int nsc_strmatch(char *, char *);
/titanic_50/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_gen.c763 nsc_strmatch(char *s, char *pat) in nsc_strmatch() function
777 if (nsc_strmatch(s, pat)) in nsc_strmatch()
H A Dnsc_dev.c496 if (path && !nsc_strmatch(dev->nsc_path, path))
1623 if (nsc_strmatch(path, sp->sp_path)) in _nsc_find_io()
1632 nsc_strmatch(path, pp->sp_path)) { in _nsc_find_io()