Lines Matching refs:hwdb
30 #include "hwdb-internal.h"
31 #include "hwdb-util.h"
48 "/etc/udev/hwdb.d",
49 UDEVLIBEXECDIR "/hwdb.d",
574 _cleanup_(sd_hwdb_unrefp) sd_hwdb *hwdb = NULL;
584 r = sd_hwdb_new(&hwdb);
588 SD_HWDB_FOREACH_PROPERTY(hwdb, modalias, key, value)
616 r = conf_files_list_strv(&files, ".hwdb", arg_root, conf_file_dirs);
618 return log_error_errno(r, "failed to enumerate hwdb files: %m");
642 hwdb_bin = strjoin(arg_root, "/", arg_hwdb_bin_dir, "/hwdb.bin", NULL);
662 " update Update the hwdb database\n"