Searched refs:subsystem_match (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-device/
H A Ddevice-enumerator.c566 const char *subsystem_match; local
574 SET_FOREACH(subsystem_match, enumerator->nomatch_subsystem, i)
575 if (fnmatch(subsystem_match, subsystem, 0) == 0)
581 SET_FOREACH(subsystem_match, enumerator->match_subsystem, i)
582 if (fnmatch(subsystem_match, subsystem, 0) == 0)

Completed in 1024 milliseconds