Home
last modified time | relevance | path

Searched refs:pstore (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dssl_cert.c984 X509_STORE **pstore; in ssl_cert_set_cert_store() local
986 pstore = &c->chain_store; in ssl_cert_set_cert_store()
988 pstore = &c->verify_store; in ssl_cert_set_cert_store()
989 X509_STORE_free(*pstore); in ssl_cert_set_cert_store()
990 *pstore = store; in ssl_cert_set_cert_store()
996 int ssl_cert_get_cert_store(CERT *c, X509_STORE **pstore, int chain) in ssl_cert_get_cert_store() argument
998 *pstore = (chain ? c->chain_store : c->verify_store); in ssl_cert_get_cert_store()
H A Dssl_local.h2433 __owur int ssl_cert_get_cert_store(CERT *c, X509_STORE **pstore, int chain);
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/
H A Dramoops.txt6 is named "ramoops" after the backend, rather than "pstore" which is the
H A Dramoops.yaml12 is named "ramoops" after the backend, rather than "pstore" which is the
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c3724 p = pstore; in pfioctl()
3739 free(pstore, M_TEMP); in pfioctl()
3762 error = copyout(pstore, out, in pfioctl()
3770 free(pstore, M_TEMP); in pfioctl()
3803 p = pstore; in pfioctl()
3818 free(pstore, M_TEMP); in pfioctl()
3840 error = copyout(pstore, out, in pfioctl()
3848 free(pstore, M_TEMP); in pfioctl()
5356 struct pf_src_node *p, *pstore; in pfioctl() local
5396 free(pstore, M_TEMP); in pfioctl()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhi6220-hikey.dts36 * 0x21f0,0000 - 0x21ff,ffff: pstore/ramoops buffer
/freebsd/sys/netinet/
H A Dsctp_input.c3955 struct sctp_paramhdr pstore; in sctp_handle_stream_reset() local
4006 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, sizeof(pstore), (uint8_t *)&pstore); in sctp_handle_stream_reset()