Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Ddevfs.h452 int devfs_WildCaseCmp(const char *w, const char *s);
/dragonfly/sys/vfs/devfs/
H A Ddevfs_rules.c383 no_match = devfs_WildCaseCmp(name, node->d_dir.d_name); in devfs_rule_checkname()
H A Ddevfs_core.c3028 devfs_WildCaseCmp(const char *w, const char *s) in devfs_WildCaseCmp() function