Searched defs:match_value (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-device/
H A Ddevice-enumerator.c347 static bool match_sysattr_value(sd_device *device, const char *sysattr, const char *match_value) { argument
358 if (!match_value)
361 if (fnmatch(match_value, value, 0) == 0)

Completed in 22 milliseconds