Searched refs:pfx_name (Results 1 – 1 of 1) sorted by relevance
549 static bool filter_device(struct hash_cell *hc, const char *pfx_name, const char *pfx_uuid) in filter_device() argument556 pfx_len = strnlen(pfx_name, DM_NAME_LEN); in filter_device()559 if (memcmp(val, pfx_name, pfx_len)) in filter_device()