Searched refs:sparams (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_els.c | 904 fc_plogi_payload_t *sparams; in ocs_send_logo() local 910 sparams = (fc_plogi_payload_t*) node->sport->service_params; in ocs_send_logo() 930 logo->port_name_hi = sparams->port_name_hi; in ocs_send_logo() 931 logo->port_name_lo = sparams->port_name_lo; in ocs_send_logo() 963 fc_plogi_payload_t *sparams; in ocs_send_adisc() local 970 sparams = (fc_plogi_payload_t*) node->sport->service_params; in ocs_send_adisc() 985 sparams = (fc_plogi_payload_t*) node->sport->service_params; in ocs_send_adisc() 990 adisc->port_name_hi = sparams->port_name_hi; in ocs_send_adisc() 991 adisc->port_name_lo = sparams->port_name_lo; in ocs_send_adisc() 992 adisc->node_name_hi = sparams->node_name_hi; in ocs_send_adisc() [all …]
|
H A D | ocs_utils.c | 1215 …display_sparams(const char *prelabel, const char *reqlabel, int dest, void *textbuf, void *sparams) in ocs_display_sparams() argument 1219 if (sparams == NULL) { in ocs_display_sparams() 1231 ocs_dump32(OCS_DEBUG_ENABLE_SPARAM_DUMP, NULL, label, sparams, sizeof(fc_plogi_payload_t)); in ocs_display_sparams() 1234 ocs_ddump_buffer((ocs_textbuf_t*) textbuf, reqlabel, 0, sparams, sizeof(fc_plogi_payload_t)); in ocs_display_sparams()
|
H A D | ocs_utils.h | 254 …isplay_sparams(const char *prelabel, const char *reqlabel, int dest, void *textbuf, void *sparams);
|
/freebsd/usr.sbin/pkg/ |
H A D | ecc.c | 127 const ec_str_params *sparams; in ecc_read_pkgkey() local 165 sparams = ecc_pkgkey_params(data, datasz); in ecc_read_pkgkey() 166 if (sparams == NULL) in ecc_read_pkgkey() 169 ret = import_params(params, sparams); in ecc_read_pkgkey()
|
/freebsd/sys/dev/usb/controller/ |
H A D | ehci.c | 284 uint32_t sparams; in ehci_init() local 312 sparams = EREAD4(sc, EHCI_HCSPARAMS); in ehci_init() 313 DPRINTF("sparams=0x%x\n", sparams); in ehci_init() 315 sc->sc_noport = EHCI_HCS_N_PORTS(sparams); in ehci_init()
|
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test.c | 2039 OSSL_PARAM sparams[2] = {OSSL_PARAM_END, OSSL_PARAM_END}; in test_EVP_SM2() local 2151 sparams[0] = in test_EVP_SM2() 2162 if (!TEST_true(EVP_PKEY_CTX_set_params(cctx, sparams))) in test_EVP_SM2() 2172 if (!TEST_true(EVP_PKEY_CTX_set_params(cctx, sparams))) in test_EVP_SM2()
|