| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/ |
| H A D | zpool_get_005_pos.ksh | 60 ?(class_${class}_)expandsize) ;& 61 class_${optclass}_fragmentation) ;;
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_impl.c | 3587 static int qc_getset_idle_timeout(QCTX *ctx, uint32_t class_, in qc_getset_idle_timeout() argument 3595 switch (class_) { in qc_getset_idle_timeout() 3631 value_out = (class_ == SSL_VALUE_CLASS_FEATURE_NEGOTIATED) in qc_getset_idle_timeout() 3652 static int qc_getset_max_pending_channels(QCTX *ctx, uint32_t class_, in qc_getset_max_pending_channels() argument 3660 if (class_ == SSL_VALUE_CLASS_GENERIC && ctx->is_listener) { in qc_getset_max_pending_channels() 3679 static int qc_get_stream_avail(QCTX *ctx, uint32_t class_, in qc_get_stream_avail() argument 3685 if (class_ != SSL_VALUE_CLASS_GENERIC) { in qc_get_stream_avail() 3726 static int qc_getset_event_handling(QCTX *ctx, uint32_t class_, in qc_getset_event_handling() argument 3735 if (class_ != SSL_VALUE_CLASS_GENERIC) { in qc_getset_event_handling() 3769 static int qc_get_stream_write_buf_stat(QCTX *ctx, uint32_t class_, in qc_get_stream_write_buf_stat() argument [all …]
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | quic_ssl.h | 116 __owur int ossl_quic_get_value_uint(SSL *s, uint32_t class_, uint32_t id, 118 __owur int ossl_quic_set_value_uint(SSL *s, uint32_t class_, uint32_t id,
|
| /freebsd/sys/net/altq/ |
| H A D | altq_rmclass.c | 715 ifd->class_[i] = NULL; in rmc_init() 1091 ifd->class_[ifd->qi_] = cl; in _rmc_wrr_dequeue_next() 1197 ifd->class_[ifd->qi_] = cl; in _rmc_prr_dequeue_next() 1260 if ((cl = ifd->class_[ifd->qo_]) == NULL) in rmc_update_class_util() 1384 cl = ifd->class_[ifd->qo_]; in rmc_update_class_util() 1412 ifd->class_[ifd->qo_] = NULL; in rmc_update_class_util()
|
| H A D | altq_rmclass.h | 218 rm_class_t *class_[RM_MAXQUEUED]; /* class sending */ member
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_get_value_uint.pod | 34 int SSL_get_value_uint(SSL *ssl, uint32_t class_, uint32_t id, 36 int SSL_set_value_uint(SSL *ssl, uint32_t class_, uint32_t id,
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-concurrency.md | 358 * to *pipe_handle. class_ is a QUIC_CML_CLASS value. 368 int class_,
|
| /freebsd/sys/contrib/openzfs/module/zcommon/ |
| H A D | zpool_prop.c | 75 CLASS_##uclass, class_##lclass, sfeatures)
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 7978 int SSL_get_value_uint(SSL *s, uint32_t class_, uint32_t id, in SSL_get_value_uint() argument 7983 return ossl_quic_get_value_uint(s, class_, id, value); in SSL_get_value_uint() 7990 int SSL_set_value_uint(SSL *s, uint32_t class_, uint32_t id, in SSL_set_value_uint() argument 7995 return ossl_quic_set_value_uint(s, class_, id, value); in SSL_set_value_uint()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 2497 int SSL_get_value_uint(SSL *s, uint32_t class_, uint32_t id, uint64_t *v); 2498 int SSL_set_value_uint(SSL *s, uint32_t class_, uint32_t id, uint64_t v);
|
| H A D | ssl.h.in | 2450 int SSL_get_value_uint(SSL *s, uint32_t class_, uint32_t id, uint64_t *v); 2451 int SSL_set_value_uint(SSL *s, uint32_t class_, uint32_t id, uint64_t v);
|