Searched refs:dp_flag (Results 1 - 14 of 14) sorted by relevance

/freebsd-11.0-release/sys/geom/
H A Dgeom_mbr_enc.c46 d->dp_flag = p[0];
63 p[0] = d->dp_flag;
H A Dgeom_mbr.c78 printf("[%d] f:%02x typ:%d", i, dp->dp_flag, dp->dp_typ);
143 else if (dp[i].dp_flag != 0 && dp[i].dp_flag != 0x80)
476 if ((dp[0].dp_flag & 0x7f) == 0 &&
492 if (dp[1].dp_flag != 0)
/freebsd-11.0-release/sys/sys/
H A Ddiskmbr.h68 unsigned char dp_flag; /* bootstrap flags */ member in struct:dos_partition
/freebsd-11.0-release/sys/geom/part/
H A Dg_part_ebr.c149 ent->dp_flag = p[0];
166 buf[0] = 0 /* dp_flag */;
338 if (entry->ent.dp_flag & 0x80)
578 if (set && (entry->ent.dp_flag & 0x80) == 0) {
579 entry->ent.dp_flag |= 0x80;
581 } else if (!set && (entry->ent.dp_flag & 0x80)) {
582 entry->ent.dp_flag &= ~0x80;
586 if (set && (entry->ent.dp_flag & 0x80)) {
587 entry->ent.dp_flag &= ~0x80;
660 p[0] = entry->ent.dp_flag;
[all...]
H A Dg_part_mbr.c319 if (entry->ent.dp_flag & 0x80)
474 ent.dp_flag = p[0];
535 if (set && (entry->ent.dp_flag & 0x80) == 0) {
536 entry->ent.dp_flag |= 0x80;
538 } else if (!set && (entry->ent.dp_flag & 0x80)) {
539 entry->ent.dp_flag &= ~0x80;
543 if (set && (entry->ent.dp_flag & 0x80)) {
544 entry->ent.dp_flag &= ~0x80;
586 p[0] = entry->ent.dp_flag;
/freebsd-11.0-release/sbin/fdisk/
H A Dfdisk.c356 if (partp->dp_flag & 0x80)
374 partp->dp_flag);
386 partp->dp_flag = ACTIVE;
493 partp->dp_flag,
494 partp->dp_flag == ACTIVE ? " (active)" : "");
540 partp->dp_flag = ACTIVE;
630 if ((partp[i].dp_flag & ACTIVE) == 0)
655 partp[i].dp_flag = 0;
657 partp[active-1].dp_flag = ACTIVE;
1316 partp[i].dp_flag
[all...]
/freebsd-11.0-release/usr.bin/mkimg/
H A Dmbr.c107 dp->dp_flag = (part->index == 0 && bootcode != NULL) ? 0x80 : 0;
/freebsd-11.0-release/sys/boot/common/
H A Dpart.c408 entry->flags = dp[0].dp_flag;
649 if (dp[i].dp_flag != 0 && dp[i].dp_flag != 0x80) {
650 DEBUG("invalid partition flag %x", dp[i].dp_flag);
701 entry->flags = dp[i].dp_flag;
/freebsd-11.0-release/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Dmountd.c108 int ml_flag;/* XXX more flags (same as dp_flag) */
114 int dp_flag; member in struct:dirlist
118 /* dp_flag bits */
814 if ((dp->dp_flag & DP_DEFSET) == 0 &&
815 (gotalldir == 0 || (adp->dp_flag & DP_DEFSET) == 0)) {
1295 dp->dp_flag = 0;
1322 ep->ex_defdir->dp_flag |= DP_DEFSET;
1324 ep->ex_defdir->dp_flag |= DP_KERB;
1326 ep->ex_defdir->dp_flag |= DP_NORESMNT;
1400 dp->dp_flag |
[all...]
/freebsd-11.0-release/sys/boot/mips/beri/boot2/
H A Dboot2.c578 (dp[i].dp_flag & 0x80 || sl < BASE_SLICE)) {
580 if (dp[i].dp_flag & 0x80 ||
/freebsd-11.0-release/usr.sbin/mountd/
H A Dmountd.c102 int dp_flag; member in struct:dirlist
106 /* dp_flag bits */
1341 } else if ((dp->dp_flag & DP_DEFSET) == 0 &&
1342 (gotalldir == 0 || (adp->dp_flag & DP_DEFSET) == 0)) {
1948 dp->dp_flag = 0;
1972 ep->ex_defdir->dp_flag |= DP_DEFSET;
2049 dp->dp_flag |= DP_DEFSET;
2090 if (dp->dp_flag & DP_DEFSET)
2091 *defsetp = dp->dp_flag;
/freebsd-11.0-release/sys/boot/i386/boot2/
H A Dboot2.c477 (dp[i].dp_flag & 0x80 || sl < BASE_SLICE)) {
479 if (dp[i].dp_flag & 0x80 ||
/freebsd-11.0-release/sys/boot/arm/ixp425/boot2/
H A Dboot2.c315 (dp[i].dp_flag == 0x80))
/freebsd-11.0-release/usr.sbin/boot0cfg/
H A Dboot0cfg.c451 printf(fmt1, 1 + i, part[i].dp_flag,

Completed in 147 milliseconds