Searched refs:device_path (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/Documentation/laptops/ |
D | freefall.c | 27 static char device_path[32]; variable 34 strncpy(device_path, device, sizeof(device_path) - 1); in set_unload_heads_path() 86 syslog(LOG_INFO, "%s %s disk head\n", str, device_path); in protect()
|
/linux-4.1.27/drivers/firmware/ |
D | edd.c | 197 info->params.device_path.atapi.device, in edd_show_interface() 198 info->params.device_path.atapi.lun); in edd_show_interface() 201 info->params.device_path.ata.device); in edd_show_interface() 204 info->params.device_path.scsi.id, in edd_show_interface() 205 info->params.device_path.scsi.lun); in edd_show_interface() 208 info->params.device_path.usb.serial_number); in edd_show_interface() 211 info->params.device_path.i1394.eui); in edd_show_interface() 214 info->params.device_path.fibre.wwid, in edd_show_interface() 215 info->params.device_path.fibre.lun); in edd_show_interface() 218 info->params.device_path.i2o.identity_tag); in edd_show_interface() [all …]
|
/linux-4.1.27/arch/parisc/include/uapi/asm/ |
D | pdc.h | 350 struct device_path { /* page 1-69 */ struct 358 struct device_path dp; /* see above */ argument
|
/linux-4.1.27/drivers/parisc/ |
D | pdc_stable.c | 104 struct device_path devpath; /* device path in parisc representation */ 154 struct device_path *devpath; in pdcspath_fetch() 195 struct device_path *devpath; in pdcspath_store() 237 struct device_path *devpath; in pdcspath_hwpath_read() 358 struct device_path *devpath; in pdcspath_layer_read()
|
/linux-4.1.27/fs/btrfs/ |
D | volumes.h | 434 char *device_path, 439 int btrfs_rm_device(struct btrfs_root *root, char *device_path); 448 int btrfs_init_dev_replace_tgtdev(struct btrfs_root *root, char *device_path,
|
D | volumes.c | 188 btrfs_get_bdev_and_sb(const char *device_path, fmode_t flags, void *holder, in btrfs_get_bdev_and_sb() argument 194 *bdev = blkdev_get_by_path(device_path, flags, holder); in btrfs_get_bdev_and_sb() 198 printk(KERN_INFO "BTRFS: open %s failed\n", device_path); in btrfs_get_bdev_and_sb() 1546 int btrfs_rm_device(struct btrfs_root *root, char *device_path) in btrfs_rm_device() argument 1601 if (strcmp(device_path, "missing") == 0) { in btrfs_rm_device() 1627 ret = btrfs_get_bdev_and_sb(device_path, in btrfs_rm_device() 1788 update_dev_time(device_path); in btrfs_rm_device() 1899 static int btrfs_find_device_by_path(struct btrfs_root *root, char *device_path, in btrfs_find_device_by_path() argument 1910 ret = btrfs_get_bdev_and_sb(device_path, FMODE_READ, in btrfs_find_device_by_path() 1927 char *device_path, in btrfs_find_device_missing_or_by_path() argument [all …]
|
/linux-4.1.27/include/uapi/linux/ |
D | edd.h | 167 } device_path; member
|
/linux-4.1.27/Documentation/usb/ |
D | authorization.txt | 59 echo 1 > $device_path/authorized
|