Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 25 of 1171) sorted by relevance

12345678910>>...47

/openbmc/linux/tools/testing/selftests/openat2/
H A Dresolve_test.c114 bool pass; member
140 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
171 .out.path = "etc", .pass = true }, in test_openat2_opath_tests()
214 .out.path = NULL, .pass = true }, in test_openat2_opath_tests()
217 .out.path = NULL, .pass = true }, in test_openat2_opath_tests()
220 .out.path = NULL, .pass = true }, in test_openat2_opath_tests()
223 .out.path = NULL, .pass = true }, in test_openat2_opath_tests()
331 .out.path = "/", .pass = true }, in test_openat2_opath_tests()
334 .out.path = "/", .pass = true }, in test_openat2_opath_tests()
467 if (test->pass) in test_openat2_opath_tests()
[all …]
/openbmc/linux/arch/mips/include/asm/sibyte/
H A Dsb1250_defs.h98 #define SIBYTE_HDR_FMASK(chip, pass) \ argument
99 (SIBYTE_HDR_FMASK_ ## chip ## _ ## pass)
121 #define SIBYTE_HDR_FMASK_BEFORE(chip, pass) \ argument
125 #define SIBYTE_HDR_FMASK_AFTER(chip, pass) \ argument
126 (~(SIBYTE_HDR_FMASK(chip, pass) \
141 #define SIBYTE_HDR_FEATURE(chip, pass) \ argument
142 (!! ((SIBYTE_HDR_FMASK(chip, pass) \
146 #define SIBYTE_HDR_FEATURE_EXACT(chip, pass) \ argument
147 (!! (SIBYTE_HDR_FMASK(chip, pass) & SIBYTE_HDR_FEATURES))
150 #define SIBYTE_HDR_FEATURE_UP_TO(chip, pass) \ argument
[all …]
/openbmc/linux/tools/perf/tests/
H A Dtime-utils-test.c79 bool pass = false; in test__perf_time__parse_for_ranges() local
128 pass = true; in test__perf_time__parse_for_ranges()
131 return pass; in test__perf_time__parse_for_ranges()
136 bool pass = true; in test__time_utils() local
138 pass &= test__parse_nsec_time("0", 0); in test__time_utils()
140 pass &= test__parse_nsec_time("0.000000001", 1); in test__time_utils()
168 pass &= test__perf_time__parse_for_ranges(&d); in test__time_utils()
185 pass &= test__perf_time__parse_for_ranges(&d); in test__time_utils()
200 pass &= test__perf_time__parse_for_ranges(&d); in test__time_utils()
215 pass &= test__perf_time__parse_for_ranges(&d); in test__time_utils()
[all …]
/openbmc/linux/arch/mips/cavium-octeon/executive/
H A Docteon-model.c63 char pass[4]; in octeon_model_get_string_buffer() local
211 strcpy(pass, "1.X"); in octeon_model_get_string_buffer()
214 strcpy(pass, "2.X"); in octeon_model_get_string_buffer()
217 strcpy(pass, "3.X"); in octeon_model_get_string_buffer()
220 strcpy(pass, "X.X"); in octeon_model_get_string_buffer()
235 strcpy(pass, "1.0"); in octeon_model_get_string_buffer()
238 strcpy(pass, "1.1"); in octeon_model_get_string_buffer()
241 strcpy(pass, "X.X"); in octeon_model_get_string_buffer()
256 strcpy(pass, "1.0"); in octeon_model_get_string_buffer()
259 strcpy(pass, "1.1"); in octeon_model_get_string_buffer()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_migrate_reuseport.c53 goto pass; in drop_ack()
60 goto pass; in drop_ack()
63 goto pass; in drop_ack()
72 goto pass; in drop_ack()
75 goto pass; in drop_ack()
81 goto pass; in drop_ack()
85 goto pass; in drop_ack()
88 goto pass; in drop_ack()
93 pass: in drop_ack()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0013-raddb-certs-Makefile-fix-the-occasional-verification.patch11 openssl pkcs12 -in server.p12 -out server.pem -passin pass:'whatever' -passout pass:'whatever'
51 -passin pass:$(PASSWORD_CA) -passout pass:$(PASSWORD_CA)
78 …-in server.crt -inkey server.key -out server.p12 -passin pass:$(PASSWORD_SERVER) -passout pass:$(…
83 - $(OPENSSL) pkcs12 -in server.p12 -out server.pem -passin pass:$(PASSWORD_SERVER) -passout pass:$(…
84 … $(OPENSSL) pkcs12 -in server.p12 -out server.pem -passin pass:$(PASSWORD_SERVER) -passout pass:$(…
100 …-in client.crt -inkey client.key -out client.p12 -passin pass:$(PASSWORD_CLIENT) -passout pass:$(…
106 - $(OPENSSL) pkcs12 -in client.p12 -out client.pem -passin pass:$(PASSWORD_CLIENT) -passout pass:$(…
107 … $(OPENSSL) pkcs12 -in client.p12 -out client.pem -passin pass:$(PASSWORD_CLIENT) -passout pass:$(…
124 …rt -inkey inner-server.key -out inner-server.p12 -passin pass:$(PASSWORD_INNER) -passout pass:$(P…
129 …pkcs12 -in inner-server.p12 -out inner-server.pem -passin pass:$(PASSWORD_INNER) -passout pass:$(P…
[all …]
/openbmc/linux/drivers/gpu/drm/ast/
H A Dast_i2c.c65 uint32_t val, val2, count, pass; in ast_i2c_getsda() local
68 pass = 0; in ast_i2c_getsda()
73 pass++; in ast_i2c_getsda()
75 pass = 0; in ast_i2c_getsda()
78 } while ((pass < 5) && (count++ < 0x10000)); in ast_i2c_getsda()
87 uint32_t val, val2, count, pass; in ast_i2c_getscl() local
90 pass = 0; in ast_i2c_getscl()
95 pass++; in ast_i2c_getscl()
97 pass = 0; in ast_i2c_getscl()
100 } while ((pass < 5) && (count++ < 0x10000)); in ast_i2c_getscl()
/openbmc/estoraged/src/test/erase/
H A Dzero_test.cpp36 Zero pass(testFileName); in TEST() local
39 EXPECT_NO_THROW(pass.writeZero(size, write)); in TEST()
42 EXPECT_NO_THROW(pass.verifyZero(size, read)); in TEST()
62 Zero pass(testFileName); in TEST() local
63 EXPECT_NO_THROW(pass.writeZero(size, write)); in TEST()
66 EXPECT_NO_THROW(pass.verifyZero(size, read)); in TEST()
84 Zero pass(testFileName); in TEST() local
105 Zero pass(testFileName); in TEST() local
127 Zero pass(testFileName); in TEST() local
142 EXPECT_NO_THROW(pass.writeZero(size, mock)); in TEST()
[all …]
H A Dpattern_test.cpp41 Pattern pass(testFileName); in TEST() local
42 EXPECT_NO_THROW(pass.writePattern(size, writeFd)); in TEST()
47 EXPECT_NO_THROW(pass.verifyPattern(size, readFd)); in TEST()
66 Pattern pass(testFileName); in TEST() local
67 EXPECT_NO_THROW(pass.writePattern(size, writeFd)); in TEST()
71 EXPECT_NO_THROW(pass.verifyPattern(size, readFd)); in TEST()
80 Pattern pass(testFileName); in TEST() local
96 EXPECT_THROW(pass.verifyPattern(size, readFd), InternalFailure); in TEST()
107 Pattern pass(testFileName); in TEST() local
151 EXPECT_NO_THROW(pass.writePattern(size, mock)); in TEST()
[all …]
/openbmc/bmcweb/include/
H A Dcredential_pipe.hpp37 explicit_bzero(pass.data(), pass.capacity()); in ~CredentialsPipe()
50 pass = std::move(password); in asyncWrite()
54 {{user.data(), user.size() + 1}, {pass.data(), pass.size() + 1}}}; in asyncWrite()
64 std::string pass; member in CredentialsPipe
H A Dpam_authenticate.hpp54 char* pass = reinterpret_cast<char*>(passPtr); in pamFunctionConversation() local
55 if (pass == nullptr) in pamFunctionConversation()
60 std::strncpy(pass, appPass, appPassSize + 1); in pamFunctionConversation()
68 free(pass); in pamFunctionConversation()
75 responses[i]->resp = pass; in pamFunctionConversation()
/openbmc/qemu/tests/rocker/
H A Dall3 if [ $? -eq 0 ]; then echo "pass"; else echo "FAILED"; exit 1; fi
7 if [ $? -eq 0 ]; then echo "pass"; else echo "FAILED"; exit 1; fi
11 if [ $? -eq 0 ]; then echo "pass"; else echo "FAILED"; exit 1; fi
15 if [ $? -eq 0 ]; then echo "pass"; else echo "FAILED"; exit 1; fi
19 if [ $? -eq 0 ]; then echo "pass"; else echo "FAILED"; exit 1; fi
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c9740 for (pass = 0; pass < 2; pass++) { in handle_2misc_narrow()
10329 for (pass = 0; pass < 2; pass++) { in handle_3rd_widening()
10397 for (pass = 0; pass < 2; pass++) { in handle_3rd_widening()
10502 for (pass = 0; pass < 2; pass++) { in handle_3rd_wide()
10521 for (pass = 0; pass < 2; pass++) { in handle_3rd_wide()
10539 for (pass = 0; pass < 2; pass++) { in handle_3rd_narrowing()
10561 for (pass = 0; pass < 2; pass++) { in handle_3rd_narrowing()
10758 for (pass = 0; pass < 2; pass++) { in handle_simd_3same_pair()
11831 for (pass = 0; pass < 2; pass++) { in handle_2misc_pairwise()
11843 for (pass = 0; pass < 2; pass++) { in handle_shll()
[all …]
/openbmc/linux/fs/gfs2/
H A Dlops.h56 unsigned int pass) in lops_before_scan() argument
61 gfs2_log_ops[x]->lo_before_scan(jd, head, pass); in lops_before_scan()
67 unsigned int pass) in lops_scan_elements() argument
73 ld, ptr, pass); in lops_scan_elements()
82 unsigned int pass) in lops_after_scan() argument
87 gfs2_log_ops[x]->lo_after_scan(jd, error, pass); in lops_after_scan()
/openbmc/linux/drivers/pcmcia/
H A Dcardbus.c70 unsigned int max, pass; in cb_alloc() local
78 for (pass = 0; pass < 2; pass++) in cb_alloc()
80 max = pci_scan_bridge(bus, dev, max, pass); in cb_alloc()
/openbmc/u-boot/arch/arm/lib/
H A Dvectors_m.S13 mov r0, sp @ pass auto-saved registers as argument
18 mov r0, sp @ pass auto-saved registers as argument
23 mov r0, sp @ pass auto-saved registers as argument
28 mov r0, sp @ pass auto-saved registers as argument
33 mov r0, sp @ pass auto-saved registers as argument
/openbmc/qemu/tests/multiboot/
H A Drun_test.sh47 pass=0
50 pass=0
81 pass=1
87 pass=0
90 if [ $pass == 1 ]; then
/openbmc/linux/fs/jbd2/
H A Drecovery.c501 if (pass == PASS_SCAN) in do_one_pass()
526 if (pass != PASS_SCAN) in do_one_pass()
585 if (pass != PASS_SCAN) { in do_one_pass()
602 if (pass != PASS_REPLAY) { in do_one_pass()
603 if (pass == PASS_SCAN && in do_one_pass()
787 if (pass == PASS_SCAN && in do_one_pass()
814 if (pass == PASS_SCAN && in do_one_pass()
830 if (pass == PASS_SCAN) { in do_one_pass()
843 if (pass == PASS_SCAN && in do_one_pass()
852 if (pass != PASS_REVOKE) { in do_one_pass()
[all …]
/openbmc/linux/tools/testing/selftests/x86/
H A Dsyscall_numbering.c251 enum ptrace_pass pass = sh->ptrace_pass; in test_syscalls_common() local
263 if (pass >= PTP_FUZZRET) in test_syscalls_common()
337 enum ptrace_pass pass; in syscall_numbering_tracee() local
345 for (sh->ptrace_pass = pass = PTP_NOTHING; pass < PTP_DONE; in syscall_numbering_tracee()
346 sh->ptrace_pass = ++pass) { in syscall_numbering_tracee()
347 run("Running tests under ptrace: %s\n", ptrace_pass_name[pass]); in syscall_numbering_tracee()
352 static void mess_with_syscall(pid_t testpid, enum ptrace_pass pass) in mess_with_syscall() argument
359 if (pass == PTP_NOTHING || pass == PTP_DONE) in mess_with_syscall()
370 switch (pass) { in mess_with_syscall()
/openbmc/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c64 int pass; in bpf_int_jit_compile() local
172 for (pass = 1; pass < 3; pass++) { in bpf_int_jit_compile()
177 if (bpf_jit_build_body(fp, code_base, &cgctx, addrs, pass, extra_pass)) { in bpf_int_jit_compile()
185 pr_info("Pass %d: shrink = %d, seen = 0x%x\n", pass, in bpf_int_jit_compile()
194 bpf_jit_dump(flen, proglen, pass, code_base); in bpf_int_jit_compile()
233 int bpf_add_extable_entry(struct bpf_prog *fp, u32 *image, int pass, struct codegen_context *ctx, in bpf_add_extable_entry() argument
242 if (pass != 2) in bpf_add_extable_entry()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_context.c199 int pass; in __live_active_context() local
234 for (pass = 0; pass <= 2; pass++) { in __live_active_context()
252 engine->name, pass); in __live_active_context()
358 int pass; in __live_remote_context() local
393 for (pass = 0; pass <= 2; pass++) { in __live_remote_context()
404 engine->name, pass); in __live_remote_context()
/openbmc/u-boot/drivers/net/
H A Dmcfmii.c137 int phyaddr, pass; in mii_discover_phy() local
145 for (pass = 1; pass <= MAX_PHY_PASSES && phyaddr < 0; ++pass) { in mii_discover_phy()
146 if (pass > 1) { in mii_discover_phy()
159 printf("PHY type 0x%x pass %d type\n", phytype, pass); in mii_discover_phy()
169 printf("PHY @ 0x%x pass %d\n", phyno, pass); in mii_discover_phy()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0004-lxdm.c-add-function-to-change-password-with-pam.patch32 @@ -759,6 +763,69 @@ int lxdm_auth_user(int type,char *user, char *pass, struct passwd **ppw)
63 +static int lxdm_change_passwd_pam(const char *service, const char *user, const char *pass)
77 + new_passwd = pass;
90 +int lxdm_change_passwd(const char *user, const char *pass)
93 + return lxdm_change_passwd_pam("lxdm", user, pass);
117 int lxdm_auth_user(int type,char *user,char *pass,struct passwd **ppw);
118 +int lxdm_change_passwd(const char *user, const char *pass);
/openbmc/linux/drivers/nvmem/
H A Dlan9662-otpc.c84 u32 pass; in lan9662_otp_read_byte() local
92 pass = readl(OTP_OTP_PASS_FAIL(otp->base)); in lan9662_otp_read_byte()
93 if (pass & OTP_OTP_PASS_FAIL_OTP_READ_PROHIBITED) in lan9662_otp_read_byte()
102 u32 pass; in lan9662_otp_write_byte() local
113 pass = readl(OTP_OTP_PASS_FAIL(otp->base)); in lan9662_otp_write_byte()
114 if (pass & OTP_OTP_PASS_FAIL_OTP_WRITE_PROHIBITED) in lan9662_otp_write_byte()
116 if (pass & OTP_OTP_PASS_FAIL_OTP_FAIL) in lan9662_otp_write_byte()
/openbmc/linux/fs/ntfs/
H A Dlcnalloc.c179 pass = 1; in ntfs_cluster_alloc()
197 pass = 2; in ntfs_cluster_alloc()
206 pass = 2; in ntfs_cluster_alloc()
216 pass = 2; in ntfs_cluster_alloc()
501 pass = 2; in ntfs_cluster_alloc()
537 pass = 1; in ntfs_cluster_alloc()
575 pass = 2; in ntfs_cluster_alloc()
579 pass = 2; in ntfs_cluster_alloc()
616 pass = 2; in ntfs_cluster_alloc()
620 pass = 2; in ntfs_cluster_alloc()
[all …]

12345678910>>...47