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

1234567891011>>

/openbsd-current/usr.sbin/installboot/
H A Dmacppc_installboot.c76 int part; local
88 part = findmbrfat(devfd, &dl);
89 if (part != -1) {
90 create_filesystem(&dl, (char)part);
99 int part; local
111 part = findmbrfat(devfd, &dl);
112 if (part != -1) {
113 write_filesystem(&dl, (char)part);
119 create_filesystem(struct disklabel *dl, char part) argument
126 /* Newfs <duid>.<part> a
163 write_filesystem(struct disklabel *dl, char part) argument
[all...]
H A Dpowerpc64_installboot.c78 int part; local
90 part = findmbrfat(devfd, &dl);
91 if (part != -1) {
92 create_filesystem(&dl, (char)part);
101 int part; local
118 part = findmbrfat(devfd, &dl);
119 if (part != -1) {
120 write_filesystem(&dl, (char)part);
126 create_filesystem(struct disklabel *dl, char part) argument
133 /* Newfs <duid>.<part> a
170 write_filesystem(struct disklabel *dl, char part) argument
[all...]
H A Docteon_installboot.c76 int part; local
88 part = findmbrfat(devfd, &dl);
89 if (part != -1) {
90 create_filesystem(&dl, (char)part);
99 int part; local
111 part = findmbrfat(devfd, &dl);
112 if (part != -1) {
113 write_filesystem(&dl, (char)part);
119 create_filesystem(struct disklabel *dl, char part) argument
126 /* Newfs <duid>.<part> a
163 write_filesystem(struct disklabel *dl, char part) argument
[all...]
H A Dsparc64_softraid.c37 char part; local
39 diskfd = sr_open_chunk(devfd, vol, disk, &bd, &realdev, &part);
45 part, (nowrite ? "would install" : "installing"), realdev);
H A Dsoftraid.c41 char part; local
44 diskfd = sr_open_chunk(devfd, vol, disk, &bd, &realdev, &part);
65 /* Prepare file system on each disk that is part of this volume. */
84 /* Install boot block on each disk that is part of this volume. */
153 char **realdev, char *part)
178 *part = bd->bd_vendor[strlen(bd->bd_vendor) - 1];
179 if (*part < 'a' || *part >= 'a' + MAXPARTITIONS)
180 errx(1, "invalid partition %c\n", *part);
152 sr_open_chunk(int devfd, int vol, int disk, struct bioc_disk *bd, char **realdev, char *part) argument
H A Defi_installboot.c93 int part; local
105 part = findgptefisys(devfd, &dl);
106 if (part != -1) {
107 create_filesystem(&dl, (char)part);
111 part = findmbrfat(devfd, &dl);
112 if (part != -1) {
113 create_filesystem(&dl, (char)part);
122 int part; local
134 part = findgptefisys(devfd, &dl);
135 if (part !
148 create_filesystem(struct disklabel *dl, char part) argument
192 write_filesystem(struct disklabel *dl, char part) argument
[all...]
H A Dloongson_installboot.c80 int part; local
92 part = findmbrfat(devfd, &dl);
93 if (part != -1) {
94 write_filesystem(&dl, (char)part);
101 write_filesystem(struct disklabel *dl, char part) argument
117 /* Mount <duid>.<part> as ext2fs filesystem. */
123 part);
167 /* Create "/boot" directory in <duid>.<part>. */
H A Dbootstrap.c40 char *boot, *p, part; local
89 part = 'a' + i;
102 part);
105 errx(1, "bootstrap overlaps with partition %c", part);
/openbsd-current/sys/arch/powerpc64/powerpc64/
H A Dautoconf.c51 int part = 0; local
69 setroot(bootdv, part, RB_USERREQ);
/openbsd-current/sys/arch/alpha/stand/nboot/
H A Ddisk.c100 unsigned int part = 0; local
118 sc->sc_part = part;
125 DL_SETPOFFSET(&lp->d_partitions[part], 0);
126 DL_SETPSIZE(&lp->d_partitions[part], -1LL);
135 DL_SETPOFFSET(&lp->d_partitions[part], 0);
136 DL_SETPSIZE(&lp->d_partitions[part], -1LL);
146 if (part >= lp->d_npartitions ||
147 DL_GETPSIZE(&lp->d_partitions[part]) == 0) {
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dtoplev.h4 This file is part of GCC.
26 #define skip_leading_substring(whole, part) \
27 (strncmp (whole, part, strlen (part)) ? NULL : whole + strlen (part))
H A Dgenoutput.c5 This file is part of GCC.
424 /* Stores in max_opno the largest operand number present in `part', if
435 scan_operands (d, part, this_address_p, this_strict_low)
437 rtx part;
445 if (part == 0)
448 switch (GET_CODE (part))
451 opno = XINT (part, 0);
469 d->operand[opno].mode = GET_MODE (part);
471 d->operand[opno].predicate = XSTR (part, 1);
472 d->operand[opno].constraint = strip_whitespace (XSTR (part,
[all...]
/openbsd-current/sys/arch/arm64/stand/efiboot/
H A Ddisk.h18 u_int part; member in struct:diskinfo
/openbsd-current/sys/arch/armv7/stand/efiboot/
H A Ddisk.h17 u_int part; member in struct:diskinfo
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A Ddisk.h18 u_int part; member in struct:diskinfo
/openbsd-current/gnu/llvm/lld/ELF/
H A DWriter.cpp67 SmallVector<PhdrEntry *, 0> createPhdrs(Partition &part);
68 void addPhdrForSection(Partition &part, unsigned shType, unsigned pType,
72 void setPhdrs(Partition &part);
125 for (unsigned part = 2; part != partitions.size() + 1; ++part) {
130 copy->partition = part;
136 copy->partition = part;
322 for (Partition &part : partitions) {
324 sec.partition = part
2268 createPhdrs(Partition &part) argument
2446 addPhdrForSection(Partition &part, unsigned shType, unsigned pType, unsigned pFlags) argument
2662 setPhdrs(Partition &part) argument
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp9 // This file is a part of ThreadSanitizer (TSan), a race detector.
80 TracePart* part = nullptr; local
87 part = ctx->trace_part_recycle.PopFront();
88 DPrintf("#%d: TracePartAlloc: part=%p\n", thr->tid, part);
89 if (part && part->trace) {
90 Trace* trace1 = part->trace;
92 part->trace = nullptr;
94 CHECK_EQ(part, part
155 auto part = parts->Front(); local
325 TracePart* part = nullptr; local
913 auto *part = trace->parts.Back(); local
946 TracePart* part = thr->tctx->trace.parts.Back(); local
960 TracePart* part = TracePartAlloc(thr); local
[all...]
/openbsd-current/usr.bin/mandoc/
H A Dtbl.c46 if (tbl->part == TBL_PART_OPTS) {
47 tbl->part = TBL_PART_LAYOUT;
75 switch (tbl->part) {
98 tbl->part = TBL_PART_OPTS;
143 if (tbl->part == TBL_PART_CDATA)
146 tbl->part = TBL_PART_LAYOUT;
170 else if (tbl->part == TBL_PART_CDATA)
/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-live.h5 This file is part of GCC.
121 int part; local
122 part = partition_find (map->var_partition, version);
124 part = map->partition_to_compact[part];
125 if (part == NO_PARTITION)
128 return partition_to_var (map, part);
139 int part; local
143 part = partition_find (map->var_partition, SSA_NAME_VERSION (var));
145 part
165 int part; local
[all...]
H A Dtoplev.h5 This file is part of GCC.
27 #define skip_leading_substring(whole, part) \
28 (strncmp (whole, part, strlen (part)) ? NULL : whole + strlen (part))
/openbsd-current/gnu/usr.bin/cvs/diff/
H A Danalyze.c4 This file is part of GNU DIFF.
98 diag (xoff, xlim, yoff, ylim, minimal, part)
100 struct partition *part;
144 part->xmid = x;
145 part->ymid = y;
146 part->lo_minimal = part->hi_minimal = 1;
171 part->xmid = x;
172 part->ymid = y;
173 part
361 struct partition part; local
[all...]
/openbsd-current/usr.sbin/rbootd/
H A Dparseconf.c231 int part, subpart; local
237 part = subpart = 0;
243 if (++part == RMP_ADDRLEN) /* too many parts */
264 addr[part] <<= 4;
266 addr[part] |= i;
269 if (part != (RMP_ADDRLEN-1)) /* too few parts */
/openbsd-current/sys/arch/i386/i386/
H A Dautoconf.c202 int majdev, unit, part = 0; local
213 part = B_PARTITION(bootdev);
215 unit, part + 'a');
216 bootdv = parsedisk(buf, strlen(buf), part, &tmpdev);
235 part = 0;
242 setroot(bootdv, part, RB_USERREQ);
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/27_io/istream_extractor_arith/
H A D12.cc5 // This file is part of the GNU ISO C++ Library. This library is free
67 std::string part = "1234567890123456789012345678901234567890"; local
68 for (int i = 0; i < digits_overflow / part.size() + 1; ++i)
69 st += part;
/openbsd-current/usr.sbin/mksuncd/
H A Dmksuncd.c200 int part, bf, of; local
213 part = argv[1][0] - 'a';
246 if (adjust_label(bf, &sl, part, cylstart, cylsize))
260 adjust_label(int f, struct sun_disklabel *slp, int part, off_t start, off_t size) argument
267 if (part < 0 || part >= 8)
268 errx(1, "invalid partition: %d", part);
269 slp->sl_part[part].sdkp_cyloffset = start;
270 slp->sl_part[part].sdkp_nsectors =

Completed in 309 milliseconds

1234567891011>>