Searched refs:disk_type (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/disk/ |
H A D | part_amiga.c | 93 static void print_disk_type(u32 disk_type) in print_disk_type() argument 96 buffer[0] = (disk_type & 0xFF000000)>>24; in print_disk_type() 97 buffer[1] = (disk_type & 0x00FF0000)>>16; in print_disk_type() 98 buffer[2] = (disk_type & 0x0000FF00)>>8; in print_disk_type() 100 buffer[4] = (disk_type & 0x000000FF) + '0'; in print_disk_type() 297 u32 disk_type; in part_get_info_amiga() local 308 disk_type = g->dos_type; in part_get_info_amiga() 310 info->type[0] = (disk_type & 0xFF000000)>>24; in part_get_info_amiga() 311 info->type[1] = (disk_type & 0x00FF0000)>>16; in part_get_info_amiga() 312 info->type[2] = (disk_type & 0x0000FF00)>>8; in part_get_info_amiga() [all …]
|
/openbmc/linux/lib/raid6/test/ |
H A D | test.c | 40 static char disk_type(int d) in disk_type() function 74 i, disk_type(i), in test_disks() 75 j, disk_type(j), in test_disks()
|
/openbmc/linux/crypto/async_tx/ |
H A D | raid6test.c | 46 static char disk_type(int d, int disks) in disk_type() function 143 __func__, i, j, i, disk_type(i, disks), j, disk_type(j, disks), in test_disks()
|
/openbmc/qemu/block/ |
H A D | vpc.c | 232 int disk_type = VHD_DYNAMIC; in vpc_open() local 287 disk_type = VHD_FIXED; in vpc_open() 349 if (disk_type == VHD_DYNAMIC) { in vpc_open() 985 int disk_type; in vpc_co_create() local 1000 disk_type = VHD_DYNAMIC; in vpc_co_create() 1003 disk_type = VHD_FIXED; in vpc_co_create() 1054 if (disk_type == VHD_DYNAMIC) { in vpc_co_create() 1070 footer.type = cpu_to_be32(disk_type); in vpc_co_create() 1077 if (disk_type == VHD_DYNAMIC) { in vpc_co_create()
|
/openbmc/linux/block/ |
H A D | early-lookup.c | 130 class_dev_iter_init(&iter, &block_class, NULL, &disk_type); in blk_lookup_devt() 277 class_dev_iter_init(&iter, &block_class, NULL, &disk_type); in printk_all_partitions()
|
H A D | genhd.c | 812 class_dev_iter_init(iter, &block_class, NULL, &disk_type); in disk_seqf_start() 1226 const struct device_type disk_type = { variable 1376 disk_to_dev(disk)->type = &disk_type; in __alloc_disk_node()
|
H A D | blk-cgroup.c | 1110 class_dev_iter_init(&iter, &block_class, NULL, &disk_type); in blkcg_fill_root_iostats()
|
/openbmc/linux/drivers/cdrom/ |
H A D | gdrom.c | 101 char disk_type; member
|
/openbmc/linux/include/linux/ |
H A D | blkdev.h | 43 extern const struct device_type disk_type;
|