Home
last modified time | relevance | path

Searched defs:sun_partition (Results 1 – 15 of 15) sorted by relevance

/dports/multimedia/v4l-utils/linux-5.13-rc2/block/partitions/
H A Dsun.c21 int sun_partition(struct parsed_partitions *state) in sun_partition() function
59 struct sun_partition { in sun_partition() struct
60 __be32 start_cylinder; in sun_partition()
61 __be32 num_sectors; in sun_partition()
/dports/multimedia/v4l_compat/linux-5.13-rc2/block/partitions/
H A Dsun.c21 int sun_partition(struct parsed_partitions *state) in sun_partition() function
59 struct sun_partition { in sun_partition() struct
60 __be32 start_cylinder; in sun_partition()
61 __be32 num_sectors; in sun_partition()
/dports/multimedia/libv4l/linux-5.13-rc2/block/partitions/
H A Dsun.c21 int sun_partition(struct parsed_partitions *state) in sun_partition() function
59 struct sun_partition { in sun_partition() struct
60 __be32 start_cylinder; in sun_partition()
61 __be32 num_sectors; in sun_partition()
/dports/sysutils/busybox/busybox-1.26.2/util-linux/
H A Dfdisk.c727 struct sun_partition { struct
728 unsigned char info[128]; /* Informative text string */
729 unsigned char spare0[14];
730 struct sun_info {
754 typedef struct sun_partition sun_partition; argument
/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dsun.h46 struct sun_partition { struct
47 uint32_t start_cylinder;
48 uint32_t num_sectors;
/dports/devel/util-linux/util-linux-2.36/include/
H A Dpt-sun.h49 struct sun_partition { /* partitions */ struct
50 uint32_t start_cylinder;
51 uint32_t num_sectors;
/dports/sysutils/linrename/util-linux-2.25.2/include/
H A Dpt-sun.h49 struct sun_partition { /* partitions */ struct
50 uint32_t start_cylinder;
51 uint32_t num_sectors;
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/packages/
H A Dsun-parts.c63 struct sun_partition { struct
64 uint32_t start_cylinder;
65 uint32_t num_sectors;
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/packages/
H A Dsun-parts.c63 struct sun_partition { struct
64 uint32_t start_cylinder;
65 uint32_t num_sectors;
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/packages/
H A Dsun-parts.c63 struct sun_partition { struct
64 uint32_t start_cylinder;
65 uint32_t num_sectors;
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/packages/
H A Dsun-parts.c63 struct sun_partition { struct
64 uint32_t start_cylinder;
65 uint32_t num_sectors;
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/packages/
H A Dsun-parts.c63 struct sun_partition { struct
64 uint32_t start_cylinder;
65 uint32_t num_sectors;
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/packages/
H A Dsun-parts.c63 struct sun_partition { struct
64 uint32_t start_cylinder;
65 uint32_t num_sectors;
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/packages/
H A Dsun-parts.c63 struct sun_partition { struct
64 uint32_t start_cylinder;
65 uint32_t num_sectors;
/dports/sysutils/linrename/util-linux-2.25.2/disk-utils/
H A Dsfdisk.c1598 sun_partition(char *dev __attribute__ ((__unused__)), in sun_partition() function