Searched refs:pass (Results 101 - 125 of 305) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_auth.c348 u_32_t pass; local
372 if (!(pass = fra->fra_pass) || (FR_ISAUTH(pass))) {
373 pass = FR_BLOCK;
381 if ((pass & FR_KEEPSTATE) || ((pass & FR_KEEPFRAG) &&
391 fr->fr_flags = pass;
438 *passp = pass;
1225 ipf_auth_pre_scanlist(softc, fin, pass)
1228 u_32_t pass;
[all...]
/freebsd-11-stable/contrib/dialog/
H A Deditbox.c60 unsigned n, pass; local
82 for (pass = 0; pass < 2; ++pass) {
86 if (first && pass) {
93 if (pass)
97 if (pass) {
/freebsd-11-stable/sys/vm/
H A Dvm_pageout.c124 static bool vm_pageout_scan(struct vm_domain *vmd, int pass);
1064 * pass == 0: Update active LRU/deactivate pages
1065 * pass >= 1: Free inactive pages
1067 * Returns true if pass was zero or enough pages were freed by the inactive
1071 vm_pageout_scan(struct vm_domain *vmd, int pass) argument
1085 if (vmd == &vm_dom[0] && pass > 0 &&
1113 if (pass > 0) {
1469 if (pass > 0)
1523 * next pass, current pagedaemon would vote again if the low
1699 int domidx, pass; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl991 ldr r5,[$inp,#240] @ pass rounds
992 mov r4,$inp @ pass key
993 mov r12,$out @ pass key schedule
1011 mov r4,$key @ pass the key
1013 mov r5,#10 @ pass rounds
1039 ldr r5,[$inp,#240] @ pass rounds
1040 mov r4,$inp @ pass key
1041 mov r12,$out @ pass key schedule
1061 mov r4,$key @ pass the key
1063 mov r5,#10 @ pass round
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp139 HoistSpillHelper(MachineFunctionPass &pass, MachineFunction &mf, argument
141 : MF(mf), LIS(pass.getAnalysis<LiveIntervals>()),
142 LSS(pass.getAnalysis<LiveStacks>()),
143 AA(&pass.getAnalysis<AAResultsWrapperPass>().getAAResults()),
144 MDT(pass.getAnalysis<MachineDominatorTree>()),
145 Loops(pass.getAnalysis<MachineLoopInfo>()), VRM(vrm),
148 MBFI(pass.getAnalysis<MachineBlockFrequencyInfo>()),
196 InlineSpiller(MachineFunctionPass &pass, MachineFunction &mf, VirtRegMap &vrm) argument
197 : MF(mf), LIS(pass.getAnalysis<LiveIntervals>()),
198 LSS(pass
241 createInlineSpiller(MachineFunctionPass &pass, MachineFunction &mf, VirtRegMap &vrm) argument
[all...]
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtoe.c696 int pass; local
701 for (pass = 0; pass < 2; ++pass) {
706 if (pass) {
711 if (!pass) {
/freebsd-11-stable/crypto/openssl/crypto/srp/
H A Dsrp_vfy.c588 char *SRP_create_verifier(const char *user, const char *pass, char **salt, argument
600 (pass == NULL) || (salt == NULL) || (verifier == NULL))
631 if (!SRP_create_verifier_BN(user, pass, &s, &v, N_bn, g_bn))
676 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt, argument
686 (pass == NULL) ||
703 x = SRP_Calc_x(salttmp, user, pass);
H A Dsrp_lib.c214 BIGNUM *SRP_Calc_x(BIGNUM *s, const char *user, const char *pass) argument
220 if ((s == NULL) || (user == NULL) || (pass == NULL))
230 EVP_DigestUpdate(&ctxt, pass, strlen(pass));
/freebsd-11-stable/sbin/swapon/
H A Dswapon.c272 char pass[64 * 2 + 1]; local
284 sprintf(&pass[2 * i], "%02x", bpass[i]);
285 pass[sizeof(pass) - 1] = '\0';
288 dname, pass);
297 dname, pass);
/freebsd-11-stable/sys/dev/mfi/
H A Dmfi.c2127 struct mfi_pass_frame *pass; local
2141 pass = &cm->cm_frame->pass;
2142 bzero(pass->cdb, 16);
2143 pass->header.cmd = MFI_CMD_PD_SCSI_IO;
2162 pass->cdb);
2163 pass->header.target_id = (uintptr_t)bio->bio_driver1;
2164 pass->header.lun_id = 0;
2165 pass->header.timeout = 0;
2166 pass
2651 struct mfi_pass_frame *pass; local
[all...]
/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus.c1170 enum parse_pass pass; member in struct:parse_context
1208 if ((pc->pass == parse_32 && start < FOUR_GB) ||
1209 (pc->pass == parse_64 && start >= FOUR_GB))
1217 vmbus_get_crs(device_t dev, device_t vmbus_dev, enum parse_pass pass) argument
1223 device_printf(dev, "walking _CRS, pass=%d\n", pass);
1226 pc.pass = pass;
1231 device_printf(dev, "_CRS: not found, pass=%d\n", pass);
1235 vmbus_get_mmio_res_pass(device_t dev, enum parse_pass pass) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ts/
H A Dts_conf.c138 EVP_PKEY *TS_CONF_load_key(const char *file, const char *pass) argument
145 pkey = PEM_read_bio_PrivateKey(key, NULL, NULL, (char *)pass);
284 const char *key, const char *pass,
295 if (!(key_obj = TS_CONF_load_key(key, pass)))
283 TS_CONF_set_signer_key(CONF *conf, const char *section, const char *key, const char *pass, TS_RESP_CTX *ctx) argument
/freebsd-11-stable/usr.bin/vgrind/
H A Dvfontedpr.c88 static bool pass = false; /* variable
89 * when acting as a filter, pass indicates
322 pass = true;
324 pass = false;
328 if (!filter || pass)
/freebsd-11-stable/usr.sbin/ppp/
H A Dprompt.c516 const char *pass; local
529 pass = "";
533 pass = arg->argv[arg->argn];
535 if (!strcmp(arg->prompt->owner->cfg.passwd, pass))
/freebsd-11-stable/contrib/expat/tests/
H A Dxmltest.sh110 for xmlfile in *pass*.xml ; do
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.h129 uint32_t pass = 0; member in class:lld::elf::ThunkCreator
/freebsd-11-stable/contrib/gcc/
H A Dtree-object-size.c29 #include "tree-pass.h"
36 int pass; member in struct:object_size_info
366 /* First pass: walk UD chains, compute object sizes that
370 osi.pass = 0;
374 /* Second pass: keep recomputing object sizes of variables
383 Although even without this detection pass 2 would eventually
392 osi.pass = 1;
409 osi.pass = 2;
475 gcc_assert (osi->pass == 0);
523 if (osi->pass
[all...]
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Dprivmsg.c89 out->u.hdr.pass = 1;
91 out->u.hdr.pass = 0;
/freebsd-11-stable/crypto/openssl/util/
H A Dmkstack.pl150 #define PKCS12_decrypt_d2i_${type_thing}(algor, d2i_func, free_func, pass, passlen, oct, seq) \\
151 SKM_PKCS12_decrypt_d2i($type_thing, (algor), (d2i_func), (free_func), (pass), (passlen), (oct), (seq))
/freebsd-11-stable/lib/libpam/modules/pam_krb5/
H A Dpam_krb5.c119 const char *user, *pass; local
192 retval = pam_get_authtok(pamh, PAM_AUTHTOK, &pass, PASSWORD_PROMPT);
253 pass, NULL, pamh, 0, NULL, opts);
691 const char *pass; local
734 retval = pam_get_authtok(pamh, PAM_OLDAUTHTOK, &pass, PASSWORD_PROMPT);
754 pass, NULL, pamh, 0, "kadmin/changepw", opts);
768 PAM_AUTHTOK, &pass, NEW_PASSWORD_PROMPT);
779 if ((passdup = strdup(pass)) == NULL) {
/freebsd-11-stable/sys/amd64/amd64/
H A Dbpf_jit_machdep.c161 u_int i, pass; local
194 * The first pass will emit the lengths of the instructions
199 for (pass = 0; pass < 2; pass++) {
601 if (pass > 0)
630 /* The second pass creates the actual code. */
/freebsd-11-stable/tools/regression/net80211/tkip/
H A Dtest_tkip.c352 int i, pass, total; local
368 pass = 0;
373 pass += runtest(&vap, &tkiptests[i]);
375 printf("%u of %u 802.11i TKIP test vectors passed\n", pass, total);
380 return (pass == total ? 0 : -1);
/freebsd-11-stable/sys/i386/i386/
H A Dbpf_jit_machdep.c161 u_int i, pass; local
195 * The first pass will emit the lengths of the instructions
200 for (pass = 0; pass < 2; pass++) {
630 if (pass > 0)
659 /* The second pass creates the actual code. */
/freebsd-11-stable/crypto/openssl/apps/
H A Denc.c125 char *str = NULL, *passarg = NULL, *pass = NULL; local
190 } else if (strcmp(*argv, "-pass") == 0) {
294 BIO_printf(bio_err, "%-14s pass phrase source\n", "-pass <arg>");
424 if (!app_passwd(bio_err, passarg, NULL, &pass, NULL)) {
428 str = pass;
690 if (pass)
691 OPENSSL_free(pass);
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp315 MigrationPass pass(Ctx, OrigGCMode, Unit->getSema(), testAct, capturedDiags,
317 pass.setNoFinalizeRemoval(NoFinalizeRemoval);
323 transforms[i](pass);
579 MigrationPass pass(Ctx, OrigCI.getLangOpts()->getGC(),
582 trans(pass);

Completed in 314 milliseconds

1234567891011>>