Home
last modified time | relevance | path

Searched refs:STATUS_BYPASS (Results 1 – 15 of 15) sorted by relevance

/dports/sysutils/nut/nut-2.7.4/drivers/
H A Dapcupsd-ups.h39 #define STATUS_BYPASS 256 /* on bypass */ macro
53 { "BYPASS", STATUS_BYPASS },
H A Ddummy-ups.h60 #define STATUS_BYPASS (1 << 8) /* on bypass */
77 { "BYPASS", STATUS_BYPASS },
H A Dtripplitesu.c204 #define STATUS_BYPASS "STP" /* poll */ macro
/dports/sysutils/nut-devel/nut-9e6a5ab2/drivers/
H A Ddummy-ups.h63 #define STATUS_BYPASS (1 << 8) /* on bypass */
80 { "BYPASS", STATUS_BYPASS },
H A Dapcupsd-ups.h42 #define STATUS_BYPASS 256 /* on bypass */ macro
H A Dtripplitesu.c204 #define STATUS_BYPASS "STP" /* poll */ macro
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dthread.c219 status_ctx->devices_status = STATUS_BYPASS; in bypass()
H A Ddispatch.c695 && (status_ctx->devices_status != STATUS_BYPASS) in calc()
1009 && (status_ctx->devices_status != STATUS_BYPASS) in calc()
1239 && (status_ctx->devices_status != STATUS_BYPASS) in calc()
H A Dhashcat.c299 && (status_ctx->devices_status != STATUS_BYPASS)) in inner2_loop()
316 status_ctx->devices_status = STATUS_BYPASS; in inner2_loop()
H A Dstatus.c291 case STATUS_BYPASS: return ST_0009; in status_get_status_string()
/dports/cad/openfpgaloader/openFPGALoader-0.6.1/src/
H A Dgowin.cpp52 # define STATUS_BYPASS (1 << 11) macro
386 if (dev & STATUS_BYPASS) in displayReadReg()
/dports/security/hashcat-legacy/hashcat-legacy-2.00/include/
H A Dengine.h633 #define STATUS_BYPASS 8 macro
/dports/security/hashcat-legacy/hashcat-legacy-2.00/src/
H A Dengine.c15563 if (*thread_parameter->hashcat_status == STATUS_BYPASS) break; in attack_a5r0()
15682 if (*thread_parameter->hashcat_status == STATUS_BYPASS) break; in attack_a4r0()
15788 if (*thread_parameter->hashcat_status == STATUS_BYPASS) break; in attack_a3r0()
15982 if (*thread_parameter->hashcat_status == STATUS_BYPASS) break; in attack_a1r1()
15986 if (*thread_parameter->hashcat_status == STATUS_BYPASS) break; in attack_a1r1()
15990 if (*thread_parameter->hashcat_status == STATUS_BYPASS) break; in attack_a1r1()
16086 if (*thread_parameter->hashcat_status == STATUS_BYPASS) break; in attack_a1r0()
16090 if (*thread_parameter->hashcat_status == STATUS_BYPASS) break; in attack_a1r0()
16262 if (*thread_parameter->hashcat_status == STATUS_BYPASS) break; in attack_a0r1()
16268 if (*thread_parameter->hashcat_status == STATUS_BYPASS) break; in attack_a0r1()
[all …]
H A Dhashcat-cli.c3305 engine_parameter->hashcat_status = STATUS_BYPASS; in keypress()
16027 if (engine_parameter->hashcat_status == STATUS_BYPASS) break; in main()
16064 …if (engine_parameter->hashcat_status == STATUS_BYPASS) engine_parameter->hashcat_status = STATUS_R… in main()
16430 if (engine_parameter->hashcat_status == STATUS_BYPASS) in main()
16447 …if (engine_parameter->hashcat_status == STATUS_BYPASS) engine_parameter->hashcat_status = STATUS_R… in main()
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h211 STATUS_BYPASS = 9, enumerator