Searched refs:BLOCK_FLAG_BOOTPART (Results 1 – 4 of 4) sorted by relevance
85 #define BLOCK_FLAG_BOOTPART 0x00000004 // block device has bootdata partition map macro
152 info->flags |= BLOCK_FLAG_BOOTPART; in DdkIoctl()154 info->flags &= ~BLOCK_FLAG_BOOTPART; in DdkIoctl()
107 if (block_info.flags & BLOCK_FLAG_BOOTPART) { in cmd_list_blk()
541 if (ioctl_block_get_info(fd.get(), &info) >= 0 && info.flags & BLOCK_FLAG_BOOTPART) { in block_device_added()
Completed in 9 milliseconds