/src/sys/arch/alpha/stand/common/ |
bbinfo.h | 50 u_int8_t force; member in struct:netbbinfo
|
bbinfo.h | 50 u_int8_t force; member in struct:netbbinfo
|
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
|
bbinfo.h | 50 u_int8_t force; member in struct:netbbinfo
|
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
|
bbinfo.h | 50 u_int8_t force; member in struct:netbbinfo
|
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);
|
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);
|
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);
|
/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)
|
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)
|
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);
|
if_agrether.c | 212 bool force = true; local in function:agrether_portfini 214 agr_vlan_del(port, &force);
|
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); \
|
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)
|
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;
|
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)
|