Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dcondition.c519 _cleanup_strv_free_ char **dtcompatlist = NULL; in condition_test_firmware_devicetree_compatible() local
543 dtcompatlist = strv_parse_nulstr(dtcompat, size); in condition_test_firmware_devicetree_compatible()
544 if (!dtcompatlist) in condition_test_firmware_devicetree_compatible()
547 return strv_contains(dtcompatlist, dtcarg); in condition_test_firmware_devicetree_compatible()