HomeSort by: relevance | last modified time | path
    Searched refs:PASS (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
amdgpu_hdcp1_transition.c 44 if (input->bksv_read != PASS || input->bcaps_read != PASS) {
54 if (input->add_topology != PASS ||
55 input->create_session != PASS) {
60 } else if (input->an_write != PASS ||
61 input->aksv_write != PASS ||
62 input->bksv_read != PASS ||
63 input->bksv_validation != PASS ||
74 if (input->bcaps_read != PASS ||
75 input->r0p_read != PASS) {
    [all...]
amdgpu_hdcp2_transition.c 44 if (input->hdcp2version_read != PASS ||
45 input->hdcp2_capable_check != PASS) {
55 if (input->add_topology != PASS ||
56 input->create_session != PASS ||
57 input->ake_init_prepare != PASS) {
62 } else if (input->ake_init_write != PASS) {
71 if (input->ake_cert_available != PASS) {
87 } else if (input->ake_cert_read != PASS ||
88 input->ake_cert_validation != PASS) {
106 if (input->no_stored_km_write != PASS) {
    [all...]
amdgpu_hdcp.c 199 if (hdcp->auth.trans_input.hdcp1.add_topology == PASS) {
212 if (hdcp->auth.trans_input.hdcp2.create_session == PASS) {
220 if (hdcp->auth.trans_input.hdcp2.add_topology == PASS) {
amdgpu_hdcp1_execution.c 361 if (input->encryption != PASS)
455 if (*status == MOD_HDCP_STATUS_SUCCESS && *flag != PASS) {
457 *flag = PASS;
hdcp.h 39 PASS,
  /src/usr.bin/make/unit-tests/
dep-colon-bug-cross-file.mk 7 # In pass 1, there is a dependency group at the bottom of the file.
12 # After the file has been parsed completely, it is parsed again in pass 2.
13 # In this pass, another command is added to the "current dependency group",
14 # which was still the one from pass 1, which means it was possible to later
27 PASS?= 1
29 .if ${PASS} == 2
32 : pass 2
35 .if ${PASS} == 1
37 PASS= 2
42 : pass
    [all...]
  /src/sys/external/isc/libsodium/dist/build-aux/
test-driver 118 0:*) col=$grn res=PASS recheck=no gcopy=no;;
  /src/usr.sbin/npf/npfctl/
npf_scan.l 147 pass return PASS;
npf_show.c 340 { F(GROUP)|F(PASS), 0, "block" },
341 { F(GROUP)|F(PASS), F(PASS), "pass" },
342 { F(GROUP)|F(PASS)|F(LAYER_2), F(LAYER_2), "ether" },
343 { F(GROUP)|F(PASS)|F(LAYER_2), F(LAYER_2)|F(PASS), "ether" },
778 ctx->fpos += fprintf(ctx->fp, "map %s %s %s%s%s %s %s pass ",
npf_parse.y 154 %token PASS
445 PASS opt_family opt_proto all_or_filt_opts
619 | PASS { $$ = NPF_RULE_PASS; }
  /src/libexec/ftpd/
ftpcmd.y 139 USER PASS ACCT CWD CDUP SMNT
193 | PASS SP password CRLF
195 pass($3);
1202 reply(530, "Please login with USER and PASS.");
1226 { "PASS", PASS, ZSTR1, 1, "<sp> password", 0, },
1322 reply(530, "Please login with USER and PASS.");
1449 strncasecmp(s, "PASS ", 5) == 0) ||
1515 if (strncasecmp(cmdp, "PASS", 4) != 0 &&
  /src/dist/pf/sbin/pfctl/
parse.y 410 %token PASS BLOCK SCRUB RETURN IN OS OUT LOG QUICK ON FROM TO FLAGS
1753 /* 'keep state' by default on pass rules. */
2170 action : PASS { $$.b1 = PF_PASS; $$.b2 = $$.w = 0; }
3466 | PASS { $$.b1 = 1; $$.b2 = 0; $$.w2 = 0; }
3467 | PASS log { $$.b1 = 1; $$.b2 = $2.log; $$.w2 = $2.logif; }
3473 yyerror("\"pass\" not valid with \"no\"");
3486 yyerror("\"pass\" not valid with \"no\"");
3680 yyerror("\"pass\" not valid with \"no\"");
4092 yyerror("allow-opts can only be specified for pass rules");
4954 { "pass", PASS}
    [all...]
  /src/sys/external/isc/libsodium/dist/test/default/
Makefile.in 593 # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
1838 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
1871 result_count $$1 "PASS: " $$pass "$$grn"; \

Completed in 21 milliseconds