Home
last modified time | relevance | path

Searched defs:partition (Results 1 – 25 of 87) sorted by relevance

1234

/netbsd-src/external/gpl2/lvm2/dist/lib/device/
H A Ddevice.c32 struct partition { struct
37 uint8_t sys_ind; /* partition type */ argument
45 static int _is_partitionable(struct device *dev) in _is_partitionable() argument
65 struct partition *part; in _has_partition_table() argument
/netbsd-src/sys/arch/atari/stand/tostools/aptck/
H A Ddisklbl.h121 struct partition { /* the partition table */ struct
122 u_int32_t p_size; /* number of sectors in partition */
123 u_int32_t p_offset; /* starting sector */
124 u_int32_t p_fsize; /* filesystem basic fragment size */
125 u_int8_t p_fstype; /* filesystem type, see below */
126 u_int8_t p_frag; /* filesystem fragments per block */
127 union {
130 } __partition_u1;
/netbsd-src/sys/arch/atari/stand/tostools/libtos/
H A Ddisklbl.h121 struct partition { /* the partition table */ struct
122 u_int32_t p_size; /* number of sectors in partition */
123 u_int32_t p_offset; /* starting sector */
124 u_int32_t p_fsize; /* filesystem basic fragment size */
125 u_int8_t p_fstype; /* filesystem type, see below */
126 u_int8_t p_frag; /* filesystem fragments per block */
127 union {
130 } __partition_u1;
/netbsd-src/sys/arch/ews4800mips/stand/common/
H A Ddiskutil.c52 struct ux_partition *partition; in cmd_disklabel() local
126 fstype(int partition) in fstype()
147 find_partition_start(int partition, int *sector) in find_partition_start()
H A Dfileread_bfs.c49 struct ux_partition *partition = vtoc->partition; in fileread() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-loop-distribution.c251 struct partition struct
255 /* True if the partition defines variable which is used outside of loop. */ argument
258 enum partition_kind kind; argument
259 enum partition_type type; argument
260 /* Data references in the partition. */ argument
261 bitmap datarefs;
263 struct builtin_info *builtin;
822 partition *partition = XCNEW (struct partition); in partition_alloc() local
835 partition_free (partition *partition) in partition_free() argument
848 partition_builtin_p (partition *partition) in partition_builtin_p() argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-loop-distribution.cc255 struct partition struct
259 /* True if the partition defines variable which is used outside of loop. */ argument
262 enum partition_kind kind; argument
263 enum partition_type type; argument
264 /* Data references in the partition. */ argument
265 bitmap datarefs;
267 struct builtin_info *builtin;
832 partition *partition = XCNEW (struct partition); in partition_alloc() local
845 partition_free (partition *partition) in partition_free() argument
858 partition_builtin_p (partition *partition) in partition_builtin_p() argument
[all …]
/netbsd-src/sys/arch/i386/stand/boot/
H A Ddevopen.c93 int *partition, const char **part_name) in bios2dev()
128 int unit, partition; in devopen() local
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dfstrcmp.c114 struct partition struct
132 struct partition *part, struct context *ctxt); argument
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dfstrcmp.c114 struct partition struct
132 struct partition *part, struct context *ctxt); argument
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dfstrcmp.c114 struct partition struct
132 struct partition *part, struct context *ctxt); argument
/netbsd-src/sys/arch/hpcmips/stand/libsa/
H A Ddevopen.c66 …har *fnamexx, char **fsmode, char **devname, unsigned int *unit, unsigned int *partition, const ch… in parsebootfile()
107 unsigned int unit, partition; in devopen() local
/netbsd-src/sys/arch/i386/stand/efiboot/
H A Ddevopen.c83 int *partition, const char **part_name) in bios2dev()
155 int unit, partition; in devopen() local
/netbsd-src/sys/sys/
H A Ddisklabel.h101 struct partition { /* the partition table */ struct
102 uint32_t p_size; /* number of sectors in partition */ argument
107 } __partition_u2; argument
115 } __partition_u1; argument
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Danalyze.c50 struct partition struct
52 int xmid, ymid; /* Midpoints of this partition. */ argument
57 static int diag PARAMS((int, int, int, int, int, struct partition *)); argument
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Danalyze.c58 struct partition struct
60 lin xmid, ymid; /* Midpoints of this partition. */ argument
61 bool lo_minimal; /* Nonzero if low half will be analyzed minimally. */
85 left half of the partition is known; similarly for PART->hi_minimal. argument
/netbsd-src/sys/arch/zaurus/stand/zboot/
H A Dunixdev.c76 u_int unit, partition; in unixopen() local
139 u_int unit, partition; in unixpathopen() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-partition.c277 undo_partition (ltrans_partition partition, unsigned int n_nodes) in undo_partition()
308 ltrans_partition partition; in lto_1_to_1_map() local
359 ltrans_partition partition; in lto_max_map() local
387 add_sorted_nodes (vec<symtab_node *> &next_nodes, ltrans_partition partition) in add_sorted_nodes()
481 ltrans_partition partition; in lto_balanced_map() local
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-partition.cc277 undo_partition (ltrans_partition partition, unsigned int n_nodes) in undo_partition()
308 ltrans_partition partition; in lto_1_to_1_map() local
359 ltrans_partition partition; in lto_max_map() local
387 add_sorted_nodes (vec<symtab_node *> &next_nodes, ltrans_partition partition) in add_sorted_nodes()
481 ltrans_partition partition; in lto_balanced_map() local
/netbsd-src/sys/arch/ews4800mips/ews4800mips/
H A Dautoconf.c63 int unit, partition; in cpu_rootconf() local
/netbsd-src/sys/arch/landisk/stand/boot/
H A Dbiosdisk.c246 u_int partition = 0; in biosdisk_findptn() local
275 int partition; in biosdisk_open() local
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dpartition.h65 } *partition; typedef
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dpartition.h65 } *partition; typedef
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dpartition.h65 } *partition; typedef
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dpartition.h65 } *partition; typedef

1234