Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/
H A Dtarget_core_configfs.c2309 return snprintf(page, PAGE_SIZE, "%s\n", dev->udev_path); in target_dev_udev_path_show()
2326 read_bytes = snprintf(&dev->udev_path[0], SE_UDEV_PATH_LEN, in target_dev_udev_path_store()
2330 if (dev->udev_path[read_bytes - 1] == '\n') in target_dev_udev_path_store()
2331 dev->udev_path[read_bytes - 1] = '\0'; in target_dev_udev_path_store()
2338 dev->udev_path); in target_dev_udev_path_store()
2636 CONFIGFS_ATTR(target_dev_, udev_path);
H A Dtarget_core_pscsi.c369 bd = blkdev_get_by_path(dev->udev_path, BLK_OPEN_WRITE | BLK_OPEN_READ, in pscsi_create_type_disk()
/openbmc/linux/include/target/
H A Dtarget_core_base.h860 unsigned char udev_path[SE_UDEV_PATH_LEN]; member