Home
last modified time | relevance | path

Searched refs:ginfo (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/acpi_support/
H A Dacpi_wmi.c104 struct guid_info ginfo; /* information on guid */ member
368 ret = (winfo == NULL)?0:winfo->ginfo.max_instance+1; in acpi_wmi_provides_guid_string_method()
396 else if (!(winfo->ginfo.flags & ACPI_WMI_REGFLAG_METHOD)) in acpi_wmi_evaluate_call_method()
398 else if (instance > winfo->ginfo.max_instance) in acpi_wmi_evaluate_call_method()
409 (winfo->ginfo.flags & ACPI_WMI_REGFLAG_STRING) in acpi_wmi_evaluate_call_method()
415 method[2] = winfo->ginfo.oid[0]; in acpi_wmi_evaluate_call_method()
416 method[3] = winfo->ginfo.oid[1]; in acpi_wmi_evaluate_call_method()
512 if ((winfo->ginfo.flags & ACPI_WMI_REGFLAG_EVENT) && in acpi_wmi_get_event_data_method()
513 ((UINT8) winfo->ginfo.oid[0] == event_id)) { in acpi_wmi_get_event_data_method()
558 else if (instance > winfo->ginfo.max_instance) in acpi_wmi_get_block_method()
[all …]
/src/crypto/openssl/test/
H A Dcmp_hdr_test.c345 STACK_OF(OSSL_CMP_ITAV) *itavs = NULL, *ginfo; in execute_HDR_generalInfo_push1_items_test()
373 ginfo = fixture->hdr->generalInfo; in execute_HDR_generalInfo_push1_items_test()
374 pushed_itav = sk_OSSL_CMP_ITAV_value(ginfo, 0); in execute_HDR_generalInfo_push1_items_test()
379 pushed_val = OSSL_CMP_ITAV_get0_value(sk_OSSL_CMP_ITAV_value(ginfo, 0)); in execute_HDR_generalInfo_push1_items_test()
/src/contrib/mtree/
H A Dspec.c114 NODE ginfo, *root; in spec() local
122 memset(&ginfo, 0, sizeof(ginfo)); in spec()
148 set(next, &ginfo); in spec()
150 unset(next, &ginfo); in spec()
209 *centry = ginfo; in spec()
/src/crypto/openssl/ssl/
H A Dt1_lib.c859 const TLS_GROUP_INFO *ginfo = tls1_group_id_lookup(SSL_CONNECTION_GET_CTX(s), in tls_valid_group() local
867 if (ginfo == NULL) in tls_valid_group()
870 group_minversion = SSL_CONNECTION_IS_DTLS(s) ? ginfo->mindtls : ginfo->mintls; in tls_valid_group()
871 group_maxversion = SSL_CONNECTION_IS_DTLS(s) ? ginfo->maxdtls : ginfo->maxtls; in tls_valid_group()
888 || strcmp(ginfo->algorithm, "EC") == 0 in tls_valid_group()
889 || strcmp(ginfo->algorithm, "X25519") == 0 in tls_valid_group()
890 || strcmp(ginfo->algorithm, "X448") == 0; in tls_valid_group()
898 const TLS_GROUP_INFO *ginfo = tls1_group_id_lookup(SSL_CONNECTION_GET_CTX(s), in tls_group_allowed() local
902 if (ginfo == NULL) in tls_group_allowed()
907 return ssl_security(s, op, ginfo->secbits, in tls_group_allowed()
[all …]