Lines Matching defs:devicenode
135 block_device_get_sysfs_path_and_link(const char *devicenode,
140 snprintf(sysfs_path, sysfs_path_len, "/sys/block/%s", devicenode);
215 const char *devicenode)
222 block_device_get_sysfs_path_and_link(devicenode,
236 const char *devicenode)
243 block_device_get_sysfs_path_and_link(devicenode,
325 const char *devicenode)
334 block_device_get_sysfs_path_and_link(devicenode,
396 char *name_buf, *device, *devnode, *devicenode, *ofpath;
406 devicenode = strip_trailing_digits (device);
411 ret = of_path_of_ide(ofpath, name_buf, device, devnode, devicenode);
414 ret = of_path_of_scsi(ofpath, name_buf, device, devnode, devicenode);
417 ret = of_path_of_vdisk(ofpath, name_buf, device, devnode, devicenode);
430 free (devicenode);
436 free (devicenode);