Searched refs:match_sysfs_device (Results 1 – 1 of 1) sorted by relevance
/external/rootdev/ |
D | rootdev.c | 89 static int match_sysfs_device(char *name, size_t name_len, in match_sysfs_device() function 183 found = match_sysfs_device(name, name_len, working_path, dev, depth + 1); in match_sysfs_device() 256 if (match_sysfs_device(dst, size, dst, &dev, 0) <= 0) { in rootdev_get_device() 296 if (match_sysfs_device(slave, size, dst, dev, 0) <= 0) { in rootdev_get_device_slave()
|