HomeSort by: relevance | last modified time | path
    Searched defs:force (Results 1 - 25 of 43) sorted by relevancy

1 2

  /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/sbin/gpt/
create.c 72 create(gpt_t gpt, u_int parts, int force, int primary_only, int active)
80 if (!force) {
129 int force = 0; local in function:cmd_create
139 force = 1;
158 return create(gpt, parts, force, primary_only, active);
migrate.c 236 migrate(gpt_t gpt, u_int parts, int force, int slice, int active)
310 if (!force) {
346 int force = 0; local in function:cmd_migrate
358 force = 1;
375 return migrate(gpt, parts, force, slice, active);
restore.c 172 restore(gpt_t gpt, const char *infile, int force)
194 if (!force) {
201 if (!force) {
391 int force = 0; local in function:cmd_restore
400 force = 1;
410 return restore(gpt, infile, force);
  /src/sys/arch/x68k/stand/newdisk/
newdisk.c 54 int verbose = 0, dry_run = 0, force = 0, check_only = 0, mark_only = 0; variable in typeref:typename:int
85 force = 1;
114 if (strncmp(buf, "X68SCSI1", 8) == 0 && !force)
  /src/sys/net/agr/
if_agrether.c 212 bool force = true; local in function:agrether_portfini
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 in function:_PREFIX
184 ret = (force = !__isforcemapping(alias)) \
186 force) \
188 force); \
189 _DIAGASSERT(!ret || !force); \
  /src/sbin/svhlabel/
svhlabel.c 294 int force; /* force label update */ local in function:main
299 force = 0;
306 force = 1;
344 if (! changed && ! force)
  /src/sys/arch/alpha/stand/setnetbootinfo/
setnetbootinfo.c 50 int verbose, force, unset; variable in typeref:typename:int
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/sbin/apmlabel/
apmlabel.c 300 int force; /* force label update */ local in function:main
305 force = 0;
312 force = 1;
346 if (! changed && ! force)
  /src/sbin/mbrlabel/
mbrlabel.c 288 int force; /* force label update */ local in function:main
295 force = 0;
303 force = 1;
351 if (! changed && ! 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 in function:rf_ConfigureDisks
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
rf_compat80.c 105 int force; /* if !0, ignore many fatal member in struct:RF_Config_s80
108 "force" is used to override cases where the component labels would
291 k_cfg->force = k80_cfg->force;
  /src/usr.bin/compress/
compress.c 68 static int eval, force, verbose; variable in typeref:typename:int
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 in function:main
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 in function:main
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/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 in function:puffs_vfsop_unmount
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) {
  /src/usr.sbin/vnconfig/
vnconfig.c 102 static int force = 0; variable in typeref:typename:int
123 force = 1;
335 if (force)
  /src/sys/dev/pci/
ahcisata_pci.c 268 bool force; local in function:ahci_pci_match
270 force = ((ahci_pci_has_quirk( PCI_VENDOR(pa->pa_id),
278 (force == false))
289 (force == true))

Completed in 26 milliseconds

1 2