Searched refs:part (Results 26 - 50 of 220) sorted by relevance

123456789

/freebsd-11-stable/sys/modules/geom/geom_part/geom_part_bsd/
H A DMakefile3 .PATH: ${SRCTOP}/sys/geom/part ${SRCTOP}/sys/geom
/freebsd-11-stable/sys/modules/geom/geom_part/geom_part_bsd64/
H A DMakefile3 .PATH: ${SRCTOP}/sys/geom/part
/freebsd-11-stable/sys/modules/geom/geom_part/geom_part_ebr/
H A DMakefile3 .PATH: ${SRCTOP}/sys/geom/part
/freebsd-11-stable/sys/modules/geom/geom_part/geom_part_apm/
H A DMakefile3 .PATH: ${SRCTOP}/sys/geom/part
/freebsd-11-stable/sys/modules/geom/geom_part/geom_part_gpt/
H A DMakefile3 .PATH: ${SRCTOP}/sys/geom/part
/freebsd-11-stable/sys/modules/geom/geom_part/geom_part_mbr/
H A DMakefile3 .PATH: ${SRCTOP}/sys/geom/part
/freebsd-11-stable/sys/modules/geom/geom_part/geom_part_ldm/
H A DMakefile3 .PATH: ${SRCTOP}/sys/geom/part
/freebsd-11-stable/sys/modules/geom/geom_part/geom_part_vtoc8/
H A DMakefile3 .PATH: ${SRCTOP}/sys/geom/part
/freebsd-11-stable/release/amd64/
H A Dmake-memstick.sh35 makefs -B little -o label=FreeBSD_Install -o version=2 ${2}.part ${1}
42 -p freebsd:-"mkimg -s bsd -b ${1}/boot/boot -p freebsd-ufs:=${2}.part" \
45 rm ${2}.part
/freebsd-11-stable/release/i386/
H A Dmake-memstick.sh35 makefs -B little -o label=FreeBSD_Install -o version=2 ${2}.part ${1}
41 -p freebsd:-"mkimg -s bsd -b ${1}/boot/boot -p freebsd-ufs:=${2}.part" \
43 rm ${2}.part
/freebsd-11-stable/stand/i386/common/
H A Ddrv.h37 int part; member in struct:dsk
/freebsd-11-stable/stand/libsa/
H A Dgpt.h38 int gptfind(const uuid_t *uuid, struct dsk *dskp, int part);
H A Dgpt.c91 gptfind(const uuid_t *uuid, struct dsk *dskp, int part) argument
96 if (part >= 0) {
97 if (part == 0 || part > gpthdr->hdr_entries) {
101 ent = &gpttable[part - 1];
107 curent = part - 1;
162 dskp->part = curent + 1;
237 int entries_per_sec, nent, part; local
245 for (part = 0; part < entries_per_se
283 int part, nent; local
[all...]
/freebsd-11-stable/sys/geom/part/
H A Dg_part_bsd.c28 __FBSDID("$FreeBSD: stable/11/sys/geom/part/g_part_bsd.c 332640 2018-04-17 02:18:04Z kevans $");
45 #include <geom/part/g_part.h>
64 struct partition part; member in struct:g_part_bsd_entry
167 entry->part.p_size = gpp->gpp_size;
168 entry->part.p_offset = gpp->gpp_start + table->offset;
169 entry->part.p_fsize = 0;
170 entry->part.p_frag = 0;
171 entry->part.p_cpg = 0;
172 return (bsd_parse_type(gpp->gpp_type, &entry->part.p_fstype));
238 entry->part
389 struct partition part; local
[all...]
/freebsd-11-stable/stand/common/
H A Ddisk.c36 #include <part.h>
106 ptable_print(void *arg, const char *pname, const struct ptable_entry *part) argument
120 partsize = part->end - part->start + 1;
122 parttype2str(part->type),
127 if (part->type == PART_FREEBSD) {
131 dev.d_slice = part->index;
140 dev.d_offset = part->start;
228 struct ptable_entry part; local
280 rc = ptable_getpart(od->table, &part, partitio
[all...]
H A Dpart.h26 * $FreeBSD: stable/11/stand/common/part.h 332956 2018-04-24 18:19:30Z benno $
69 const struct ptable_entry *part);
77 int ptable_getpart(const struct ptable *table, struct ptable_entry *part,
79 int ptable_getbestpart(const struct ptable *table, struct ptable_entry *part);
/freebsd-11-stable/contrib/dialog/
H A Drc.c216 char tempstr[MAX_LEN + 1], *part; local
246 part = tempstr + i; /* set 'part' to start of fg/bg string */
264 for (j = 0; j < COLOR_COUNT && dlg_strcmp(part, color_names[j].name);
283 part = tempstr + i; /* set 'part' to start of highlight string */
286 i = (int) strlen(part) - 1;
287 while (whitespace(part[i]) && i > 0)
289 part[i + 1] = '\0';
291 if (!dlg_strcmp(part, "O
[all...]
/freebsd-11-stable/share/i18n/csmapper/CP/
H A DMakefile8 mapper.dir.CP: CP.part mapper.dir.CP.src
22 charset.pivot.CP: CP.part charset.pivot.CP.src
33 .include "../Makefile.part"
/freebsd-11-stable/usr.bin/mkimg/
H A Dbsd.c75 struct part *part; local
107 TAILQ_FOREACH(part, &partlist, link) {
108 n = part->index + ((part->index >= RAW_PART) ? 1 : 0);
110 le32enc(&dp->p_size, part->size);
111 le32enc(&dp->p_offset, part->block);
113 dp->p_fstype = ALIAS_TYPE2INT(part->type);
H A Dmkimg.h35 struct part { struct
36 TAILQ_ENTRY(part) link;
51 extern TAILQ_HEAD(partlisthead, part) partlist;
/freebsd-11-stable/tests/sys/geom/class/
H A DMakefile12 TESTS_SUBDIRS+= part
/freebsd-11-stable/tools/tools/bootparttest/
H A DMakefile10 SRCS= bootparttest.c crc32.c stub.c part.c disk.c
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp64 std::vector<PhdrEntry *> createPhdrs(Partition &part);
65 void addPhdrForSection(Partition &part, unsigned shType, unsigned pType,
69 void setPhdrs(Partition &part);
157 for (unsigned part = 2; part != partitions.size() + 1; ++part) {
168 copy->partition = part;
179 // Ignore dead sections and the partition end marker (.part.end),
184 Partition &part = s->getPartition(); local
186 part
2036 createPhdrs(Partition &part) argument
2201 addPhdrForSection(Partition &part, unsigned shType, unsigned pType, unsigned pFlags) argument
2375 setPhdrs(Partition &part) argument
[all...]
/freebsd-11-stable/tools/boot/
H A Dinstall-boot.sh23 find-part() {
25 part=$2
27 gpart show $dev | tail +2 | awk '$4 == "'$part'" { print $3; }'
34 idx=$(find-part $dev "freebsd-boot")
46 idx=$(find-part $dev "freebsd-boot")
66 doit gpart bootcode -b /tmp/zfsboo1 ${dev}s${s} # Put boot1 into the start of part
/freebsd-11-stable/contrib/mdocml/
H A Dtbl.c46 if (tbl->part == TBL_PART_OPTS) {
47 tbl->part = TBL_PART_LAYOUT;
75 switch (tbl->part) {
97 tbl->part = TBL_PART_OPTS;
139 if (tbl->part == TBL_PART_CDATA)
143 tbl->part = TBL_PART_LAYOUT;
166 if (tbl->part == TBL_PART_CDATA)

Completed in 193 milliseconds

123456789