| /src/sbin/gpt/ |
| create.c | 74 create(gpt_t gpt, u_int parts, int force, int primary_only, int active) 82 if (!force) { 131 int force = 0; local 141 force = 1; 160 return create(gpt, parts, force, primary_only, active);
|
| migrate.c | 239 migrate(gpt_t gpt, u_int parts, int force, int slice, int active) 313 if (!force) { 349 int force = 0; local 361 force = 1; 378 return migrate(gpt, parts, force, slice, active);
|
| restore.c | 175 restore(gpt_t gpt, const char *infile, int force) 197 if (!force) { 204 if (!force) { 394 int force = 0; local 403 force = 1; 413 return restore(gpt, infile, force);
|
| /src/sys/arch/alpha/stand/common/ |
| bbinfo.h | 50 u_int8_t force; member in struct:netbbinfo
|
| /src/sys/arch/evbmips/stand/sbmips/common/ |
| bbinfo.h | 50 u_int8_t force; member in struct:netbbinfo
|
| /src/sys/arch/sbmips/stand/common/ |
| bbinfo.h | 50 u_int8_t force; member in struct:netbbinfo
|
| /src/sys/arch/x68k/stand/newdisk/ |
| newdisk.c | 54 int verbose = 0, dry_run = 0, force = 0, check_only = 0, mark_only = 0; variable 85 force = 1; 114 if (strncmp(buf, "X68SCSI1", 8) == 0 && !force)
|
| /src/sys/net/agr/ |
| if_agrether.c | 212 bool force = true; local 214 agr_vlan_del(port, &force);
|
| /src/lib/libc/locale/ |
| nb_lc_template.h | 113 int force) 141 if (force) { 176 int ret, force; local 184 ret = (force = !__isforcemapping(alias)) \ 186 force) \ 188 force); \ 189 _DIAGASSERT(!ret || !force); \
|
| /src/sbin/svhlabel/ |
| svhlabel.c | 295 int force; /* force label update */ local 300 force = 0; 307 force = 1; 345 if (! changed && ! force)
|
| /src/sys/arch/alpha/stand/setnetbootinfo/ |
| setnetbootinfo.c | 50 int verbose, force, unset; variable 84 /* set force flag in network boot block */ 85 force = 1; 112 if (unset && (force || host != NULL || addr != NULL)) 116 if (force || host != NULL || addr != NULL) 161 printf("ethernet address: %s (%s), force = %d\n", 162 ether_ntoa(ether_addr), host ? host : addr, force); 218 netbbinfop->force = force;
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bus/ |
| hwsq.h | 16 bool force; member in struct:hwsq_reg 28 .force = 0, 41 .force = 0, 54 .force = 0, 115 reg->force = true; 122 if (temp != ((temp & ~mask) | data) || reg->force)
|
| /src/distrib/sets/ |
| Makefile | 295 REGPKG.force?= # -f, or empty 304 ${REGPKG.verbose} ${REGPKG.force} ${REGPKG.sloppy} \
|
| /src/sbin/apmlabel/ |
| apmlabel.c | 301 int force; /* force label update */ local 306 force = 0; 313 force = 1; 347 if (! changed && ! force)
|
| /src/sbin/mbrlabel/ |
| mbrlabel.c | 288 int force; /* force label update */ local 295 force = 0; 303 force = 1; 351 if (! changed && ! force)
|
| /src/sys/arch/evbppc/nintendo/dev/ |
| exi.c | 148 bool force; local 154 force = chan == 0 && dev == 1; 155 if (!force) {
|
| /src/sys/dev/raidframe/ |
| rf_compat32.c | 72 int force; /* if !0, ignore many fatal member in struct:RF_Config_s32 75 "force" is used to override cases where the component labels would 122 k_cfg->force = k_cfg32->force;
|
| rf_compat50.c | 61 int force; member in struct:RF_Config50_s 165 k_cfg->force = k50_cfg->force;
|
| rf_disks.c | 118 int force; local 120 force = cfgPtr->force; 143 if (!rf_reasonable_label(&raidPtr->raid_cinfo[c].ci_label,0) && !force) { 194 if (force != 0) { 714 if (cfgPtr->force) 925 Bail -- make things fail so that the user must force
|
| /src/usr.bin/compress/ |
| compress.c | 68 static int eval, force, verbose; variable 108 force = 1; 211 if (!force && exists && S_ISREG(sb.st_mode) && !permission(out)) 267 if (!force && sb.st_size >= isb.st_size) { 309 if (!force && exists && S_ISREG(sb.st_mode) && !permission(out))
|
| /src/usr.bin/ypwhich/ |
| ypwhich.c | 70 * -f: for -m, force us to talk directly to ypserv on the specified host 99 int inhibit = 0, force = 0, tcp = 0; local 128 force = 1; 155 "force=%d, tcp=%d\n", 156 targhost, ourdomain, inhibit, saw_m, targmap, force, tcp); 170 find_mapmaster(targhost, ourdomain, targmap, inhibit, force, 273 int inhibit, int force, int tcp, const struct ypalias *ypaliases) 292 if (force) { 407 if (!force)
|
| /src/sbin/newfs_lfs/ |
| newfs.c | 170 int debug, force, fsi, fso, lfs_segsize, maxpartitions, bitwidth; local 190 start = debug = force = lfs_segsize = bitwidth = 0; 203 force = 1; 332 if (!force && strcmp(dkw.dkw_ptype, DKW_PTYPE_LFS) != 0) 348 /* If force, make the partition look like an LFS */ 349 if (force) {
|
| /src/sys/dev/pci/ |
| ahcisata_pci.c | 268 bool force; local 270 force = ((ahci_pci_has_quirk( PCI_VENDOR(pa->pa_id), 278 (force == false)) 289 (force == true))
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
| ramfuc.h | 17 bool force; member in struct:ramfuc_reg 110 reg->force = true; 117 if (temp != ((temp & ~mask) | data) || reg->force) { 119 reg->force = false;
|
| /src/sys/fs/puffs/ |
| puffs_vfsops.c | 341 int error, force; local 344 force = mntflags & MNT_FORCE; 358 error = vflush(mp, NULLVP, force ? FORCECLOSE : 0); 380 DPRINTF(("puffs_unmount: error %d force %d\n", error, force)); 391 if (error == 0 || force) {
|