Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dcondition.c518 _cleanup_free_ char *dtcompat = NULL; in condition_test_firmware_devicetree_compatible() local
522 r = read_full_virtual_file(DTCOMPAT_FILE, &dtcompat, &size); in condition_test_firmware_devicetree_compatible()
538 if (dtcompat[size - 1] != '\0') { in condition_test_firmware_devicetree_compatible()
543 dtcompatlist = strv_parse_nulstr(dtcompat, size); in condition_test_firmware_devicetree_compatible()