Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDdevfs.h452 int devfs_WildCaseCmp(const char *w, const char *s);
/dragonfly/sys/vfs/devfs/
HDdevfs_rules.c383 no_match = devfs_WildCaseCmp(name, node->d_dir.d_name); in devfs_rule_checkname()
HDdevfs_core.c3028 devfs_WildCaseCmp(const char *w, const char *s) in devfs_WildCaseCmp() function