OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testmode
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/grfconfig/
grfconfig.c
84
char rawdata = 0,
testmode
= 0;
local
99
testmode
= 1;
286
if (
testmode
== 1) {
/src/sys/fs/nfs/server/
nfs_nfsdserv.c
99
u_int32_t
testmode
, nfsmode, supported = 0;
local
145
testmode
= NFSACCESS_LOOKUP;
147
testmode
= NFSACCESS_EXECUTE;
148
if (nfsmode &
testmode
) {
149
supported |= (nfsmode &
testmode
);
152
nfsmode &= ~
testmode
;
/src/sys/nfs/
nfs_serv.c
178
u_long inmode,
testmode
, outmode;
local
196
testmode
= inmode & (NFSV3ACCESS_MODIFY | NFSV3ACCESS_EXTEND);
197
if (
testmode
&&
199
outmode |=
testmode
;
204
testmode
= inmode & (NFSV3ACCESS_MODIFY | NFSV3ACCESS_EXTEND |
206
if (
testmode
&&
208
outmode |=
testmode
;
/src/crypto/external/apache2/openssl/dist/apps/
speed.c
133
static int
testmode
= 0;
variable
282
{ "
testmode
", OPT_TESTMODE, '-', "Run the speed command in test mode" },
591
#define COND(unused_cond) (run && count < (
testmode
? 1 : INT_MAX))
2203
if (
testmode
)
2204
/* Return success in the
testmode
. */
2276
testmode
= 1;
4748
if (ret == 0 &&
testmode
)
Completed in 33 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026