| /OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/ |
| H A D | libtraceevent.txt | 15 struct tep_handle pass:[*]*tep_alloc*(void); 16 void *tep_free*(struct tep_handle pass:[*]_tep_); 17 void *tep_ref*(struct tep_handle pass:[*]_tep_); 18 void *tep_unref*(struct tep_handle pass:[*]_tep_); 19 int *tep_get_ref*(struct tep_handle pass:[*]_tep_); 20 void *tep_set_flag*(struct tep_handle pass:[*]_tep_, enum tep_flag _flag_); 21 void *tep_clear_flag*(struct tep_handle pass:[*]_tep_, enum tep_flag _flag_); 22 bool *tep_test_flag*(struct tep_handle pass:[*]_tep_, enum tep_flag _flags_); 23 int *tep_get_cpus*(struct tep_handle pass:[*]_tep_); 24 void *tep_set_cpus*(struct tep_handle pass:[*]_tep_, int _cpus_); [all …]
|
| H A D | libtraceevent-field_get_val.txt | 16 …trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_rec… 17 …trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_rec… 18 …trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_rec… 19 …pass:[*]*tep_get_field_raw*(struct trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const …
|
| H A D | libtraceevent-field_print.txt | 16 void *tep_print_field*(struct trace_seq pass:[*]_s_, void pass:[*]_data_, struct tep_format_field p… 17 void *tep_print_fields*(struct trace_seq pass:[*]_s_, void pass:[*]_data_, int _size_, struct tep_e… 18 …ruct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, struct tep_event pass:[*]_event_, const char… 19 …ruct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, struct tep_event pass:[*]_event_, const char…
|
| H A D | libtraceevent-filter.txt | 17 struct tep_event_filter pass:[*]*tep_filter_alloc*(struct tep_handle pass:[*]_tep_); 18 void *tep_filter_free*(struct tep_event_filter pass:[*]_filter_); 19 void *tep_filter_reset*(struct tep_event_filter pass:[*]_filter_); 20 …p_errno *tep_filter_add_filter_str*(struct tep_event_filter pass:[*]_filter_, const char pass:[*]_… 21 int *tep_event_filtered*(struct tep_event_filter pass:[*]_filter_, int _event_id_); 22 int *tep_filter_remove_event*(struct tep_event_filter pass:[*]_filter_, int _event_id_); 23 enum tep_errno *tep_filter_match*(struct tep_event_filter pass:[*]_filter_, struct tep_record pass:… 24 int *tep_filter_copy*(struct tep_event_filter pass:[*]_dest_, struct tep_event_filter pass:[*]_sour… 25 int *tep_filter_compare*(struct tep_event_filter pass:[*]_filter1_, struct tep_event_filter pass:[*… 26 char pass:[*]*tep_filter_make_string*(struct tep_event_filter pass:[*]_filter_, int _event_id_); [all …]
|
| H A D | libtraceevent-func_apis.txt | 16 typedef char pass:[*](*tep_func_resolver_t*)(void pass:[*]_priv_, unsigned long long pass:[*]_addrp… 17 …*tep_set_function_resolver*(struct tep_handle pass:[*]_tep_, tep_func_resolver_t pass:[*]_func_, v… 18 void *tep_reset_function_resolver*(struct tep_handle pass:[*]_tep_); 19 const char pass:[*]*tep_find_function*(struct tep_handle pass:[*]_tep_, unsigned long long _addr_); 20 unsigned long long *tep_find_function_address*(struct tep_handle pass:[*]_tep_, unsigned long long … 21 …ep_register_function*(struct tep_handle pass:[*]_tep_, char pass:[*]_name_, unsigned long long _ad… 22 int *tep_register_print_string*(struct tep_handle pass:[*]_tep_, const char pass:[*]_fmt_, unsigned… 62 or events have "%pS" parameter in its format string. It is common to pass in
|
| H A D | libtraceevent-tseq.txt | 18 void *trace_seq_init*(struct trace_seq pass:[*]_s_); 19 void *trace_seq_destroy*(struct trace_seq pass:[*]_s_); 20 void *trace_seq_reset*(struct trace_seq pass:[*]_s_); 21 void *trace_seq_terminate*(struct trace_seq pass:[*]_s_); 22 int *trace_seq_putc*(struct trace_seq pass:[*]_s_, unsigned char _c_); 23 int *trace_seq_puts*(struct trace_seq pass:[*]_s_, const char pass:[*]_str_); 24 int *trace_seq_printf*(struct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, _..._); 25 int *trace_seq_vprintf*(struct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, va_list _args_); 26 int *trace_seq_do_printf*(struct trace_seq pass:[*]_s_); 27 int *trace_seq_do_fprintf*(struct trace_seq pass:[*]_s_, FILE pass:[*]_fp_); [all …]
|
| H A D | libtraceevent-plugins.txt | 14 struct tep_plugin_list pass:[*]*tep_load_plugins*(struct tep_handle pass:[*]_tep_); 15 void *tep_unload_plugins*(struct tep_plugin_list pass:[*]_plugin_list_, struct tep_handle pass:[*]_… 16 void *tep_load_plugins_hook*(struct tep_handle pass:[*]_tep_, const char pass:[*]_suffix_, 17 void (pass:[*]_load_plugin_)(struct tep_handle pass:[*]tep, 18 const char pass:[*]path, 19 const char pass:[*]name, 20 void pass:[*]data), 21 void pass:[*]_data_);
|
| H A D | libtraceevent-reg_event_handler.txt | 20 … tep_handle pass:[*]_tep_, int _id_, const char pass:[*]_sys_name_, const char pass:[*]_event_name… 21 …truct tep_handle pass:[*]tep, int id, const char pass:[*]sys_name, const char pass:[*]event_name, … 23 …f int (*pass:[*]tep_event_handler_func*)(struct trace_seq pass:[*]s, struct tep_record pass:[*]rec…
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/hdcp/ |
| H A D | hdcp2_transition.c | 39 if (input->hdcp2version_read != PASS || in mod_hdcp_hdcp2_transition() 40 input->hdcp2_capable_check != PASS) { in mod_hdcp_hdcp2_transition() 50 if (input->create_session != PASS || in mod_hdcp_hdcp2_transition() 51 input->ake_init_prepare != PASS) { in mod_hdcp_hdcp2_transition() 56 } else if (input->ake_init_write != PASS) { in mod_hdcp_hdcp2_transition() 65 if (input->ake_cert_available != PASS) { in mod_hdcp_hdcp2_transition() 81 } else if (input->ake_cert_read != PASS || in mod_hdcp_hdcp2_transition() 82 input->ake_cert_validation != PASS) { in mod_hdcp_hdcp2_transition() 100 if (input->no_stored_km_write != PASS) { in mod_hdcp_hdcp2_transition() 112 if (input->h_prime_available != PASS) { in mod_hdcp_hdcp2_transition() [all …]
|
| H A D | hdcp1_transition.c | 39 if (input->bksv_read != PASS || input->bcaps_read != PASS) { in mod_hdcp_hdcp1_transition() 49 if (input->create_session != PASS) { in mod_hdcp_hdcp1_transition() 54 } else if (input->an_write != PASS || in mod_hdcp_hdcp1_transition() 55 input->aksv_write != PASS || in mod_hdcp_hdcp1_transition() 56 input->bksv_read != PASS || in mod_hdcp_hdcp1_transition() 57 input->bksv_validation != PASS || in mod_hdcp_hdcp1_transition() 68 if (input->bcaps_read != PASS || in mod_hdcp_hdcp1_transition() 69 input->r0p_read != PASS) { in mod_hdcp_hdcp1_transition() 72 } else if (input->rx_validation != PASS) { in mod_hdcp_hdcp1_transition() 81 } else if (!conn->is_repeater && input->encryption != PASS) { in mod_hdcp_hdcp1_transition() [all …]
|
| /OK3568_Linux_fs/kernel/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() 143 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests() 146 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests() 149 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests() 152 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests() 155 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests() 158 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests() 161 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests() 164 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | pass_manager.h | 26 /* Define a list of pass lists so that both passes.c and plugins can easily 27 find all the pass lists. */ 54 void register_one_dump_file (opt_pass *pass); 78 void register_pass_name (opt_pass *pass, const char *name); 89 /* The root of the compilation pass tree, once constructed. */ 96 /* A map from static pass id to optimization pass. */ 103 void set_pass_for_id (int id, opt_pass *pass); 104 void register_dump_files (opt_pass *pass); 116 within pass-instances.def means that there is a field: 123 in pass-instances.def lead to fields: [all …]
|
| H A D | tree-pass.h | 1 /* Definitions for describing one tree-ssa optimization pass. 30 /* Optimization pass type. */ 39 /* Metadata for a pass, non-varying across all instances of a pass. */ 42 /* Optimization pass type. */ 45 /* Terse name of the pass used as a fragment of the dump file 52 /* The timevar id associated with this pass. */ 56 /* Sets of properties input and output from this pass. */ 71 /* An instance of a pass. This is also "pass_data" to minimize the 78 /* Create a copy of this pass. 88 /* This pass and all sub-passes are executed only if the function returns [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | pass_manager.h | 26 /* Define a list of pass lists so that both passes.c and plugins can easily 27 find all the pass lists. */ 54 void register_one_dump_file (opt_pass *pass); 78 void register_pass_name (opt_pass *pass, const char *name); 89 /* The root of the compilation pass tree, once constructed. */ 96 /* A map from static pass id to optimization pass. */ 103 void set_pass_for_id (int id, opt_pass *pass); 104 void register_dump_files (opt_pass *pass); 116 within pass-instances.def means that there is a field: 123 in pass-instances.def lead to fields: [all …]
|
| H A D | tree-pass.h | 1 /* Definitions for describing one tree-ssa optimization pass. 30 /* Optimization pass type. */ 39 /* Metadata for a pass, non-varying across all instances of a pass. */ 42 /* Optimization pass type. */ 45 /* Terse name of the pass used as a fragment of the dump file 52 /* The timevar id associated with this pass. */ 56 /* Sets of properties input and output from this pass. */ 71 /* An instance of a pass. This is also "pass_data" to minimize the 78 /* Create a copy of this pass. 88 /* This pass and all sub-passes are executed only if the function returns [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/tc-tests/filters/ |
| H A D | matchall.json | 4 "name": "Add ingress matchall filter for protocol ipv4 and action PASS", 16 …n": "^filter parent ffff: protocol ip pref 1 matchall.*handle 0x1.*gact action pass.*ref 1 bind 1", 25 "name": "Add egress matchall filter for protocol ipv4 and action PASS", 37 …tern": "^filter parent 1: protocol ip pref 1 matchall.*handle 0x1.*gact action pass.*ref 1 bind 1", 88 …"name": "Add ingress matchall filter for protocol ipv4 and action PASS with priority at 16-bit max… 97 … "$TC filter add dev $DUMMY parent ffff: handle 0x1 prio 65535 protocol ipv4 matchall action pass", 100 …"^filter parent ffff: protocol ip pref 65535 matchall.*handle 0x1.*gact action pass.*ref 1 bind 1", 109 …"name": "Add egress matchall filter for protocol ipv4 and action PASS with priority at 16-bit maxi… 118 …t": "$TC filter add dev $DUMMY parent 1: handle 0x1 prio 65535 protocol ipv4 matchall action pass", 121 …": "^filter parent 1: protocol ip pref 65535 matchall.*handle 0x1.*gact action pass.*ref 1 bind 1", [all …]
|
| /OK3568_Linux_fs/kernel/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() 139 pass &= test__parse_nsec_time("1", 1000000000ULL); in test__time_utils() 140 pass &= test__parse_nsec_time("0.000000001", 1); in test__time_utils() 141 pass &= test__parse_nsec_time("1.000000001", 1000000001ULL); in test__time_utils() 142 pass &= test__parse_nsec_time("123456.123456", 123456123456000ULL); in test__time_utils() 143 pass &= test__parse_nsec_time("1234567.123456789", 1234567123456789ULL); in test__time_utils() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
| H A D | 0001-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:$(… 79 …-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:$(… 101 …-in client.crt -inkey client.key -out client.p12 -passin pass:$(PASSWORD_CLIENT) -passout pass:$(… 105 - $(OPENSSL) pkcs12 -in client.p12 -out client.pem -passin pass:$(PASSWORD_CLIENT) -passout pass:$(… 106 … $(OPENSSL) pkcs12 -in client.p12 -out client.pem -passin pass:$(PASSWORD_CLIENT) -passout pass:$(… [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/executive/ |
| H A D | octeon-model.c | 63 char pass[4]; in octeon_model_get_string_buffer() local 112 * Assume pass number is encoded using <5:3><2:0>. Exceptions in octeon_model_get_string_buffer() 115 sprintf(pass, "%d.%d", (int)((chip_id >> 3) & 7) + 1, (int)chip_id & 7); in octeon_model_get_string_buffer() 207 * pass numbering. in octeon_model_get_string_buffer() 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() 231 * pass numbering. in octeon_model_get_string_buffer() 235 strcpy(pass, "1.0"); in octeon_model_get_string_buffer() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/w1/masters/ |
| H A D | ds1wm.c | 380 unsigned int pass = 0; in ds1wm_search() local 384 ++pass; in ds1wm_search() 385 if (pass > 100) { in ds1wm_search() 395 "pass: %d reset error (or no slaves)\n", pass); in ds1wm_search() 400 "pass: %d r : %0#18llx writing SEARCH_ROM\n", pass, r); in ds1wm_search() 403 "pass: %d entering ASM\n", pass); in ds1wm_search() 406 "pass: %d beginning nibble loop\n", pass); in ds1wm_search() 427 "pass: %d nibble: %d read error\n", pass, i); in ds1wm_search() 448 "pass: %d read error, retrying\n", pass); in ds1wm_search() 452 "pass: %d r\': %0#18llx d:%0#18llx\n", in ds1wm_search() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/sibyte/ |
| H A D | sb1250_defs.h | 45 * #if SIBYTE_HDR_FEATURE(chip,pass) 54 * Note also that 'chip' and 'pass' must textually exactly 59 * #if SIBYTE_HDR_FEATURE_UP_TO(chip,pass) 64 * #if SIBYTE_HDR_FEATURE_EXACT(chip,pass) 98 #define SIBYTE_HDR_FMASK(chip, pass) \ argument 99 (SIBYTE_HDR_FMASK_ ## chip ## _ ## pass) 121 #define SIBYTE_HDR_FMASK_BEFORE(chip, pass) \ argument 122 ((SIBYTE_HDR_FMASK(chip, pass) - 1) & SIBYTE_HDR_FMASK_ALLREVS(chip)) 125 #define SIBYTE_HDR_FMASK_AFTER(chip, pass) \ argument 126 (~(SIBYTE_HDR_FMASK(chip, pass) \ [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | run_vmtests | 80 echo "[PASS]" 95 echo "[PASS]" 108 echo "[PASS]" 123 echo "[PASS]" 134 echo "[PASS]" 145 echo "[PASS]" 156 echo "[PASS]" 169 echo "[PASS]" 181 echo "[PASS]" 197 echo "[PASS]" [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/libxml2/ |
| H A D | runtest.patch | 56 + printf("%s: runsuite\n\n", (ret == 0) ? "PASS" : "FAIL"); 68 + printf("%s: %s\n", (err == 0) ? "PASS" : "FAIL", tst->desc); 76 + printf("%s: runtest\n\n", (ret == 0) ? "PASS" : "FAIL"); 88 + printf("%s: runxmlconf\n", (ret == 0) ? "PASS" : "FAIL"); 143 + printf("%s: HTMLparser\n", (ret == 0) ? "PASS" : "FAIL"); 145 + printf("%s: HTMLtree\n", (ret == 0) ? "PASS" : "FAIL"); 147 + printf("%s: SAX2\n", (ret == 0) ? "PASS" : "FAIL"); 149 + printf("%s: c14n\n", (ret == 0) ? "PASS" : "FAIL"); 151 + printf("%s: catalog\n", (ret == 0) ? "PASS" : "FAIL"); 153 + printf("%s: chvalid\n", (ret == 0) ? "PASS" : "FAIL"); [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/ |
| H A D | exception.py | 8 pass 11 pass 14 pass 17 pass 20 pass 23 pass 26 pass
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | pkcs12.h | 180 PKCS8_PRIV_KEY_INFO *PKCS8_decrypt(X509_SIG *p8, const char *pass, 183 const char *pass, int passlen); 185 const char *pass, int passlen, unsigned char *salt, 187 PKCS12_SAFEBAG *PKCS12_MAKE_SHKEYBAG(int pbe_nid, const char *pass, 193 PKCS7 *PKCS12_pack_p7encdata(int pbe_nid, const char *pass, int passlen, 196 STACK_OF(PKCS12_SAFEBAG) *PKCS12_unpack_p7encdata(PKCS7 *p7, const char *pass, 213 unsigned char *PKCS12_pbe_crypt(X509_ALGOR *algor, const char *pass, 218 const char *pass, int passlen, 222 const char *pass, int passlen, 225 int PKCS12_key_gen_asc(const char *pass, int passlen, unsigned char *salt, [all …]
|