/openbmc/linux/tools/testing/selftests/openat2/ |
H A D | resolve_test.c | 114 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 D | sb1250_defs.h | 98 #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 D | time-utils-test.c | 79 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 D | octeon-model.c | 63 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 D | test_migrate_reuseport.c | 53 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 D | 0013-raddb-certs-Makefile-fix-the-occasional-verification.patch | 11 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 D | ast_i2c.c | 65 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 D | zero_test.cpp | 36 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 D | pattern_test.cpp | 41 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 157 EXPECT_NO_THROW(pass.writePattern(size, mock)); in TEST() [all …]
|
/openbmc/bmcweb/include/ |
H A D | credential_pipe.hpp | 37 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
|
/openbmc/qemu/tests/rocker/ |
H A D | all | 3 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/linux/fs/gfs2/ |
H A D | lops.h | 56 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 D | cardbus.c | 70 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 D | vectors_m.S | 13 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 D | run_test.sh | 47 pass=0 50 pass=0 81 pass=1 87 pass=0 90 if [ $pass == 1 ]; then
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | syscall_numbering.c | 251 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 D | bpf_jit_comp.c | 64 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 D | selftest_context.c | 199 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()
|
H A D | selftest_ring_submission.c | 106 int pass; in mixed_contexts_sync() local 109 for (pass = 0; pass < 2; pass++) { in mixed_contexts_sync() 115 pass); in mixed_contexts_sync() 126 pass); in mixed_contexts_sync() 137 pass); in mixed_contexts_sync()
|
/openbmc/linux/fs/jbd2/ |
H A D | recovery.c | 522 if (pass == PASS_SCAN) in do_one_pass() 547 if (pass != PASS_SCAN) in do_one_pass() 606 if (pass != PASS_SCAN) { in do_one_pass() 623 if (pass != PASS_REPLAY) { in do_one_pass() 624 if (pass == PASS_SCAN && in do_one_pass() 808 if (pass == PASS_SCAN && in do_one_pass() 835 if (pass == PASS_SCAN && in do_one_pass() 858 if (pass == PASS_SCAN) { in do_one_pass() 872 if (pass == PASS_SCAN && in do_one_pass() 882 if (pass != PASS_REVOKE) { in do_one_pass() [all …]
|
/openbmc/u-boot/drivers/net/ |
H A D | mcfmii.c | 137 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 D | 0004-lxdm.c-add-function-to-change-password-with-pam.patch | 32 @@ -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 D | lan9662-otpc.c | 84 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 D | lcnalloc.c | 179 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 …]
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | iommu-common.c | 107 int pass = 0; in iommu_tbl_range_alloc() local 136 if (pass == 0 && handle && *handle && in iommu_tbl_range_alloc() 159 if ((start & mask) >= limit || pass > 0) { in iommu_tbl_range_alloc() 184 if (likely(pass == 0)) { in iommu_tbl_range_alloc() 188 pass++; in iommu_tbl_range_alloc() 190 } else if (!largealloc && pass <= iommu->nr_pools) { in iommu_tbl_range_alloc() 197 pass++; in iommu_tbl_range_alloc()
|