Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-ioctl.c567 static bool filter_device(struct hash_cell *hc, const char *pfx_name, const char *pfx_uuid) in filter_device() argument
582 pfx_len = strnlen(pfx_uuid, DM_UUID_LEN); in filter_device()
585 if (memcmp(val, pfx_uuid, pfx_len)) in filter_device()