Home
last modified time | relevance | path

Searched refs:pfx_name (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
574 pfx_len = strnlen(pfx_name, DM_NAME_LEN); in filter_device()
577 if (memcmp(val, pfx_name, pfx_len)) in filter_device()