Searched refs:device_path (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/tools/laptop/freefall/ |
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.4.14/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.4.14/fs/btrfs/ |
D | volumes.h | 449 char *device_path, 454 int btrfs_rm_device(struct btrfs_root *root, char *device_path); 463 int btrfs_init_dev_replace_tgtdev(struct btrfs_root *root, char *device_path, 496 void btrfs_scratch_superblocks(struct block_device *bdev, char *device_path);
|
D | volumes.c | 268 btrfs_get_bdev_and_sb(const char *device_path, fmode_t flags, void *holder, in btrfs_get_bdev_and_sb() argument 274 *bdev = blkdev_get_by_path(device_path, flags, holder); in btrfs_get_bdev_and_sb() 1690 int btrfs_rm_device(struct btrfs_root *root, char *device_path) in btrfs_rm_device() argument 1745 if (strcmp(device_path, "missing") == 0) { in btrfs_rm_device() 1771 ret = btrfs_get_bdev_and_sb(device_path, in btrfs_rm_device() 1932 update_dev_time(device_path); in btrfs_rm_device() 2046 static int btrfs_find_device_by_path(struct btrfs_root *root, char *device_path, in btrfs_find_device_by_path() argument 2057 ret = btrfs_get_bdev_and_sb(device_path, FMODE_READ, in btrfs_find_device_by_path() 2074 char *device_path, in btrfs_find_device_missing_or_by_path() argument 2078 if (strcmp(device_path, "missing") == 0) { in btrfs_find_device_missing_or_by_path() [all …]
|
/linux-4.4.14/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.4.14/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.4.14/include/uapi/linux/ |
D | edd.h | 167 } device_path; member
|
/linux-4.4.14/Documentation/usb/ |
D | authorization.txt | 59 echo 1 > $device_path/authorized
|